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
|
{'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: 131
sent 85 bytes received 131 bytes 144.00 bytes/sec
total size is 32 speedup is 0.15
receiving incremental file list
metadata/
metadata/timestamp.chk
metadata/md5-cache/
metadata/md5-cache/net-ftp/
metadata/md5-cache/net-ftp/filezilla-3.37.0
net-ftp/
net-ftp/filezilla/
net-ftp/filezilla/Manifest
net-ftp/filezilla/filezilla-3.37.0.ebuild
net-ftp/filezilla/files/
net-ftp/filezilla/files/filezilla-3.22.1-debug.patch
Number of files: 1,666 (reg: 1,236, dir: 430)
Number of created files: 6 (reg: 4, dir: 2)
Number of deleted files: 0
Number of regular files transferred: 5
Total file size: 4.79M bytes
Total transferred file size: 5.20K bytes
Literal data: 5.20K bytes
Matched data: 0 bytes
File list size: 50.08K
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 632
Total bytes received: 56.07K
sent 632 bytes received 56.07K bytes 22.68K bytes/sec
total size is 4.79M speedup is 84.54
*** 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
|