aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wilmott <p@p8952.info>2015-02-13 12:49:06 +0000
committerPeter Wilmott <p@p8952.info>2015-02-13 12:49:06 +0000
commit1a5f29e00c11d2798da5a82c18af973a92bf9b99 (patch)
treedd608cb2ceeab2d52ae8497f0c824f39dc8b5c94
parentSplit example 'docker run' command over two lines (diff)
downloadruby-tinderbox-1a5f29e00c11d2798da5a82c18af973a92bf9b99.tar.gz
ruby-tinderbox-1a5f29e00c11d2798da5a82c18af973a92bf9b99.tar.bz2
ruby-tinderbox-1a5f29e00c11d2798da5a82c18af973a92bf9b99.zip
Run repoman against all packages in the nightly task
-rw-r--r--web/Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/Rakefile b/web/Rakefile
index 86aa390..ae1abfe 100644
--- a/web/Rakefile
+++ b/web/Rakefile
@@ -13,7 +13,7 @@ task :nightly do
Rake::Task['docker:setup'].invoke
Rake::Task['docker:run_ci_untested'].invoke
Rake::Task['db:update_ci'].invoke
- Rake::Task['docker:run_repoman'].invoke
+ Rake::Task['docker:run_repoman_all'].invoke
Rake::Task['db:update_repoman'].invoke
Rake::Task['docker:teardown'].invoke
end