blob: ccd3b11ecbdb4adf79072e303f128cc0841160e1 (
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
26
27
28
|
{'description': {'en': 'A collection of ebuilds related to the D programming\n'
' language.'},
'feed': ['https://github.com/gentoo/dlang/commits/master.atom'],
'homepage': 'https://github.com/gentoo/dlang',
'name': 'dlang',
'owner': [{'email': 'Marco.Leise@gmx.de', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/gentoo/dlang.git'},
{'type': 'git', 'uri': 'git@github.com:gentoo/dlang.git'}],
'status': 'unofficial'}
pkgcore 0.12.20
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync dlang
*** syncing dlang
fatal: unable to access 'https://github.com/gentoo/dlang.git/': Failed to connect to github.com port 443 after 128699 ms: Couldn't connect to server
!!! failed syncing dlang
* Sync failed with 1
* Will try to re-create
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync dlang
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).
*** syncing dlang
Cloning into '/var/lib/repo-mirror-ci/sync/dlang'...
*** synced dlang
* 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 dlang
* Cache regenerated successfully
|