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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
{'description': {'en': 'Developer overlay'},
'feed': ['https://cgit.gentoo.org/dev/ago.git/atom/'],
'homepage': 'https://cgit.gentoo.org/dev/ago.git/',
'name': 'ago',
'owner': [{'email': 'ago@gentoo.org',
'name': 'Agostino Sarubbo',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/dev/ago.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/dev/ago.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/dev/ago.git'}],
'status': 'official'}
$ pmaint sync ago
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 ago
From https://anongit.gentoo.org/git/dev/ago
75b2b70..1d4c6a1 master -> origin/master
Updating 75b2b70..1d4c6a1
Fast-forward
app-metrics/queuemetrics/ChangeLog | 5 ++
app-metrics/queuemetrics/Manifest | 7 +++
app-metrics/queuemetrics/files/queuemetrics.confd | 34 +++++++++++
app-metrics/queuemetrics/files/queuemetrics.initd | 65 ++++++++++++++++++++++
app-metrics/queuemetrics/metadata.xml | 12 ++++
.../queuemetrics/queuemetrics-19.04.1.ebuild | 55 ++++++++++++++++++
app-metrics/uniloader/ChangeLog | 5 ++
app-metrics/uniloader/Manifest | 6 ++
app-metrics/uniloader/files/uniloader.confd | 11 ++++
app-metrics/uniloader/files/uniloader.initd | 37 ++++++++++++
app-metrics/uniloader/metadata.xml | 8 +++
app-metrics/uniloader/uniloader-0.6.0.ebuild | 36 ++++++++++++
12 files changed, 281 insertions(+)
create mode 100644 app-metrics/queuemetrics/ChangeLog
create mode 100644 app-metrics/queuemetrics/Manifest
create mode 100644 app-metrics/queuemetrics/files/queuemetrics.confd
create mode 100644 app-metrics/queuemetrics/files/queuemetrics.initd
create mode 100644 app-metrics/queuemetrics/metadata.xml
create mode 100644 app-metrics/queuemetrics/queuemetrics-19.04.1.ebuild
create mode 100644 app-metrics/uniloader/ChangeLog
create mode 100644 app-metrics/uniloader/Manifest
create mode 100644 app-metrics/uniloader/files/uniloader.confd
create mode 100644 app-metrics/uniloader/files/uniloader.initd
create mode 100644 app-metrics/uniloader/metadata.xml
create mode 100644 app-metrics/uniloader/uniloader-0.6.0.ebuild
*** synced ago
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 ago
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
|