[pisa-src] r2108 - trunk/tools/autobuild/pisa_autobuild

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Thu, 04 Mar 2010 18:25:02 +0100

Author: biurrun
Date: Thu Mar  4 18:25:01 2010
New Revision: 2108

Log:
(Re)set permissions before removing checkout.
This can be necessary if permissions have not yet been set,
for example during 'make distcheck'.

Modified:
   trunk/tools/autobuild/pisa_autobuild

Modified: trunk/tools/autobuild/pisa_autobuild
==============================================================================
--- trunk/tools/autobuild/pisa_autobuild        Thu Mar  4 16:17:29 2010        
(r2107)
+++ trunk/tools/autobuild/pisa_autobuild        Thu Mar  4 18:25:01 2010        
(r2108)
@@ -34,6 +34,7 @@
 
 cleanup()
 {
+    chmod -R u+rwx "$CHECKOUT_DIR"
     rm -rf "$CHECKOUT_DIR"
     echo $PISA_HEAD_REVISION > $BUILD_DIR/PISA_HEAD_REVISION
     exit $1

Other related posts:

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