[PD-cvs] SF.net SVN: pure-data:[10326] trunk/scripts/auto-build/ run-automated-builder

zmoelnig at users.sourceforge.net zmoelnig at users.sourceforge.net
Tue Oct 7 09:21:31 CEST 2008


Revision: 10326
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10326&view=rev
Author:   zmoelnig
Date:     2008-10-07 07:21:29 +0000 (Tue, 07 Oct 2008)

Log Message:
-----------
elaborate on the fact, that the logfile might not be available

Modified Paths:
--------------
    trunk/scripts/auto-build/run-automated-builder

Modified: trunk/scripts/auto-build/run-automated-builder
===================================================================
--- trunk/scripts/auto-build/run-automated-builder	2008-10-06 13:36:43 UTC (rev 10325)
+++ trunk/scripts/auto-build/run-automated-builder	2008-10-07 07:21:29 UTC (rev 10326)
@@ -1,5 +1,12 @@
 #!/bin/sh
 
+
+## TODO: 
+# - change the logfile name
+# - use a wrapper for rsync to handle platform specifics
+# - check whether rsync (or any other upload mechanism) is present
+    and mail accordingly
+
 cd /
 
 # On Mac OS X, there are some handy things in Fink, but don't override the
@@ -19,7 +26,7 @@
  cat ${LOGFILE} | grep -i "error: " | tail -20
 # tail -20 ${LOGFILE}
  echo ""
- echo "the full logfile can be viewed at"
+ echo "the full logfile - if it has been succesfully uploaded - can be viewed at:"
  echo "http://autobuild.puredata.info/auto-build/${DATE}/logs/${LOGFILE##*/}"
 }
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list