Commit 40233b9a authored by Vitaly Lipatov's avatar Vitaly Lipatov

rsync_all: update

parent 182fafd8
#!/bin/bash #!/bin/bash
# Written by Lav (c) 2001, 2002, 2003, 2004, 2008 # Written by Lav (c) 2001, 2002, 2003, 2004, 2008, 2016
# Vitaly Lipatov <lav@etersoft.ru> # Vitaly Lipatov <lav@etersoft.ru>
# 24.12.01, 16.11.03, 30.12.03, 17.12.04 # 24.12.01, 16.11.03, 30.12.03, 17.12.04
# Обновление Сизифа # Обновление Сизифа
...@@ -21,7 +21,7 @@ exec >> $LOGFILE ...@@ -21,7 +21,7 @@ exec >> $LOGFILE
get_rsync_path() get_rsync_path()
{ {
local RSYNCPATH local RSYNCPATH
if [ "$1" = "c6/branch" ] ; then if [ "$1" = "c6/branch" ] || [ "$1" = "c7/branch" ] ; then
RSYNCPATH=rsync.altlinux.ru::ALTLinux RSYNCPATH=rsync.altlinux.ru::ALTLinux
#elif echo "$1" | grep -q "p8/" ; then #elif echo "$1" | grep -q "p8/" ; then
elif false ; then elif false ; then
...@@ -128,7 +128,7 @@ fi ...@@ -128,7 +128,7 @@ fi
# we do not update 5.0 # we do not update 5.0
#for i in 4.0 4.1 p5 p6 c6 t6 p7 t7; do #for i in 4.0 4.1 p5 p6 c6 t6 p7 t7; do
for i in p5 p6 p7 p8; do for i in p6 p7 p8; do
# move branches # move branches
#mkdir $i/branch/ || continue #mkdir $i/branch/ || continue
#for a in i586 x86_64 x86_32 noarch ; do #for a in i586 x86_64 x86_32 noarch ; do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment