]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
update_all_pbuilders.sh: log output to file
authorSage Weil <sage@inktank.com>
Tue, 25 Sep 2012 18:19:47 +0000 (11:19 -0700)
committerSage Weil <sage@inktank.com>
Tue, 25 Sep 2012 18:19:47 +0000 (11:19 -0700)
update_all_pbuilders.sh

index 61d998964ac3b7f68bd6289741ee09a841265ba1..a479efbd402aaa8b8704c04144b3f788e3b0df3f 100755 (executable)
@@ -10,7 +10,7 @@ do
     echo rem $rem
     ssh $rem sudo rm -rf /tmp/ceph-build.\* \; sudo mkdir -p /srv/debian-base
     ssh $rem git clone git://github.com/ceph/ceph-build /tmp/ceph-build.$$
-    ssh $rem sudo /tmp/ceph-build.$$/update_pbuilder.sh /srv/debian-base
+    ssh $rem sudo /tmp/ceph-build.$$/update_pbuilder.sh /srv/debian-base > update.$rem 2>&1 &
     pids="$pids $!"
 done
 
@@ -20,3 +20,4 @@ do
     wait $p
 done
 
+echo done.
\ No newline at end of file