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
31
32
33
34
35
|
{'description': {'en': 'Few ebuilds that others may find useful'},
'homepage': 'https://github.com/andjscott/overlays',
'name': 'andjscott',
'owner': [{'email': 'andj.scott@gmail.com', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/andjscott/overlays.git'}],
'status': 'unofficial'}
$ pmaint sync andjscott
fatal: unable to access 'https://github.com/andjscott/overlays.git/': Failed to connect to github.com port 443: Connection timed out
*** syncing andjscott
!!! failed syncing andjscott
* Sync failed with 1
* Will try to re-create
$ pmaint sync andjscott
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:ROKO__ repo at '/var/lib/repo-mirror-ci/sync/ROKO__', 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).
WARNING:pkgcore:alatar-lay repo at '/var/lib/repo-mirror-ci/sync/alatar-lay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:aeon-gentoo-overlay repo at '/var/lib/repo-mirror-ci/sync/aeon-gentoo-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:average repo at '/var/lib/repo-mirror-ci/sync/average', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:4nykey repo at '/var/lib/repo-mirror-ci/sync/4nykey', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:ace repo at '/var/lib/repo-mirror-ci/sync/ace', 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/andjscott'...
*** syncing andjscott
*** synced andjscott
* 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 andjscott
* x11-misc/autorandr-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* Cache regen failed with 1
|