diff options
-rwxr-xr-x | gard-v2.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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,'.']) |