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
|
{'description': {'en': 'Personal overlay'},
'feed': ['https://github.com/PF4Public/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/PF4Public/gentoo-overlay',
'name': 'pf4public',
'owner': [{'email': 'PF4Public@mail.ru',
'name': 'PF4Public',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/PF4Public/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/PF4Public/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync pf4public
WARNING:pkgcore:lanodanOverlay repo at '/var/lib/repo-mirror-ci/sync/lanodanOverlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
From https://github.com/PF4Public/gentoo-overlay
3ff294a..c85f0bc master -> origin/master
Updating 3ff294a..c85f0bc
Fast-forward
app-admin/gb-chroot/Manifest | 1 +
app-admin/gb-chroot/gb-chroot-0.6.ebuild | 52 ++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
create mode 100644 app-admin/gb-chroot/gb-chroot-0.6.ebuild
*** syncing pf4public
*** synced pf4public
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 pf4public
* Cache regenerated successfully
|