[MERGED] osmo-ci[master]: osmocom-latest-packages: set -e: exit on any failure

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Tue Nov 21 18:40:08 UTC 2017


Harald Welte has submitted this change and it was merged.

Change subject: osmocom-latest-packages: set -e: exit on any failure
......................................................................


osmocom-latest-packages: set -e: exit on any failure

Change-Id: I8dbf32a731d01b6eba933b8af22500c5edd1502d
---
M scripts/osmocom-latest-packages.sh
1 file changed, 1 insertion(+), 1 deletion(-)

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 2f0152e..ff1bc34 100755
--- a/scripts/osmocom-latest-packages.sh
+++ b/scripts/osmocom-latest-packages.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-#set -e
+set -e
 
 # OBS project name
 PROJ=network:osmocom:latest

-- 
To view, visit https://gerrit.osmocom.org/4951
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I8dbf32a731d01b6eba933b8af22500c5edd1502d
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Max <msuraev at sysmocom.de>



More information about the gerrit-log mailing list