From 8c5a49067ef6ddf96c30cdc4e2e29390b25a1ac7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 10 Dec 2013 17:43:18 -0600 Subject: [PATCH] brew-test-bot: fix rsync for bottles with a revision number --- Library/Contributions/cmd/brew-test-bot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index aeb7606c17..d9f01d359f 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