aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/osmocom-nightly-packages.sh
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2017-12-05 12:12:27 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-06 14:38:41 +0000
commit8bcebb535060cb8a02d399c24c01fd6841ab0093 (patch)
tree164d8c5ea765f74bc1c8567d07bad29517ac5d3f /scripts/osmocom-nightly-packages.sh
parent40c52cf1d361156ab756144ed938f92cba61c8d4 (diff)
osmocom-nightly/latest: document which debian packages are required
Diffstat (limited to 'scripts/osmocom-nightly-packages.sh')
-rwxr-xr-xscripts/osmocom-nightly-packages.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/osmocom-nightly-packages.sh b/scripts/osmocom-nightly-packages.sh
index 8c7a732..a00cad1 100755
--- a/scripts/osmocom-nightly-packages.sh
+++ b/scripts/osmocom-nightly-packages.sh
@@ -1,5 +1,8 @@
#!/bin/sh
+# requirements
+# apt install devscripts git-buildpackage osc git
+
# rather than including a dangerous 'rm -rf *' here, lets delegate to the user:
if [ -n "$(ls)" ]; then
echo "ERROR: I need to run in an empty directory."