]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
ceph-build-next: fix the grep that finds the binaries to push to chacra 190/head
authorAndrew Schoen <aschoen@redhat.com>
Thu, 29 Oct 2015 17:41:16 +0000 (12:41 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 29 Oct 2015 18:05:29 +0000 (13:05 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
ceph-build-next/build/build_deb

index 90ef43228b7421c052b55bd19e1885259f4236b7..a3b538c5dbc0117aecdd8e7acb7f336c9390d9b1 100644 (file)
@@ -176,7 +176,7 @@ echo "Start Time = $start_time"
 echo "  End Time = $(date)"
 
 # push binaries to chacra
-find release/$vers/ | grep 'changes\|deb\|dsc\|gz' | chacractl binary create ${chacra_endpoint}
+find release/$vers/ | egrep "*\.(changes|deb|dsc|gz)$" | egrep -v "(Packages|Sources|Contents)" | chacractl binary create ${chacra_endpoint}
 
 
 echo "End Date: $(date)"