Skip to content
Snippets Groups Projects
Commit 7e2cbc0a authored by Alex Iribarren's avatar Alex Iribarren
Browse files

Use centos-vault rsync mirror

parent dde7547f
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,8 @@ do ...@@ -140,7 +140,8 @@ do
DIRSRC_BIN="/mnt/data1/dist/centos/$CENTOS_VER" 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 [ ! -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_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_DBGOS="/mnt/data1/dist/mirror/debuginfo.centos.org/$CENTOS_VER_SHORT"
DIRSRC_DBGOT="/mnt/data1/dist/centos-debuginfo/centos/$CENTOS_VER_SHORT" DIRSRC_DBGOT="/mnt/data1/dist/centos-debuginfo/centos/$CENTOS_VER_SHORT"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment