1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Merge pull request #2275 from jvonau/is_rpi

Kill off is_rpi
This commit is contained in:
A Holt 2020-03-09 12:14:24 -04:00 committed by GitHub
commit f9b2c51d41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 76 additions and 107 deletions

View file

@ -702,7 +702,6 @@ 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 # 2019-03-23: Doesn't yet test for RPi HW, but hopefully soon: https://github.com/iiab/iiab/issues/1406
is_redhat: False # Not well supported as of 2019, see: https://github.com/iiab/iiab/issues/1434
is_centos: False

View file

@ -3,7 +3,6 @@ is_debian: True
is_debian_10: True
is_raspbian: True
is_raspbian_10: True
is_rpi: True
rtc_id: ds3231
# 2019-03-23: These apply if-only-if named_install and/or dhcpd_install are True

View file

@ -3,7 +3,6 @@ is_debian: True
is_debian_8: True
is_raspbian: True
is_raspbian_8: True
is_rpi: True
rtc_id: ds3231
# 2019-01-31: These apply if-only-if named_install and/or dhcpd_install are True

View file

@ -3,7 +3,6 @@ is_debian: True
is_debian_9: True
is_raspbian: True
is_raspbian_9: True
is_rpi: True
rtc_id: ds3231
# 2019-01-31: These apply if-only-if named_install and/or dhcpd_install are True