From e438bc590d424d55dca792ef52d055afb898771b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 17 Jun 2018 02:22:17 -0700 Subject: [PATCH] update to new gogs location --- mirror-gogs/MANIFEST | 1 + mirror-gogs/Makefile | 3 +++ mirror-gogs/update.pl | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/mirror-gogs/MANIFEST b/mirror-gogs/MANIFEST index 6c23bc6..51b731e 100755 --- a/mirror-gogs/MANIFEST +++ b/mirror-gogs/MANIFEST @@ -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 diff --git a/mirror-gogs/Makefile b/mirror-gogs/Makefile index d6544f4..03dbd1e 100644 --- a/mirror-gogs/Makefile +++ b/mirror-gogs/Makefile @@ -1,5 +1,8 @@ none: ./update.pl --dry-run manifest + @echo + @echo make all + @echo all: ./update.pl rsync diff --git a/mirror-gogs/update.pl b/mirror-gogs/update.pl index b2e895a..768b600 100755 --- a/mirror-gogs/update.pl +++ b/mirror-gogs/update.pl @@ -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;