From 59bf06d614bc52b2e18a87a872bb0a0ceecadec7 Mon Sep 17 00:00:00 2001 From: AllThatIsTheCase Date: Thu, 9 Apr 2015 00:13:59 +0200 Subject: [PATCH] README now a pointer --- Rakefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 9fd1a52fd6..c88808d570 100644 --- a/Rakefile +++ b/Rakefile @@ -527,7 +527,7 @@ task GR do sh "tar xjf #{tmp} -C bin --strip-components 3" end -task :deploy => ['README.md', XPI, GR, UPDATE_RDF] do +task :deploy => [XPI, GR, UPDATE_RDF] do Dir['cucumber.*.status'].each{|status| result = open(status).read throw "#{status}: #{result}" unless result == 'success' @@ -542,7 +542,6 @@ task :deploy => ['README.md', XPI, GR, UPDATE_RDF] do sh "#{GR} upload --user ZotPlus --repo zotero-better-bibtex --tag #{RELEASE} --name '#{XPI}' --file '#{XPI}'" open("www/_includes/#{EXTENSION}-version.html", 'w'){|f| f.write(RELEASE) } system "cd www; rake publish" - sh "git add README.md; git commit -m 'README for #{RELEASE}'; git push" else puts "Not a tagged release" end