mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Use stable/unstable, rather than wheezy/jessie
This commit is contained in:
parent
50fabe65ec
commit
bbec32a987
3 changed files with 9 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
system:
|
system:
|
||||||
release: wheezy
|
release: stable
|
||||||
architecture: amd64
|
architecture: amd64
|
||||||
|
|
4
tests/integration/manifests/stable86.yml
Normal file
4
tests/integration/manifests/stable86.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
system:
|
||||||
|
release: stable
|
||||||
|
architecture: x86
|
4
tests/integration/manifests/unstable64.yml
Normal file
4
tests/integration/manifests/unstable64.yml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
system:
|
||||||
|
release: unstable
|
||||||
|
architecture: amd64
|
Loading…
Add table
Reference in a new issue