Change in osmo-trx[master]: jenkins.sh: Verify distro-specific patches apply

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/.

pespin gerrit-no-reply at lists.osmocom.org
Tue Aug 25 13:42:00 UTC 2020


pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-trx/+/19817 )


Change subject: jenkins.sh: Verify distro-specific patches apply
......................................................................

jenkins.sh: Verify distro-specific patches apply

Change-Id: I75792c5defff63b7deaeb533b6818deaac3e0fd3
---
M contrib/jenkins.sh
1 file changed, 6 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/17/19817/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 95ea128..9561d67 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -115,4 +115,10 @@
 fi
 
 $MAKE maintainer-clean
+
+# Verify distro-specific package patches apply:
+for patch in debian/patches/*.patch; do
+        patch --dry-run -p1 < "$patch"
+done
+
 osmo-clean-workspace.sh

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-trx/+/19817
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I75792c5defff63b7deaeb533b6818deaac3e0fd3
Gerrit-Change-Number: 19817
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200825/7ab154dd/attachment.htm>


More information about the gerrit-log mailing list