update to new gogs location
This commit is contained in:
parent
4c0e45ce64
commit
e438bc590d
|
@ -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
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
none:
|
||||
./update.pl --dry-run manifest
|
||||
@echo
|
||||
@echo make all
|
||||
@echo
|
||||
|
||||
all:
|
||||
./update.pl rsync
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue