Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Labels:
-
Environment:Debian testing
$ uname -a
Linux jenkins 4.6.0-1-amd64 #1 SMP Debian 4.6.2-2 (2016-06-25) x86_64 GNU/Linux
$ cat /etc/issue
Debian GNU/Linux stretch/sid \n \l
-
Similar Issues:
Description
Err:1 https://pkg.jenkins.io/debian binary/ jenkins 2.28 Redirection from https to 'http://mirrors.jenkins.io/debian/jenkins_2.28_all.deb' is forbidden E: Failed to fetch https://pkg.jenkins.io/debian/binary/jenkins_2.28_all.deb Redirection from https to 'http://mirrors.jenkins.io/debian/jenkins_2.28_all.deb' is forbidden E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Content of /etc/apt/sources.list.d/jenkins.list
deb https://pkg.jenkins.io/debian binary/
Current workaround:
deb http://pkg.jenkins.io/debian binary/
Attachments
Issue Links
- relates to
-
INFRA-967 OpenSUSE repository redirects https -> http
-
- Resolved
-
Code changed in jenkins
User: R. Tyler Croy
Path:
dist/profile/templates/pkgrepo/debian_htaccess.erb
spec/server/mirrorbrain/mirrorbrain_spec.rb
http://jenkins-ci.org/commit/jenkins-infra/b65c2597383b319d693cd4d438f5beb6cf72f56e
Log:
Redirect HTTPs downloads from pkg.jenkins.io to Azure blob storage
This is still a bit experimental at this point as releases have to be manually
pushed to Azure blob storage by me, but this will resolve
INFRA-964and give usa good proof-of-concept for serving more traffic off Azure blob storage
Fixes
INFRA-964