diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/osmocom-latest-packages.sh | 3 | ||||
-rwxr-xr-x | scripts/osmocom-nightly-packages.sh | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/scripts/osmocom-latest-packages.sh b/scripts/osmocom-latest-packages.sh index 6933baa..bcc83de 100755 --- a/scripts/osmocom-latest-packages.sh +++ b/scripts/osmocom-latest-packages.sh @@ -1,5 +1,8 @@ #!/bin/sh +# requirements +# apt install git-buildpackage osc git + set -e # OBS project name 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." |