This is an automated email from the ASF dual-hosted git repository.
sebbASF 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 94dde12d Fix up Git base URL (original no longer works)
94dde12d is described below
commit 94dde12d706debb05e864dc61f04c898be3ff66b
Author: Sebb <[email protected]>
AuthorDate: Wed Aug 12 21:47:17 2026 +0100
Fix up Git base URL (original no longer works)
Note: there are no Git entries in repository.yml currently
Ensure the code works if one is added.
---
Rakefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Rakefile b/Rakefile
index b74e336f..56bbea75 100644
--- a/Rakefile
+++ b/Rakefile
@@ -327,7 +327,7 @@ namespace :git do
mkdir_p? File.dirname(git)
Dir.chdir File.dirname(git) do
require 'uri'
- base = URI.parse('git://git.apache.org/')
+ base = URI.parse('https://gitbox.apache.org/repos/')
gitrepos.each do |name, description|
unless description
puts "Skipping git:pull of #{name} because no details were found"