diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-07 18:47:53 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2011-10-07 18:47:53 +0000 |
commit | 872a0f29784aea99d6fefab21d48828b380068a1 (patch) | |
tree | 76ae16ee92b04f94dd3c6ded001f49a27725c308 | |
parent | 391435862586223e3e90adb3f4cd52c9b848cffd (diff) |
fixed URL to log in email
svn path=/trunk/; revision=15537
-rwxr-xr-x | scripts/check-for-type-punning-warnings.py | 2 | ||||
-rwxr-xr-x | scripts/load_every_help.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/check-for-type-punning-warnings.py b/scripts/check-for-type-punning-warnings.py index 84637500..93f564d2 100755 --- a/scripts/check-for-type-punning-warnings.py +++ b/scripts/check-for-type-punning-warnings.py @@ -35,7 +35,7 @@ mailoutput.append('To: ' + toaddr + '\n') mailoutput.append('Subject: type-punning warnings ' + date + '\n\n\n') mailoutput.append('______________________________________________________________________\n\n') mailoutput.append('Complete log:\n') -mailoutput.append('http://autobuild.puredata.info/auto-build/' + date + '/' +mailoutput.append('http://autobuild.puredata.info/auto-build/' + date + '/logs/' + outputfilename + '\n') diff --git a/scripts/load_every_help.py b/scripts/load_every_help.py index 8f00791d..fc18d6dd 100755 --- a/scripts/load_every_help.py +++ b/scripts/load_every_help.py @@ -186,7 +186,7 @@ mailoutput.append('To: ' + toaddr + '\n') mailoutput.append('Subject: load_every_help ' + datestamp + '\n\n\n') mailoutput.append('______________________________________________________________________\n\n') mailoutput.append('Complete log:\n') -mailoutput.append('http://autobuild.puredata.info/auto-build/' + date + '/' +mailoutput.append('http://autobuild.puredata.info/auto-build/' + date + '/logs/' + outputfilename + '\n') |