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
26
27
28
29
30
|
{'description': {'en': 'A few packages that are not hosted elsewhere.'},
'homepage': 'https://github.com/anders-larsson/gentoo-overlay',
'name': 'anders-larsson',
'owner': [{'email': 'andla@thethundertemplars.com',
'name': 'Anders Larsson',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/anders-larsson/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync anders-larsson
fatal: unable to access 'https://github.com/anders-larsson/gentoo-overlay.git/': Failed to connect to github.com port 443: Connection timed out
*** syncing anders-larsson
!!! failed syncing anders-larsson
* Sync failed with 1
* Will try to re-create
$ pmaint sync anders-larsson
WARNING:pkgcore:0x4d4c repo at '/var/lib/repo-mirror-ci/sync/0x4d4c', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:AlexandreFournier repo at '/var/lib/repo-mirror-ci/sync/AlexandreFournier', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:FireBurn repo at '/var/lib/repo-mirror-ci/sync/FireBurn', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:ShyPixie repo at '/var/lib/repo-mirror-ci/sync/ShyPixie', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:ahyangyi-overlay repo at '/var/lib/repo-mirror-ci/sync/ahyangyi-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
Cloning into '/var/lib/repo-mirror-ci/sync/anders-larsson'...
*** syncing anders-larsson
*** synced anders-larsson
* Sync succeeded after re-adding
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 anders-larsson
* Cache regenerated successfully
|