summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-12-22 22:43:30 -0800
committerRobin H. Johnson <robbat2@gentoo.org>2008-12-22 22:43:30 -0800
commitdf284de52186b8f65fb1ed7c34f9c27a0b63b16d (patch)
treee00a20f5cdd0518a40d6ec30ff1381d5e3074ebe
parentAdd experimental and snapshots. (diff)
downloadgard-df284de52186b8f65fb1ed7c34f9c27a0b63b16d.tar.gz
gard-df284de52186b8f65fb1ed7c34f9c27a0b63b16d.tar.bz2
gard-df284de52186b8f65fb1ed7c34f9c27a0b63b16d.zip
Remove ambiguty over mirror type.
-rwxr-xr-xgard-v2.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/gard-v2.py b/gard-v2.py
index 85991a3..4c77f0a 100755
--- a/gard-v2.py
+++ b/gard-v2.py
@@ -125,7 +125,7 @@ for line in file:
else:
os.makedirs(reportpath)
handler = add_handler(fname)
- info5 = addy+" wants to be distfiles mirror and is being checked as per Bug #"+bugnum+ " over http"
+ info5 = addy+" wants to be source mirror and is being checked as per Bug #"+bugnum+ " over http"
logging.info(info5)
synced = True
@@ -151,7 +151,7 @@ for line in file:
else:
os.makedirs(reportpath)
add_handler(fname)
- info6 = addy+" wants to be an distfiles mirror and is being checked as per Bug #"+bugnum+ " over ftp"
+ info6 = addy+" wants to be an source mirror and is being checked as per Bug #"+bugnum+ " over ftp"
logging.info(info6)
synced = True
@@ -177,7 +177,7 @@ for line in file:
else:
os.makedirs(reportpath)
add_handler(fname)
- info7 = addy+" wants to be an distfiles mirror and is being checked as per Bug #"+bugnum+ " over rsync"
+ info7 = addy+" wants to be an source mirror and is being checked as per Bug #"+bugnum+ " over rsync"
logging.info(info7)
target=drsync+"/distfiles/timestamp.chk"
retcode4=subprocess.call(['rsync','-aqP','--no-motd','--contimeout=30',target,'.'])