jenkins-bot has submitted this change and it was merged. Change subject: Force arch=amd64 only on MWV apt repo ......................................................................
Force arch=amd64 only on MWV apt repo We don't provide i386 packages and apt tends to explode when it tries to find them Change-Id: I3be40dd3632e0063fbcda4d24b4f2d47a0c40c2d --- M puppet/modules/apt/templates/mwv-apt.list.erb 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Dduvall: Looks good to me, approved jenkins-bot: Verified diff --git a/puppet/modules/apt/templates/mwv-apt.list.erb b/puppet/modules/apt/templates/mwv-apt.list.erb index 1c8d863..6729a8c 100644 --- a/puppet/modules/apt/templates/mwv-apt.list.erb +++ b/puppet/modules/apt/templates/mwv-apt.list.erb @@ -1 +1 @@ -deb [trusted=yes] http://mwv-apt.wmflabs.org/repo <%= scope['::lsbdistcodename'] %>-mwv-apt main +deb [trusted=yes arch=amd64] http://mwv-apt.wmflabs.org/repo <%= scope['::lsbdistcodename'] %>-mwv-apt main -- To view, visit https://gerrit.wikimedia.org/r/305312 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3be40dd3632e0063fbcda4d24b4f2d47a0c40c2d Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: Chad <[email protected]> Gerrit-Reviewer: BryanDavis <[email protected]> Gerrit-Reviewer: Dduvall <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
