ArielGlenn has submitted this change and it was merged.

Change subject: Jenkins reprepo broken cause of double redirect
......................................................................


Jenkins reprepo broken cause of double redirect

The Jenkins packages are provided upstream via the Debian repository
http://pkg.jenkins-ci.org/debian-stable/ . It is then redirected to a
mirrors.jenkins-ci.org which again redirect to a mirror.

reprepo does not support double redirects:

aptmethod redirects already redirected
'http://mirrors.jenkins-ci.org/debian-stable/jenkins_1.480.3_all.deb'
again to
'http://ftp-nyc.osuosl.org/pub/jenkins/debian-stable/jenkins_1.480.3_all.deb'
Multiple redirects currently not supported by repreproThere have been
errors!

This patch replace pkg.jenkins-ci.org to mirrors.jenkins-ci.org to avoid
the double redirection.

Change-Id: I552211e197d65a41ffff6b0ee436167d23c4fb25
---
M files/misc/reprepro/updates
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  ArielGlenn: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/files/misc/reprepro/updates b/files/misc/reprepro/updates
index 82060f6..8e92ce9 100644
--- a/files/misc/reprepro/updates
+++ b/files/misc/reprepro/updates
@@ -9,7 +9,7 @@
 ListShellHook: grep-dctrl -X -S ceph || [ $? -eq 1 ]
 
 Name: jenkins
-Method: http://pkg.jenkins-ci.org/debian-stable/
+Method: http://mirrors.jenkins-ci.org/debian-stable/
 Suite: binary
 Flat: main
 GetInRelease: no

-- 
To view, visit https://gerrit.wikimedia.org/r/49807
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I552211e197d65a41ffff6b0ee436167d23c4fb25
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: ArielGlenn <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to