[svnbook] r4932 committed - * www/bin/build-and-deploy.py...

svnbook at googlecode.com svnbook at googlecode.com
Tue Nov 25 08:29:56 CST 2014


Revision: 4932
Author:   cmpilato at gmail.com
Date:     Tue Nov 25 14:29:42 2014 UTC
Log:      * www/bin/build-and-deploy.py
   (do_build): Log the timestamp of the build begin.

https://code.google.com/p/svnbook/source/detail?r=4932

Modified:
  /www/bin/build-and-deploy.py

=======================================
--- /www/bin/build-and-deploy.py	Fri May  3 16:52:53 2013 UTC
+++ /www/bin/build-and-deploy.py	Tue Nov 25 14:29:42 2014 UTC
@@ -334,6 +334,7 @@
                  + map(lambda x: 'install-%s' % x, formats))
      build_log = os.path.join(dst_path, 'nightly-build.log')
      log_fp = open(build_log, 'w', 1)
+    log_fp.write("::: %s :::\n", time.asctime())

      # Change to the source directory and fire off 'make'.
      cwd = os.getcwd()



More information about the svnbook-dev mailing list