[pisa-src] r2166 - trunk/tools/pisa_autobuild

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 18 Mar 2010 10:01:17 +0100

Author: biurrun
Date: Thu Mar 18 10:01:17 2010
New Revision: 2166

Log:
autobuild: Document the expected home directory layout.

Modified:
   trunk/tools/pisa_autobuild

Modified: trunk/tools/pisa_autobuild
==============================================================================
--- trunk/tools/pisa_autobuild  Thu Mar 18 09:45:51 2010        (r2165)
+++ trunk/tools/pisa_autobuild  Thu Mar 18 10:01:17 2010        (r2166)
@@ -1,6 +1,10 @@
 #!/bin/sh
 # PISA autobuild script for periodic compilation tests.
 #
+# This script relies on the following home directory layout:
+# - $HOME/tmp/pisa_autobuild/ - temporary build directory
+# - $HOME/tmp/pisa_autobuild/openwrt - working OpenWrt tree
+#
 # If the PISA_NOTIFICATION_EMAIL environment variable is set to a suitable 
value
 # for the user running this script, then email will be sent in case of failure.
 

Other related posts:

  • » [pisa-src] r2166 - trunk/tools/pisa_autobuild - Diego Biurrun