From ec04994c10de2a33dae548407cb7556285561d69 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 25 May 2020 11:04:30 +0200 Subject: 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 --- scripts/osmocom-latest-packages.sh | 3 --- scripts/osmocom-nightly-packages.sh | 3 --- 2 files changed, 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 -- cgit v1.2.3