Don't copy *every* .gz file from the release tree
(which includes the source tree); just ceph*.gz
Fixes: https://tracker.ceph.com/issues/61306
Signed-off-by: Dan Mick <dmick@redhat.com>
if [ "$THROWAWAY" = false ] ; then
# push binaries to chacra
find release/$vers/ | \
- egrep "*\.(changes|deb|ddeb|dsc|gz)$" | \
+ egrep "*(\.changes|\.deb|\.ddeb|\.dsc|ceph[^/]*\.gz)$" | \
egrep -v "(Packages|Sources|Contents)" | \
$venv/chacractl binary ${chacra_flags} create ${chacra_endpoint}