From 7e2cbc0ac274f3629f820a1d6162c9e4dc9af48b Mon Sep 17 00:00:00 2001 From: Alex Iribarren <Alex.Iribarren@cern.ch> Date: Wed, 2 Oct 2019 10:09:32 +0200 Subject: [PATCH] Use centos-vault rsync mirror --- bin/bscentos2test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/bscentos2test b/bin/bscentos2test index 7744323..c038f9c 100755 --- a/bin/bscentos2test +++ b/bin/bscentos2test @@ -140,7 +140,8 @@ do DIRSRC_BIN="/mnt/data1/dist/centos/$CENTOS_VER" [ ! -d $DIRSRC_BIN ] && echo -e $ROUGE "*** no src directory: $DIRSRC_BIN (check -x option). Skipping $DIST for now." && continue - DIRSRC_SRC="/mnt/data1/dist/mirror/vault.centos.org/centos/$CENTOS_VER_SHORT" + #DIRSRC_SRC="/mnt/data1/dist/mirror/vault.centos.org/centos/$CENTOS_VER_SHORT" + DIRSRC_SRC="/mnt/data1/dist/centos-vault/centos/$CENTOS_VER_SHORT" #DIRSRC_DBGOT="/mnt/data1/dist/mirror/debuginfo.centos.org/centos/$CENTOS_VER_SHORT" #DIRSRC_DBGOS="/mnt/data1/dist/mirror/debuginfo.centos.org/$CENTOS_VER_SHORT" DIRSRC_DBGOT="/mnt/data1/dist/centos-debuginfo/centos/$CENTOS_VER_SHORT" -- GitLab