1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{'description': {'en': 'nryotaro overlay'},
'feed': ['https://github.com/nryotaro/gentoo-overlay/commits/main.atom'],
'homepage': 'https://github.com/nryotaro/gentoo-overlay',
'name': 'nryotaro',
'owner': [{'email': 'nakamura.ryotaro.kzs@gmail.com',
'name': 'Ryotaro Nakamura',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/nryotaro/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:nryotaro/gentoo-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync nryotaro
*** syncing nryotaro
Already up to date.
*** synced nryotaro
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
* Conflicting repo_name, removing ("ryotaro" in repo_name, "nryotaro" on list)
|