


Ubuntu 20.04?Īt the time of this writing Ubuntu has recently released 20.10 (in October of 2020) so why are we using 20.04? The reason for this is that while Ubuntu releases a new version every 6 months they only create a Long Term Support (LTS) release once every two years in April. We’re going to use the generic/ubuntu2004 box which contains Ubuntu 20.04. When picking a box it should match the version of whatever operating system will be installed on our production environment so we can reduce those “works on my machine” bugs. These boxes can be gigabytes in size but the bulk of the box is an image of the hard drive in it’s initial state.Ī list of possible boxes can be found on the public Vagrant box catalog. Vagrant uses “boxes” which are the package format for Vagrant environments. In this series, we’re using version 2.2.14 of Vagrant and 6.1.16 of VirtualBox. You’ll need them in order to follow along with this article. If you haven’t already, make sure to install VirtualBox and Vagrant. The file being loadedĪnd the error message are shown below.In this article, we’ll discuss Vagrant Boxes, pick a specific box that matches our target production environment, and create our base Vagrantfile. There was an error loading a Vagrantfile. Vagrant ~/de/wmf/vagrant ()$ vagrant halt HEAD is now at 476cb8a8 Make it easier to run tests from ~/de/wmf/vagrant ()$ vagrant -v If you want to create a new branch to retain commits you create, you mayĭo so (now or later) by using -b with the checkout command again. State without impacting any branches by performing another checkout. You can look around, make experimentalĬhanges and commit them, and you can discard any commits you make in this The requested URL /changes/ was not found on this ~/de/wmf/vagrant (master)$ git fetch refs/changes/51/431751/1 & git checkout FETCH_HEADįrom ssh://:29418/mediawiki/vagrant The following command failed with exit code 104 The following command failed with exit code 255 Local_branch = fetch_review(options.changeidentifier, branch, remote)įile "/Library/Python/2.7/site-packages/git_review/cmd.py", line 886, in fetch_reviewįile "/Library/Python/2.7/site-packages/git_review/cmd.py", line 416, in query_reviewsįile "/Library/Python/2.7/site-packages/git_review/cmd.py", line 434, in query_reviews_over_httpįile "/Library/Python/2.7/site-packages/git_review/cmd.py", line 175, in run_http_exc Vagrant ~/de/wmf/vagrant (master)$ git review -x 431751įile "/usr/local/bin/git-review", line 11, in įile "/Library/Python/2.7/site-packages/git_review/cmd.py", line 1180, in main
