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': "robertgzr's personal overlay."},
'feed': ['https://git.sr.ht/~robertgzr/portage/log/rss.xml'],
'homepage': 'https://git.sr.ht/~robertgzr/portage',
'name': 'robertgzr',
'owner': [{'email': 'robert@gnzler.io',
'name': 'Robert Günzler',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://git.sr.ht/~robertgzr/portage'},
{'type': 'git', 'uri': 'ssh://git@git.sr.ht:~robertgzr/portage'}],
'status': 'unofficial'}
pkgcore 0.12.17
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync robertgzr
*** syncing robertgzr
From https://git.sr.ht/~robertgzr/portage
fff8bd4..1f24640 master -> origin/master
Updating fff8bd4..1f24640
Fast-forward
app-containers/buildkit-bin/Manifest | 2 +-
.../buildkit-bin/buildkit-bin-0.11.0.ebuild | 27 ++++++++++
app-misc/todoman/todoman-9999.ebuild | 58 ++++++++++++++++++++++
3 files changed, 86 insertions(+), 1 deletion(-)
create mode 100644 app-containers/buildkit-bin/buildkit-bin-0.11.0.ebuild
create mode 100644 app-misc/todoman/todoman-9999.ebuild
*** synced robertgzr
* 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 robertgzr
* Cache regenerated successfully
|