Harald Welte has submitted this change and it was merged. Change subject: osmocom-nightly/latest: document which debian packages are required ......................................................................
osmocom-nightly/latest: document which debian packages are required Change-Id: If127d0e852ea8e321461d6aa709621167a0a8ecb --- M scripts/osmocom-latest-packages.sh M scripts/osmocom-nightly-packages.sh 2 files changed, 6 insertions(+), 0 deletions(-) Approvals: Max: Looks good to me, but someone else must approve Harald Welte: Looks good to me, approved; Verified 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." -- To view, visit https://gerrit.osmocom.org/5181 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: If127d0e852ea8e321461d6aa709621167a0a8ecb Gerrit-PatchSet: 2 Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Owner: lynxis lazus <[email protected]> Gerrit-Reviewer: Harald Welte <[email protected]> Gerrit-Reviewer: Max <[email protected]>
