diff --git a/bots/images/scripts/rhel-7-5.install b/bots/images/scripts/rhel-7-5.install deleted file mode 120000 index 45df18fae6c1..000000000000 --- a/bots/images/scripts/rhel-7-5.install +++ /dev/null @@ -1 +0,0 @@ -rhel.install \ No newline at end of file diff --git a/bots/images/scripts/rhel-7-5.install b/bots/images/scripts/rhel-7-5.install new file mode 100755 index 000000000000..cc9b92b06f50 --- /dev/null +++ b/bots/images/scripts/rhel-7-5.install @@ -0,0 +1,8 @@ +#! /bin/bash + +set -e + +# remove cockpit distro packages, testing with upstream master +rpm --erase --verbose cockpit cockpit-ws cockpit-bridge cockpit-system + +/var/lib/testvm/fedora.install --rhel "$@" diff --git a/bots/images/scripts/rhel-7-6.install b/bots/images/scripts/rhel-7-6.install deleted file mode 120000 index 45df18fae6c1..000000000000 --- a/bots/images/scripts/rhel-7-6.install +++ /dev/null @@ -1 +0,0 @@ -rhel.install \ No newline at end of file diff --git a/bots/images/scripts/rhel-7-6.install b/bots/images/scripts/rhel-7-6.install new file mode 100755 index 000000000000..cad8786c6aac --- /dev/null +++ b/bots/images/scripts/rhel-7-6.install @@ -0,0 +1,5 @@ +#! /bin/bash + +set -e + +/var/lib/testvm/fedora.install --rhel "$@" diff --git a/bots/images/scripts/rhel.install b/bots/images/scripts/rhel.install deleted file mode 100755 index cc9b92b06f50..000000000000 --- a/bots/images/scripts/rhel.install +++ /dev/null @@ -1,8 +0,0 @@ -#! /bin/bash - -set -e - -# remove cockpit distro packages, testing with upstream master -rpm --erase --verbose cockpit cockpit-ws cockpit-bridge cockpit-system - -/var/lib/testvm/fedora.install --rhel "$@"