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
|
{'description': {'en': 'Gentoo repository made by ssnb'},
'feed': ['https://cgit.gentoo.org/repo/user/ssnb.git/atom/'],
'homepage': 'https://cgit.gentoo.org/repo/user/ssnb.git/',
'name': 'ssnb',
'owner': [{'email': 'samuelbernardo.mail@gmail.com',
'name': 'Samuel Bernardo',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/user/ssnb.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/user/ssnb'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/user/ssnb.git'}],
'status': 'unofficial'}
pkgcore 0.12.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync ssnb
*** syncing ssnb
From https://anongit.gentoo.org/git/repo/user/ssnb
bab4d2c..5c0f796 master -> origin/master
Updating bab4d2c..5c0f796
Fast-forward
app-editors/visual-studio-code/Manifest | 2 +
.../visual-studio-code-1.65.2.ebuild | 76 ++++++++++++++++++++++
2 files changed, 78 insertions(+)
create mode 100644 app-editors/visual-studio-code/visual-studio-code-1.65.2.ebuild
*** synced ssnb
* 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 ssnb
* Cache regenerated successfully
|