diff --git a/doc/build.md b/doc/build.md index dc3a3c2..e82f0b7 100644 --- a/doc/build.md +++ b/doc/build.md @@ -134,51 +134,3 @@ Full help for the Omnibus command line interface can be accessed with the ```shell $ bin/omnibus help ``` - -## Vagrant-based Virtualized Build Lab - -Every Omnibus project ships will a project-specific -[Berksfile](http://berkshelf.com/) and [Vagrantfile](http://www.vagrantup.com/) -that will allow you to build your projects on the following platforms: - -* CentOS 5 64-bit -* CentOS 6 64-bit -* Ubuntu 10.04 64-bit -* Ubuntu 11.04 64-bit -* Ubuntu 12.04 64-bit - -Please note this build-lab is only meant to get you up and running quickly; -there's nothing inherent in Omnibus that restricts you to just building CentOS -or Ubuntu packages. See the Vagrantfile to add new platforms to your build lab. - -The only requirements for standing up this virtualized build lab are: - -* VirtualBox - native packages exist for most platforms and can be downloaded -from the [VirtualBox downloads page](https://www.virtualbox.org/wiki/Downloads). -* Vagrant 1.2.1+ - native packages exist for most platforms and can be downloaded -from the [Vagrant downloads page](http://downloads.vagrantup.com/). - -The [vagrant-berkshelf](https://github.com/RiotGames/vagrant-berkshelf) and -[vagrant-omnibus](https://github.com/schisamo/vagrant-omnibus) Vagrant plugins -are also required and can be installed easily with the following commands: - -```shell -$ vagrant plugin install vagrant-berkshelf -$ vagrant plugin install vagrant-omnibus -``` - -Once the pre-requisites are installed you can build your package across all -platforms with the following command: - -```shell -$ vagrant up -``` - -If you would like to build a package for a single platform the command looks like this: - -```shell -$ vagrant up PLATFORM -``` - -The complete list of valid platform names can be viewed with the -`vagrant status` command. -- libgit2 0.21.2