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
|
{'description': {'en': 'Some random work in progress stuff from alexxy'},
'feed': ['https://cgit.gentoo.org/dev/alexxy.git/atom/'],
'homepage': 'https://cgit.gentoo.org/dev/alexxy.git',
'name': 'alexxy',
'owner': [{'email': 'alexxy@gentoo.org',
'name': 'Alexey Shvetsov',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/dev/alexxy.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/dev/alexxy.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/dev/alexxy.git'}],
'status': 'official'}
$ pmaint sync alexxy
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:repo lacks a defined name: '/var/lib/repo-mirror-ci/sync/TAJJADA'
WARNING:pkgcore:repo at '/var/lib/repo-mirror-ci/sync/TAJJADA', named 'TAJJADA', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
*** syncing alexxy
From https://anongit.gentoo.org/git/dev/alexxy
092d7b8..ef51426 master -> origin/master
Updating 092d7b8..ef51426
Fast-forward
dev-embedded/platformio/Manifest | 1 +
dev-embedded/platformio/metadata.xml | 8 +++++
dev-embedded/platformio/platformio-3.5.1.ebuild | 32 +++++++++++++++++
dev-python/click/Manifest | 1 +
dev-python/click/click-5.1.ebuild | 48 +++++++++++++++++++++++++
dev-python/click/metadata.xml | 11 ++++++
6 files changed, 101 insertions(+)
create mode 100644 dev-embedded/platformio/Manifest
create mode 100644 dev-embedded/platformio/metadata.xml
create mode 100644 dev-embedded/platformio/platformio-3.5.1.ebuild
create mode 100644 dev-python/click/Manifest
create mode 100644 dev-python/click/click-5.1.ebuild
create mode 100644 dev-python/click/metadata.xml
*** synced alexxy
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 alexxy
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
|