[pisa-src] r2253 - trunk/tools/pisa_autobuild.sh

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Wed, 07 Apr 2010 18:53:39 +0200

Author: biurrun
Date: Wed Apr  7 18:53:39 2010
New Revision: 2253

Log:
autobuild: Document scratchbox directory layout requirements.

Modified:
   trunk/tools/pisa_autobuild.sh

Modified: trunk/tools/pisa_autobuild.sh
==============================================================================
--- trunk/tools/pisa_autobuild.sh       Wed Apr  7 18:50:37 2010        (r2252)
+++ trunk/tools/pisa_autobuild.sh       Wed Apr  7 18:53:39 2010        (r2253)
@@ -1,9 +1,10 @@
 #!/bin/sh
 # PISA autobuild script for periodic compilation tests.
 #
-# This script relies on the following home directory layout:
+# This script relies on the following directory layout:
 # - $HOME/tmp/autobuild/pisa/ - temporary build directory
 # - $HOME/tmp/autobuild/openwrt - working OpenWrt tree
+# - /srv/power/scratchbox/users/${USER}${HOME]} - working scratchbox 
environment
 #
 # 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] r2253 - trunk/tools/pisa_autobuild.sh - Diego Biurrun