NetworkManager/.gitlab-ci
Thomas Haller 0e7e88cfc7
gitlab-ci: combine ubuntu/centos install scripts with their debian/fedora counterparts
Ubuntu/Debian and CentOS/Fedora are sufficiently similar that it's
better that we have only one variant of ".gitlab-ci/*-install.sh"
and "contrib/*/REQUIRED_PACKAGES".

This was already the case, however, we used to symlink
".gitlab-ci/centos-install.sh" to "fedora-install.sh". That
worked, but it didn't scale very well. For example, if we would follow
that pattern, we would also need a symlink "contrib/centos/REQUIRED_PACKAGES"
Or should "contrib/centos" symlink to "contrib/fedora"? That seems even
more wrong.

We already had the "distro.base_type" variable for that. Make use of
that also for the install script.
2020-11-17 13:28:18 +01:00
..
build.sh gitlab-ci: fix building artifacts (pages) during gitlab-ci test 2020-11-10 19:43:55 +01:00
ci.template gitlab-ci: combine ubuntu/centos install scripts with their debian/fedora counterparts 2020-11-17 13:28:18 +01:00
config.yml gitlab-ci: automatically hash build scripts into tag for ci-templates container 2020-11-17 09:40:35 +01:00
debian-install.sh gitlab-ci: cleanup ".gitlab-ci/{build,fedora-install,debian-install}.sh" 2020-11-10 13:51:29 +01:00
fedora-install.sh gitlab-ci: install correct version of ci-templates in build script 2020-11-17 09:48:48 +01:00