POINT RELEASE: all distros listed done testing

This commit is contained in:
brent s. 2015-09-03 00:09:48 -04:00
parent 59bec45449
commit ac6d269a64
5 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,5 @@
NAME='RHEL'
SUPPORTED='untested'
SUPPORTED='yes'
# Red Hat Enterprise Linux Server release 6.5 (Santiago)
CHECK_METHOD='egrep "^Red\ Hat\ Enterprise\ Linux" /etc/redhat-release'
PKG_MGR='yum -y install'

View File

@ -1,5 +1,5 @@
NAME='SUSE'
SUPPORTED='untested'
SUPPORTED='yes'
# Both SLED and SLES. We can probably safely combine them.
CHECK_METHOD='egrep "^NAME=\"SLE(D|S)\"$" /etc/os-release'
PKG_MGR='zypper install --no-confirm -l ${pkgname}'

View File

@ -1,5 +1,5 @@
NAME='Ubuntu'
SUPPORTED='untested'
SUPPORTED='yes'
CHECK_METHOD='egrep "^DISTRIB_ID=Ubuntu$" /etc/lsb-release'
PKG_MGR='apt-get -y install ${pkgname}'
PRE_RUN='apt-get -y update'

View File

@ -5,6 +5,7 @@ dosfstools
gcc
gcc-multilib
git
isolinux
libiberty-dev
libisoburn1
lynx

View File

@ -1,5 +1,5 @@
NAME='openSUSE'
SUPPORTED='untested'
SUPPORTED='yes'
# Default doesn't have the quotes around the value, but I have a feeling that's a bug that will get "fixed" soon.
CHECK_METHOD='egrep "^NAME=\"?openSUSE\"?$" /etc/os-release'
PKG_MGR='zypper install --no-confirm -l ${pkgname}'