Skip to content

Commit

Permalink
Ensure we're referring to the right base URL for packages
Browse files Browse the repository at this point in the history
I /believe/ this is the right place to change things for INFRA-933, but I'm not
entirely sure whether this is the `RPM_URL` that will be used by `gen.rb` for
the generated page on https://pkg.jenkins.io/redhat

References INFRA-933
  • Loading branch information
R. Tyler Croy committed Sep 28, 2016
1 parent 25aaec9 commit fc7894a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions env/release.mk
Expand Up @@ -24,9 +24,9 @@ export SUSE_WEBDIR=/var/www/pkg.jenkins.io.staging/opensuse${RELEASELINE}
export DEB_WEBDIR=/var/www/pkg.jenkins.io.staging/debian${RELEASELINE}

# URL to the aforementioned webdir
export RPM_URL=http://pkg.jenkins.io/redhat${RELEASELINE}
export SUSE_URL=http://pkg.jenkins.io/opensuse${RELEASELINE}
export DEB_URL=http://pkg.jenkins.io/debian${RELEASELINE}
export RPM_URL=https://pkg.jenkins.io/redhat${RELEASELINE}
export SUSE_URL=https://pkg.jenkins.io/opensuse${RELEASELINE}
export DEB_URL=https://pkg.jenkins.io/debian${RELEASELINE}

# additoinal contents to be overlayed during publishing
export OVERLAY_CONTENTS=${BASE}/env/release

0 comments on commit fc7894a

Please sign in to comment.