[neon/infrastructure/pangea-gemstash] /: fix localhost
Carlos De Maine
null at kde.org
Tue May 30 00:56:10 BST 2023
Git commit 8c9999e23a50d67b659ce08df50fbc1684eb38fd by Carlos De Maine.
Committed on 29/05/2023 at 23:56.
Pushed by carlosdem into branch 'master'.
fix localhost
M +1 -1 Gemfile
M +1 -1 config.yaml
https://invent.kde.org/neon/infrastructure/pangea-gemstash/-/commit/8c9999e23a50d67b659ce08df50fbc1684eb38fd
diff --git a/Gemfile b/Gemfile
index b4f2b57..25bc722 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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 "http://localhost:9292/upstream/#{CGI.escape("https://rubygems.org")}" do
+source "https://gem.cache.pangea.pub/upstream/#{CGI.escape("https://rubygems.org")}" do
end
diff --git a/config.yaml b/config.yaml
index 005f43f..40ab92b 100644
--- a/config.yaml
+++ b/config.yaml
@@ -11,7 +11,7 @@
:db_options:
:max_connections: 1
#:rubygems_url: https://gem.cache.pangea.pub
-:rubygems_url: http://localhost:9292
+#:rubygems_url: http://localhost:9292
:ignore_gemfile_source: false
:puma_threads: 32
:bind: tcp://0.0.0.0:9292
More information about the Neon-commits
mailing list