From df284de52186b8f65fb1ed7c34f9c27a0b63b16d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 22 Dec 2008 22:43:30 -0800 Subject: Remove ambiguty over mirror type. --- gard-v2.py | 6 +++--- 1 file 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,'.']) -- cgit v1.2.3-65-gdbad