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
|
{'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.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync robertgzr
*** syncing robertgzr
From https://git.sr.ht/~robertgzr/portage
0cdbda2..0b05bdc master -> origin/master
Updating 0cdbda2..0b05bdc
Fast-forward
.../go-critic/go-critic-9999.ebuild | 10 +++---
.../goimports/goimports-9999.ebuild | 0
dev-go/golangci-lint/golangci-lint-9999.ebuild | 31 ++++++++++++++++
{dev-util => dev-go}/gopls/gopls-9999.ebuild | 0
{dev-util => dev-go}/impl/impl-9999.ebuild | 0
dev-util/balena-cli/Manifest | 3 +-
dev-util/balena-cli/balena-cli-13.1.6.ebuild | 41 ----------------------
...cli-12.53.1.ebuild => balena-cli-13.1.8.ebuild} | 0
8 files changed, 37 insertions(+), 48 deletions(-)
rename dev-util/gofumpt/gofumpt-9999.ebuild => dev-go/go-critic/go-critic-9999.ebuild (57%)
rename {dev-util => dev-go}/goimports/goimports-9999.ebuild (100%)
create mode 100644 dev-go/golangci-lint/golangci-lint-9999.ebuild
rename {dev-util => dev-go}/gopls/gopls-9999.ebuild (100%)
rename {dev-util => dev-go}/impl/impl-9999.ebuild (100%)
delete mode 100644 dev-util/balena-cli/balena-cli-13.1.6.ebuild
rename dev-util/balena-cli/{balena-cli-12.53.1.ebuild => balena-cli-13.1.8.ebuild} (100%)
*** 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
|