aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2021-01-21 16:58:35 +0100
committerOliver Smith <osmith@sysmocom.de>2021-01-25 10:27:26 +0100
commit6786c2615c3607999dd4075f09da1f20bd1c4ec6 (patch)
treefa0734529434190b9675e47199c8c358c269671a
parent9318ea87204438d6c9c1b3b2729006381ec6347e (diff)
Cosmetic: repo-install-test: fix DISTRO comment
A valid example is "centos8", with the version, not "centos". Remove the debian example, as we'll require a version with that later on as well. Related: OS#4969 Change-Id: Ie8c2c86bc77606b1d2d4339751521139de22db04
-rwxr-xr-xscripts/repo-install-test/run-inside-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/repo-install-test/run-inside-docker.sh b/scripts/repo-install-test/run-inside-docker.sh
index 355b668..8fa3a66 100755
--- a/scripts/repo-install-test/run-inside-docker.sh
+++ b/scripts/repo-install-test/run-inside-docker.sh
@@ -4,7 +4,7 @@
# * PROJ: OBS project namespace (e.g. "network:osmocom:latest")
# * PROJ_CONFLICT: Conflicting OBS project namespace (e.g. "network:osmocom:nightly")
# * KEEP_CACHE: set to 1 to keep downloaded binary packages (for development)
-# * DISTRO: linux distribution name (e.g. "debian", "centos")
+# * DISTRO: linux distribution name (e.g. "centos8")
# * TESTS: which tests to run (see repo-install-test.sh)
# Systemd services that must start up successfully after installing all packages (OS#3369)