[neon/infrastructure/pangea-gemstash] /: try and get rid of too many redirects
Carlos De Maine
null at kde.org
Tue May 30 07:42:06 BST 2023
Git commit 9e02af88dc79c217e605b461ab463806a504e6a9 by Carlos De Maine.
Committed on 30/05/2023 at 06:41.
Pushed by carlosdem into branch 'master'.
try and get rid of too many redirects
M +2 -2 Gemfile
M +1 -1 config.yaml
https://invent.kde.org/neon/infrastructure/pangea-gemstash/-/commit/9e02af88dc79c217e605b461ab463806a504e6a9
diff --git a/Gemfile b/Gemfile
index 25bc722..b44d8e5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
# ./Gemfile
require "cgi"
-source "https://gem.cache.pangea.pub"
+source "https://localhost"
# private tooling built gems.
gem "releaseme"
gem "jenkins_junit_builder"
@@ -9,5 +9,5 @@ gem "jenkins_junit_builder"
# instead tooling sources that list from the pangea-tooling Gemfile
# use rubygems for anything else not specified
-source "https://gem.cache.pangea.pub/upstream/#{CGI.escape("https://rubygems.org")}" do
+source "https://localhost/#{CGI.escape("https://rubygems.org")}" do
end
diff --git a/config.yaml b/config.yaml
index d7a873e..8b72fd7 100644
--- a/config.yaml
+++ b/config.yaml
@@ -10,7 +10,7 @@
:db_url:
:db_options:
:max_connections: 1
-:rubygems_url: https://gem.cache.pangea.pub
+#:rubygems_url: https://gem.cache.pangea.pub
#:rubygems_url: http://localhost:9292
:ignore_gemfile_source: false
:puma_threads: 32
More information about the Neon-commits
mailing list