Merge pull request #13694 from andrestc/testingdocs-remove-wheezy
Removes wheezy from script testing docs
This commit is contained in:
commit
cf065c63fd
|
@ -397,10 +397,10 @@ fedora-22 with:
|
|||
mvn -Dtests.vagrant -pl qa/vagrant verify -DboxesToTest=fedora-22
|
||||
--------------------------------------------
|
||||
|
||||
or run wheezy and trusty:
|
||||
or run jessie and trusty:
|
||||
|
||||
------------------------------------------------------------------
|
||||
mvn -Dtests.vagrant -pl qa/vagrant verify -DboxesToTest='wheezy, trusty'
|
||||
mvn -Dtests.vagrant -pl qa/vagrant verify -DboxesToTest='jessie, trusty'
|
||||
------------------------------------------------------------------
|
||||
|
||||
or run all the boxes:
|
||||
|
@ -440,7 +440,6 @@ These are the linux flavors the Vagrantfile currently supports:
|
|||
* precise aka Ubuntu 12.04
|
||||
* trusty aka Ubuntu 14.04
|
||||
* vivid aka Ubuntun 15.04
|
||||
* wheezy aka Debian 7, the current debian oldstable distribution
|
||||
* jessie aka Debian 8, the current debina stable distribution
|
||||
* centos-6
|
||||
* centos-7
|
||||
|
|
Loading…
Reference in New Issue