Chad has uploaded a new change for review. https://gerrit.wikimedia.org/r/305312
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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant refs/changes/12/305312/1 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: newchange Gerrit-Change-Id: I3be40dd3632e0063fbcda4d24b4f2d47a0c40c2d Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: Chad <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
