mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
ubuntu-19 for partial support of 19.04 / 19.10
This commit is contained in:
parent
a35e28d6c5
commit
22b87a3a98
1 changed files with 8 additions and 2 deletions
|
@ -532,15 +532,21 @@ minetest_flat_world: False
|
|||
# Platforms - turn all off and let /opt/iiab/iiab/vars/<OS>.yml turn on as appropriate
|
||||
|
||||
# Wide to narrow (insofar as poss)
|
||||
is_debuntu: False
|
||||
is_debuntu: False # covers all 3: Ubuntu, Debian, Raspbian
|
||||
|
||||
is_ubuntu: False
|
||||
is_ubuntu_19: False
|
||||
is_ubuntu_18: False
|
||||
is_ubuntu_17: False
|
||||
is_ubuntu_16: False
|
||||
is_debian: False
|
||||
|
||||
is_debian: False # covers both: Debian, Raspbian
|
||||
is_debian_10: False
|
||||
is_debian_9: False
|
||||
is_debian_8: False
|
||||
|
||||
is_raspbian: False # covers RPi HW and non-RPi HW versions of Raspbian
|
||||
is_raspbian_10: False
|
||||
is_raspbian_9: False
|
||||
is_raspbian_8: False
|
||||
is_rpi: False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue