]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
do_release.sh: Don't rsync BUILD directory
authorGary Lowell <glowell@inktank.com>
Fri, 19 Oct 2012 16:35:23 +0000 (09:35 -0700)
committerGary Lowell <glowell@inktank.com>
Fri, 19 Oct 2012 16:35:23 +0000 (09:35 -0700)
We don't need the BUILD directory, and it usually consumes a lot of space.

do_release.sh

index fb6dc945bbfae3cfd60b90f767c50ce1e3bfb5cb..7f9484b15790cb642f65c992e9d659d62af03bb5 100755 (executable)
@@ -77,7 +77,7 @@ do
 done
 for rem in $rpm_hosts
 do
-    rsync -auv $rem:/tmp/release/$vers/rpm/ $releasedir/$vers/rpm
+    rsync -auv --exclude "BUILD" $rem:/tmp/release/$vers/rpm/ $releasedir/$vers/rpm
 done
 
 # sign