blob: e2aec4b006ed87b4f2448a4524d0166a17c210eb (
plain)
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
|
{'description': {'en': 'collection of ebuilds by ycarus'},
'homepage': 'http://gpo.zugaina.org/Overlays/zugaina/',
'name': 'zugaina',
'owner': [{'email': 'ycarus@zugaina.org', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'rsync',
'uri': 'rsync://gentoo.zugaina.org/zugaina-portage'}],
'status': 'unofficial'}
pkgcore 0.12.12
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync zugaina
ERROR:pkgcore:Cannot write cache for /usr/lib/python3.10/site-packages/pkgcore/plugins/plugincache: [Errno 13] Permission denied: '/usr/lib64/python3.10/site-packages/pkgcore/plugins/.update.plugincache'. Try running pplugincache.
*** syncing zugaina
Number of files: 326 (reg: 226, dir: 100)
Number of created files: 0
Number of deleted files: 0
Number of regular files transferred: 0
Total file size: 239.59K bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 8.60K
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 161
Total bytes received: 8.71K
sent 161 bytes received 8.71K bytes 3.55K bytes/sec
total size is 239.59K speedup is 27.00
*** synced zugaina
* Sync succeeded
$ stat --format=%y .
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 zugaina
ERROR:pkgcore:Cannot write cache for /usr/lib/python3.10/site-packages/pkgcore/plugins/plugincache: [Errno 13] Permission denied: '/usr/lib64/python3.10/site-packages/pkgcore/plugins/.update.plugincache'. Try running pplugincache.
* Cache regenerated successfully
|