jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/329705 )
Change subject: Enable Jessie LXC container ...................................................................... Enable Jessie LXC container Bug: T154294 Depends-On: Ib3a39530cdb4e2e1cf98b6a869a3d7d543f6f5a0 Change-Id: I6d89b83a4cbace8a702e710aa768a86b9b6f16e1 --- M Vagrantfile 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: BryanDavis: Looks good to me, approved jenkins-bot: Verified diff --git a/Vagrantfile b/Vagrantfile index 3b476f7..82dd906 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -74,9 +74,9 @@ # LXC provider. Enable wtih `--provider=lxc` # Requires vagrant-lxc plugin and Vagrant 1.7+ - # config.vm.provider :lxc do |_lxc, override| - # override.vm.box = 'Wikimedia/trusty64-puppet-lxc' - # end + config.vm.provider :lxc do |_lxc, override| + override.vm.box = 'LEAP/jessie' + end # Parallels provider. Enable with `--provider=parallels` # -- To view, visit https://gerrit.wikimedia.org/r/329705 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6d89b83a4cbace8a702e710aa768a86b9b6f16e1 Gerrit-PatchSet: 3 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: jessie-migration Gerrit-Owner: BryanDavis <[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
