- Update to 2.7.1
This commit is contained in:
parent
c44328f6d5
commit
993c7103d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424372
3 changed files with 29 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= github-backup-utils
|
||||
PORTVERSION= 2.4.0
|
||||
PORTVERSION= 2.7.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel
|
||||
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (github-backup-utils-v2.4.0_GH0.tar.gz) = f65b6c1350d0ef871326df8401e4776e61596198e7d7e5bda55572a59909647a
|
||||
SIZE (github-backup-utils-v2.4.0_GH0.tar.gz) = 35985
|
||||
TIMESTAMP = 1477016976
|
||||
SHA256 (github-backup-utils-v2.7.1_GH0.tar.gz) = e1e9ee69a005252ab4899693d43fee1aaebac3783d97c343e16566d0c12cdc17
|
||||
SIZE (github-backup-utils-v2.7.1_GH0.tar.gz) = 68793
|
||||
|
|
|
@ -2,31 +2,54 @@ bin/ghe-backup
|
|||
bin/ghe-host-check
|
||||
bin/ghe-restore
|
||||
@sample etc/github.backup.config.sample
|
||||
%%DATADIR%%/bm.sh
|
||||
%%DATADIR%%/ghe-backup-alambic-cluster
|
||||
%%DATADIR%%/ghe-backup-config
|
||||
%%DATADIR%%/ghe-backup-es-audit-log
|
||||
%%DATADIR%%/ghe-backup-es-hookshot
|
||||
%%DATADIR%%/ghe-backup-es-rsync
|
||||
%%DATADIR%%/ghe-backup-es-tarball
|
||||
%%DATADIR%%/ghe-backup-fsck
|
||||
%%DATADIR%%/ghe-backup-git-hooks-cluster
|
||||
%%DATADIR%%/ghe-backup-pages-cluster
|
||||
%%DATADIR%%/ghe-backup-pages-rsync
|
||||
%%DATADIR%%/ghe-backup-pages-tarball
|
||||
%%DATADIR%%/ghe-backup-redis
|
||||
%%DATADIR%%/ghe-backup-redis-cluster
|
||||
%%DATADIR%%/ghe-backup-repositories-cluster
|
||||
%%DATADIR%%/ghe-backup-repositories-rsync
|
||||
%%DATADIR%%/ghe-backup-repositories-tarball
|
||||
%%DATADIR%%/ghe-backup-settings
|
||||
%%DATADIR%%/ghe-backup-store-version
|
||||
%%DATADIR%%/ghe-backup-userdata
|
||||
%%DATADIR%%/ghe-detect-leaked-ssh-keys
|
||||
%%DATADIR%%/ghe-gc-disable
|
||||
%%DATADIR%%/ghe-gc-enable
|
||||
%%DATADIR%%/ghe-maintenance-mode-disable
|
||||
%%DATADIR%%/ghe-maintenance-mode-enable
|
||||
%%DATADIR%%/ghe-maintenance-mode-status
|
||||
%%DATADIR%%/ghe-prune-snapshots
|
||||
%%DATADIR%%/ghe-restore-alambic-cluster
|
||||
%%DATADIR%%/ghe-restore-alambic-cluster-ng
|
||||
%%DATADIR%%/ghe-restore-es-audit-log
|
||||
%%DATADIR%%/ghe-restore-es-hookshot
|
||||
%%DATADIR%%/ghe-restore-es-rsync
|
||||
%%DATADIR%%/ghe-restore-es-tarball
|
||||
%%DATADIR%%/ghe-restore-git-hooks-cluster
|
||||
%%DATADIR%%/ghe-restore-git-hooks-extract
|
||||
%%DATADIR%%/ghe-restore-pages-dpages
|
||||
%%DATADIR%%/ghe-restore-pages-rsync
|
||||
%%DATADIR%%/ghe-restore-pages-tarball
|
||||
%%DATADIR%%/ghe-restore-repositories-dgit
|
||||
%%DATADIR%%/ghe-restore-repositories-dgit-ng
|
||||
%%DATADIR%%/ghe-restore-repositories-gist
|
||||
%%DATADIR%%/ghe-restore-repositories-gist-ng
|
||||
%%DATADIR%%/ghe-restore-repositories-rsync
|
||||
%%DATADIR%%/ghe-restore-repositories-tarball
|
||||
%%DATADIR%%/ghe-restore-settings
|
||||
%%DATADIR%%/ghe-restore-snapshot-path
|
||||
%%DATADIR%%/ghe-restore-userdata
|
||||
%%DATADIR%%/ghe-rsync
|
||||
%%DATADIR%%/ghe-s3-backup
|
||||
%%DATADIR%%/ghe-s3-restore
|
||||
%%DATADIR%%/ghe-ssh
|
||||
%%DATADIR%%/ghe-ssh-leaked-host-keys-list.txt
|
||||
%%DATADIR%%/version
|
||||
|
|
Loading…
Reference in a new issue