HomePhorge

(PUP-2339) Modify $GEM_SOURCE for CI bootstrap
4ec61ee93d6bUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(PUP-2339) Modify $GEM_SOURCE for CI bootstrap

It is preferable to override the authoritative source (rubygems.org)
with our own internal resources, as opposed to the other way around.
This change ensures that if $GEM_SOURCE is set in the environment,
it is honored. Otherwise, we fall back to the public authority,
rubygems.org.

This change is analogous to the following line in our Gemfiles:

source ENV['GEM_SOURCE'] || "https://rubygems.org"

Details

Provenance
Roger Ignazio <roger@puppetlabs.com>Authored on
Kylo Ginsberg <kylo@puppetlabs.com>Committed on May 10 2014, 11:12 PM
vanmeeuwenPushed on Jun 2 2015, 2:22 PM
Parents
rPUc3b414c10a43: (maint) Include 'f' prefix for fedora paths in the builds repo
Branches
Unknown
Tags
Unknown

Event Timeline

Kylo Ginsberg <kylo@puppetlabs.com> committed rPU4ec61ee93d6b: (PUP-2339) Modify $GEM_SOURCE for CI bootstrap (authored by Roger Ignazio <roger@puppetlabs.com>).May 10 2014, 11:12 PM