diff options
| author | Jack Nagel | 2013-12-10 17:43:18 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-12-10 17:43:18 -0600 |
| commit | 8c5a49067ef6ddf96c30cdc4e2e29390b25a1ac7 (patch) | |
| tree | eedbda5d67a6e4cb4ca27f0c033500026dee932b /Library/Contributions | |
| parent | 1b7718f6a744881c853f258e40ab874cd975db58 (diff) | |
| download | brew-8c5a49067ef6ddf96c30cdc4e2e29390b25a1ac7.tar.bz2 | |
brew-test-bot: fix rsync for bottles with a revision number
Diffstat (limited to 'Library/Contributions')
| -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 |
