blob: f3162ba313df592ddcb232e9da7aac530e213a00 (
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
29
30
31
32
33
34
|
{'description': {'en': 'gentoo-overlay from hossie'},
'homepage': 'https://git.hossie.de/projects/GEN/repos/gentoo-overlay/browse',
'name': 'hossie',
'owner': [{'email': 'hossie@hossie.de', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://git.hossie.de/scm/gen/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync hossie
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
*** syncing hossie
fatal: unable to access 'https://git.hossie.de/scm/gen/gentoo-overlay.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104
*** failed syncing hossie
* Sync failed with 1
* Will try to re-create
$ pmaint sync hossie
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
*** syncing hossie
Cloning into '/var/lib/repo-mirror-ci/sync/hossie'...
*** synced hossie
* 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 hossie
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:EAPI 7 isn't fully supported
* Cache regenerated successfully
|