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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
{'description': {'en': "Polynomial-C's overlay"},
'homepage': 'http://www.gentoofan.org/gentoo/',
'name': 'poly-c',
'owner': [{'email': 'polynomial-c@gentoo.org',
'name': 'Lars Wendler',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoofan.org/poly-c'}],
'status': 'official'}
$ pmaint sync poly-c
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
*** syncing poly-c
receiving incremental file list
timestamp.chk
Number of files: 1 (reg: 1)
Number of created files: 0
Number of deleted files: 0
Number of regular files transferred: 1
Total file size: 32 bytes
Total transferred file size: 32 bytes
Literal data: 32 bytes
Matched data: 0 bytes
File list size: 47
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 85
Total bytes received: 133
sent 85 bytes received 133 bytes 87.20 bytes/sec
total size is 32 speedup is 0.15
receiving incremental file list
./
dev-libs/
dev-libs/libgcrypt/
dev-libs/libgcrypt/Manifest
dev-libs/libgcrypt/libgcrypt-1.8.4_pre.ebuild
dev-libs/libgcrypt/files/
dev-libs/libgcrypt/files/libgcrypt-1.6.1-uscore.patch
dev-libs/libgcrypt/files/libgcrypt-multilib-syspath.patch
dev-libs/xmlsec/
dev-libs/xmlsec/Manifest
dev-libs/xmlsec/xmlsec-1.2.27_pre.ebuild
metadata/
metadata/timestamp.chk
metadata/md5-cache/
metadata/md5-cache/dev-libs/
metadata/md5-cache/dev-libs/libgcrypt-1.8.4_pre
metadata/md5-cache/dev-libs/xmlsec-1.2.27_pre
Number of files: 1,607 (reg: 1,179, dir: 428)
Number of created files: 11 (reg: 8, dir: 3)
Number of deleted files: 0
Number of regular files transferred: 9
Total file size: 4.33M bytes
Total transferred file size: 10.92K bytes
Literal data: 10.92K bytes
Matched data: 0 bytes
File list size: 33.74K
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 712
Total bytes received: 57.27K
sent 712 bytes received 57.27K bytes 23.19K bytes/sec
total size is 4.33M speedup is 74.63
*** synced poly-c
* Sync succeeded
$ stat --format=%y .
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 poly-c
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:EAPI 7 isn't fully supported
* Cache regenerated successfully
|