1
0
Fork 0
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:
A Holt 2019-03-23 07:37:34 -04:00 committed by GitHub
parent a35e28d6c5
commit 22b87a3a98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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