aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-12-08 13:26:54 +0100
committerOliver Smith <osmith@sysmocom.de>2022-12-08 13:41:56 +0100
commite861be2cd8b2c23fe8fe443aa6f0a44157221b1d (patch)
treefe19fae9011004b6f0ff38abb0cf73692f7613a0
parentba5b0dfb067336feb5fbf75e7a389a8bc0109a10 (diff)
Cosmetic: repo-install-test: sort env vars comment
-rwxr-xr-xscripts/repo-install-test.sh4
-rwxr-xr-xscripts/repo-install-test/run-inside-docker.sh4
2 files changed, 4 insertions, 4 deletions
diff --git a/scripts/repo-install-test.sh b/scripts/repo-install-test.sh
index 2a3e739..f2fbdc8 100755
--- a/scripts/repo-install-test.sh
+++ b/scripts/repo-install-test.sh
@@ -1,10 +1,10 @@
#!/bin/sh -ex
# Environment variables:
-# * INTERACTIVE: set to 1 to keep an interactive shell open after the script ran (for debugging)
# * FEED: binary package feed (e.g. "latest", "nightly")
+# * INTERACTIVE: set to 1 to keep an interactive shell open after the script ran (for debugging)
+# * KEEP_CACHE: set to 1 to keep downloaded binary packages (for development)
# * PROJ: OBS project namespace (e.g. "osmocom:latest")
# * PROJ_CONFLICT: Conflicting OBS project namespace (e.g. "osmocom:nightly")
-# * KEEP_CACHE: set to 1 to keep downloaded binary packages (for development)
# * TESTS: which tests to run (all by default, see below for possible values)
. "$(dirname "$0")/common.sh"
diff --git a/scripts/repo-install-test/run-inside-docker.sh b/scripts/repo-install-test/run-inside-docker.sh
index f95bae0..ce71bb8 100755
--- a/scripts/repo-install-test/run-inside-docker.sh
+++ b/scripts/repo-install-test/run-inside-docker.sh
@@ -1,10 +1,10 @@
#!/bin/sh -ex
# Environment variables:
+# * DISTRO: linux distribution name (e.g. "centos8")
# * FEED: binary package feed (e.g. "latest", "nightly")
+# * KEEP_CACHE: set to 1 to keep downloaded binary packages (for development)
# * PROJ: OBS project namespace (e.g. "osmocom:latest")
# * PROJ_CONFLICT: Conflicting OBS project namespace (e.g. "osmocom:nightly")
-# * KEEP_CACHE: set to 1 to keep downloaded binary packages (for development)
-# * 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)