diff options
| author | Jack Nagel | 2013-12-10 17:43:18 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-10 17:43:18 -0600 |
| commit | f23e87c98a5b8741e9fe56aab780adf64320690b (patch) | |
| tree | 0e4210801f785e3f1900125abb5676a1b734c220 /Library | |
| parent | 03e87eb07e1e8b17b7e26e350e4d7cce58bcc36a (diff) | |
| download | homebrew-f23e87c98a5b8741e9fe56aab780adf64320690b.tar.bz2 | |
brew-test-bot: fix rsync for bottles with a revision number
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index aeb7606c1..d9f01d359 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -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 |
