This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new a078bfd Use library method so it works with local override
a078bfd is described below
commit a078bfd150d784ca62e050f70a41e0340304bdeb
Author: Sebb <[email protected]>
AuthorDate: Tue Jul 21 10:33:03 2020 +0100
Use library method so it works with local override
---
Rakefile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/Rakefile b/Rakefile
index 5688fd6..c429932 100644
--- a/Rakefile
+++ b/Rakefile
@@ -273,9 +273,7 @@ namespace :svn do
errors += 1
end
else
- require 'uri'
- base = URI.parse('https://svn.apache.org/repos/')
- puts "Directory not found - expecting checkout of #{(base +
description['url']).to_s}"
+ puts "Directory not found - expecting checkout of
#{ASF::SVN.svnpath!(name)}"
errors += 1
end
end