brew-test-bot: fix rsync for bottles with a revision number
This commit is contained in:
parent
1b7718f6a7
commit
8c5a49067e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user