[Glibc-bsd-commits] r6001 - trunk/ctfutils/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Sun Apr 10 22:29:11 UTC 2016


Author: stevenc-guest
Date: 2016-04-10 22:29:11 +0000 (Sun, 10 Apr 2016)
New Revision: 6001

Modified:
   trunk/ctfutils/debian/rules
Log:
abort on svn failure


Modified: trunk/ctfutils/debian/rules
===================================================================
--- trunk/ctfutils/debian/rules	2016-04-10 22:27:55 UTC (rev 6000)
+++ trunk/ctfutils/debian/rules	2016-04-10 22:29:11 UTC (rev 6001)
@@ -80,7 +80,7 @@
 		cddl/usr.bin/ctfdump \
 		cddl/usr.bin/ctfmerge \
 	         ; do \
-	    svn export $(SVN)/$$i $(ORIG_DIR)/$$i || : ; \
+	    svn export $(SVN)/$$i $(ORIG_DIR)/$$i || exit ; \
 	done
 	# Clamp timestamps to be no newer than last changelog entry, see
 	# https://wiki.debian.org/ReproducibleBuilds/TimestampsInTarball




More information about the Glibc-bsd-commits mailing list