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
|
{'description': {'en': "TheGreatMcPain's personal ebuild overlay"},
'feed': ['https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay/commits/master.atom'],
'homepage': 'https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay',
'name': 'thegreatmcpain',
'owner': [{'email': 'james@thegreatmcpain.xyz',
'name': 'James McClain',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay.git'},
{'type': 'git',
'uri': 'git@gitlab.com:TheGreatMcPain/thegreatmcpain-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.28
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync thegreatmcpain
*** syncing thegreatmcpain
From https://gitlab.com/TheGreatMcPain/thegreatmcpain-overlay
03cb3cc..c1cffbf master -> origin/master
Updating 03cb3cc..c1cffbf
Fast-forward
app-backup/urbackup-client/Manifest | 22 +--
.../files/dattobd_create_filesystem_snapshot | 87 ------------
.../files/dattobd_remove_filesystem_snapshot | 74 ----------
.../btrfs_create_filesystem_snapshot | 11 +-
.../btrfs_remove_filesystem_snapshot | 0
.../files/linux_snapshot/dattobd_create_snapshot | 154 +++++++++++++++++++++
.../files/linux_snapshot/dattobd_remove_snapshot | 97 +++++++++++++
.../files/{ => linux_snapshot}/dm_create_snapshot | 0
.../files/{ => linux_snapshot}/dm_remove_snapshot | 0
.../filesystem_snapshot_common | 0
.../linux_snapshot/hooks_urbackup-setup-snapshot | 15 ++
.../lvm_create_filesystem_snapshot | 22 ++-
.../lvm_remove_filesystem_snapshot | 26 ++++
.../scripts_local-top_urbackup-setup-snapshot | 47 +++++++
...-r1.ebuild => urbackup-client-2.5.25-r2.ebuild} | 10 +-
15 files changed, 379 insertions(+), 186 deletions(-)
delete mode 100644 app-backup/urbackup-client/files/dattobd_create_filesystem_snapshot
delete mode 100644 app-backup/urbackup-client/files/dattobd_remove_filesystem_snapshot
rename app-backup/urbackup-client/files/{ => linux_snapshot}/btrfs_create_filesystem_snapshot (64%)
mode change 100644 => 100755
rename app-backup/urbackup-client/files/{ => linux_snapshot}/btrfs_remove_filesystem_snapshot (100%)
mode change 100644 => 100755
create mode 100755 app-backup/urbackup-client/files/linux_snapshot/dattobd_create_snapshot
create mode 100755 app-backup/urbackup-client/files/linux_snapshot/dattobd_remove_snapshot
rename app-backup/urbackup-client/files/{ => linux_snapshot}/dm_create_snapshot (100%)
mode change 100644 => 100755
rename app-backup/urbackup-client/files/{ => linux_snapshot}/dm_remove_snapshot (100%)
mode change 100644 => 100755
rename app-backup/urbackup-client/files/{ => linux_snapshot}/filesystem_snapshot_common (100%)
mode change 100644 => 100755
create mode 100755 app-backup/urbackup-client/files/linux_snapshot/hooks_urbackup-setup-snapshot
rename app-backup/urbackup-client/files/{ => linux_snapshot}/lvm_create_filesystem_snapshot (77%)
mode change 100644 => 100755
rename app-backup/urbackup-client/files/{ => linux_snapshot}/lvm_remove_filesystem_snapshot (67%)
mode change 100644 => 100755
create mode 100755 app-backup/urbackup-client/files/linux_snapshot/scripts_local-top_urbackup-setup-snapshot
rename app-backup/urbackup-client/{urbackup-client-2.5.25-r1.ebuild => urbackup-client-2.5.25-r2.ebuild} (75%)
*** synced thegreatmcpain
* 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 thegreatmcpain
* Cache regenerated successfully
|