[hipl-dev] [Branch ~hipl-core/hipl/trunk] Rev 5233: Optimized bzr-update-hipl

  • From: noreply@xxxxxxxxxxxxx
  • To: HIPL core team <hipl-dev@xxxxxxxxxxxxx>
  • Date: Tue, 30 Nov 2010 21:03:34 -0000

------------------------------------------------------------
revno: 5233
committer: Miika Komu <miika@xxxxxx>
branch nick: trunk
timestamp: Tue 2010-11-30 23:01:59 +0200
message:
  Optimized bzr-update-hipl
  
  Bzr checkout should be faster with --lightweight according to Diego.
modified:
  tools/maintainer/bzr-update-hipl
  tools/maintainer/sync-all


--
lp:hipl
https://code.launchpad.net/~hipl-core/hipl/trunk

Your team HIPL core team is subscribed to branch lp:hipl.
To unsubscribe from this branch go to 
https://code.launchpad.net/~hipl-core/hipl/trunk/+edit-subscription
=== modified file 'tools/maintainer/bzr-update-hipl'
--- tools/maintainer/bzr-update-hipl    2010-11-30 15:23:28 +0000
+++ tools/maintainer/bzr-update-hipl    2010-11-30 21:01:59 +0000
@@ -21,7 +21,7 @@
     cd $TMP_DIR
     bzr init-repo hipl-bzr
     cd hipl-bzr
-    bzr checkout lp:hipl $BRANCH
+    bzr checkout --lightweight lp:hipl $BRANCH
     cd $BRANCH
 fi
 

=== modified file 'tools/maintainer/sync-all'
--- tools/maintainer/sync-all   2010-11-29 10:20:45 +0000
+++ tools/maintainer/sync-all   2010-11-30 21:01:59 +0000
@@ -1,11 +1,11 @@
 #!/bin/sh -xv
 
 HOSTS="
+halko.pc.infrahip.net
 allerian.infrahipnet
 garadar.infrahip.net
 cenarion.infrahip.net
 netherstorm.infrahip.net
-terokkar.infrahip.net
 shadowmoon.infrahip.net
 hellfire.infrahip.net
 zangarmash.infrahip.net
@@ -27,20 +27,22 @@
 #set -e
 
 # configured hosts:
-# Ubuntu lucid 32-bit terokkar.infrahip.net
 # ubuntu lucid 32-bit allerian
+# ubuntu lucid 64-bit halko
+# ubuntu maverick 32-bit MISSING
+# ubuntu maverick 64-bit garadar
 # f13-i386            netherstorm.infrahip.net
 # F13-x86_64          shadowmoon.infrahip.net
+# F14 32bit           ironforge
+# F14-x86_64         nagrand.infrahip.net
 # CentOS-5.5 i386     hellfire.infrahip.net
 # CentOS-5.5 x86_64   zangarmash.infrahip.net
-# F14 32bit           ironforge
-# F14-x86_64         nagrand.infrahip.net
-# ubuntu maverick 64-bit garadar
-# ubuntu maverick 64-bit cenarion 64-bit
 #
 # disabled hosts:
 # fc11-i386           blacktemple
 # fc11-x86_64         stonebreaker
+# Ubuntu lucid 32-bit terokkar.infrahip.net
+# ubuntu maverick 64-bit cenarion 64-bit
 
 if test $# != 0; then
     HOSTS="$@"

Other related posts: