brew-test-bot: fix rsync for bottles with a revision number

This commit is contained in:
Jack Nagel 2013-12-10 17:43:18 -06:00
parent 1b7718f6a7
commit 8c5a49067e

View File

@ -436,7 +436,7 @@ if ARGV.include? '--ci-pr-upload' or ARGV.include? '--ci-testing-upload'
path = "/home/frs/project/m/ma/machomebrew/Bottles/"
url = "BrewTestBot,machomebrew@frs.sourceforge.net:#{path}"
options = "--partial --progress --human-readable --compress"
safe_system "rsync #{options} *.bottle.tar.gz #{url}"
safe_system "rsync #{options} *.bottle*.tar.gz #{url}"
safe_system "git tag --force #{tag}"
safe_system "git push --force #{remote} refs/tags/#{tag}"
exit