aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2020-05-25 11:04:30 +0200
committerOliver Smith <osmith@sysmocom.de>2020-05-25 11:47:30 +0200
commitec04994c10de2a33dae548407cb7556285561d69 (patch)
treee15b0bd9499aafcfd5cf6492a6f93793b7240b6c
parent7cb8e2d05cbcac4f414bc920a153d3545133be81 (diff)
Cosmetic: OBS: remove comments for requirements
The list is incomplete, and we have a programmatic check for required binaries in common-obs.sh now. The next patch will add a new one of these scripts, so let's clean it up a bit. Change-Id: Ifab635e0d7a162142a8e80f3223d024888114f3f
-rwxr-xr-xscripts/osmocom-latest-packages.sh3
-rwxr-xr-xscripts/osmocom-nightly-packages.sh3
2 files changed, 0 insertions, 6 deletions
diff --git a/scripts/osmocom-latest-packages.sh b/scripts/osmocom-latest-packages.sh
index d836af2..4d5b3f3 100755
--- a/scripts/osmocom-latest-packages.sh
+++ b/scripts/osmocom-latest-packages.sh
@@ -2,9 +2,6 @@
. "$(dirname "$0")/common.sh"
. "$(dirname "$0")/common-obs.sh"
-# requirements
-# apt install git-buildpackage osc git
-
set -e
set -x
diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh
index f6bd4e6..40f2a6c 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -2,9 +2,6 @@
. "$(dirname "$0")/common.sh"
. "$(dirname "$0")/common-obs.sh"
-# requirements
-# apt install devscripts git-buildpackage osc git
-
set -e
set -x