update to new gogs location

This commit is contained in:
Jeff Carr 2018-06-17 02:22:17 -07:00
parent 4c0e45ce64
commit e438bc590d
3 changed files with 5 additions and 1 deletions

View File

@ -26,6 +26,7 @@ git@git.wit.com:Crypto-ICO/realtime-crypto-data.git realtime-crypto-data
git@git.wit.com:Crypto-ICO/VirtexEval.git VirtexEval
git@git.wit.com:Crypto-ICO/gpupoller gpupoller
git@git.wit.com:jcarr/jcarr jcarr
git@git.wit.com:jcarr/check.jcarr.wit.com.git check.jcarr.wit.com
git@git.wit.com:jcarr/1200-hugo-xmin.git 1200-hugo-xmin
git@git.wit.com:jcarr/1201-hugo-ananke.git 1201-hugo-ananke

View File

@ -1,5 +1,8 @@
none:
./update.pl --dry-run manifest
@echo
@echo make all
@echo
all:
./update.pl rsync

View File

@ -53,7 +53,7 @@ chomp $basedir;
if ($ARGV[0] eq "rsync") {
my_system("tar -c --use-compress-program=pigz -f archive.$STAMP.gogs.tgz mirrored-gogs/git/gogs-repositories/");
my_system("rsync -av --progress --delete vm10:/var/lib/kubelet/plugins/kubernetes.io/rbd/mounts/kube-pool-image-kubernetes-dynamic-pvc-7a6428c8-376e-11e8-85ad-0a580af40662/ mirrored-gogs/");
my_system("rsync -av --progress --delete vm9:/var/lib/kubelet/plugins/kubernetes.io/rbd/mounts/kube-pool-image-kubernetes-dynamic-pvc-7a6428c8-376e-11e8-85ad-0a580af40662/ mirrored-gogs/");
my_system("rsync -av --progress --delete mirrored-gogs/git/gogs-repositories/ gitweb:/var/lib/git/gogs/");
exit;