blob: c3ba693442bd6d8bbdbfda4ff423134b1e32c126 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{'description': {'en': 'Overlay for ebuilds used in NymphOS'},
'feed': ['https://git.nymphos.ga/nymphos/atom'],
'homepage': 'https://git.nymphos.ga/',
'name': 'nymphos',
'owner': [{'email': 'neeshy@tfwno.gf', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://git.nymphos.ga/anon/nymphos'}],
'status': 'unofficial'}
pkgcore 0.12.1
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync nymphos
*** syncing nymphos
fatal: unable to access 'https://git.nymphos.ga/anon/nymphos/': Could not resolve host: git.nymphos.ga
!!! failed syncing nymphos
* Sync failed with 1
* Will try to re-create
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync nymphos
*** syncing nymphos
Cloning into '/var/lib/repo-mirror-ci/sync/nymphos'...
*** synced nymphos
* Sync succeeded after re-adding
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 nymphos
* Cache regenerated successfully
|