[pisa-src] r2936 - trunk/tools/testbed/plugins/classes/hipl/prepare

  • From: Christoph Viethen <christoph.viethen@xxxxxxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 20 Mar 2012 19:20:10 +0100

Author: viethen
Date: Tue Mar 20 19:20:06 2012
New Revision: 2936

Log:
Make the PiSA testbed get its HIPL checkout from trunk again.

Modified:
   trunk/tools/testbed/plugins/classes/hipl/prepare

Modified: trunk/tools/testbed/plugins/classes/hipl/prepare
==============================================================================
--- trunk/tools/testbed/plugins/classes/hipl/prepare    Tue Mar 20 15:53:06 
2012        (r2935)
+++ trunk/tools/testbed/plugins/classes/hipl/prepare    Tue Mar 20 19:20:06 
2012        (r2936)
@@ -7,8 +7,7 @@
     if ! [ -d "$HIPL_PATH" ]; then
         echo "downloading ..."
         mkdir -p "$HIPL_PATH"
-#        bzr co lp:hipl "$HIPL_PATH"
-        bzr co lp:~rene-hummen/hipl/midauth-pisa "$HIPL_PATH"
+        bzr co lp:hipl "$HIPL_PATH"
         cd "$HIPL_PATH"
     fi
     cd "$HIPL_PATH"
-- 
This is the pisa developer mailing list. Please also subscribe to the main pisa 
list at:
//www.freelists.org/list/pisa

Other related posts:

  • » [pisa-src] r2936 - trunk/tools/testbed/plugins/classes/hipl/prepare - Christoph Viethen