5 if [[ -z "$1" ]] ; then
6 echo "Must provide version number to unpublish"
13 if [[ -n "$2" ]] ; then
17 rm -f $(find /var/www/rpm.arvados.org/CentOS/7/testing -name "${PACKAGE}-${VERNO}*.rpm")
18 sudo -u jenkinsapt createrepo /var/www/rpm.arvados.org/CentOS/7/testing/x86_64
20 for fr in $(ls -d /var/lib/freight/apt/*-testing) ; do
21 rm -f $(find ${fr} -name "${PACKAGE}_${VERNO}*.deb")
22 sudo -u jenkinsapt freight cache ${fr}