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
|
{'description': {'en': "Personal overlay for ebuilds I don't see in other "
'overlay or want to modify'},
'feed': ['https://gitlab.com/Parona/parona-overlay/-/commits/master?format=atom'],
'homepage': 'https://gitlab.com/Parona/parona-overlay',
'name': 'parona-overlay',
'owner': [{'email': 'parona@protonmail.com',
'name': 'Alfred Wingate',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://gitlab.com/Parona/parona-overlay'},
{'type': 'git', 'uri': 'git@gitlab.com:Parona/parona-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync parona-overlay
*** syncing parona-overlay
warning: redirecting to https://gitlab.com/Parona/parona-overlay.git/
From https://gitlab.com/Parona/parona-overlay
e6c4ad7..515aa11 master -> origin/master
Updating e6c4ad7..515aa11
Fast-forward
sys-power/corectrl/Manifest | 2 +-
sys-power/corectrl/{corectrl-1.3.9.ebuild => corectrl-1.3.11.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
rename sys-power/corectrl/{corectrl-1.3.9.ebuild => corectrl-1.3.11.ebuild} (96%)
*** synced parona-overlay
* Sync succeeded
$ 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 parona-overlay
* Cache regenerated successfully
|