From: Guido Draheim <guidod@gmx.de>
Date: Sun, 11 Mar 2012 23:50:30 +0000 (+0000)
Subject: osc fix
X-Git-Tag: v0.13.62
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0283ed8eeb494d7fc30d019b53e49490b3e8a6d7;p=zziplib

osc fix
---

diff --git a/Makefile.am b/Makefile.am
index 47ccc75..6396e3e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,7 +38,7 @@ osc-ci osc-commit upload-osc: osc-copy
 	| { while read f; do tarname=`basename $$f` \
 	; if test "$$tarname" != "$$tarball" \
 	; then echo osc rm -f $$f ; osc rm -f $$f \
-	; else echo osc add $$f ; osc add $$f \
+	; else echo osc add $$f ; osc add $$f || true \
 	; fi ; done }
 	osc status $(OSC_SRCDIR)/$(OSC_PROJECT)/$(OSC_PACKAGE)/
 	$(DOIT) osc commit -m "update $(OSC_TARBALL)" $(OSC_SRCDIR)/$(OSC_PROJECT)/$(OSC_PACKAGE)
diff --git a/Makefile.in b/Makefile.in
index a08cc47..a3bdedc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -840,7 +840,7 @@ osc-ci osc-commit upload-osc: osc-copy
 	| { while read f; do tarname=`basename $$f` \
 	; if test "$$tarname" != "$$tarball" \
 	; then echo osc rm -f $$f ; osc rm -f $$f \
-	; else echo osc add $$f ; osc add $$f \
+	; else echo osc add $$f ; osc add $$f || true \
 	; fi ; done }
 	osc status $(OSC_SRCDIR)/$(OSC_PROJECT)/$(OSC_PACKAGE)/
 	$(DOIT) osc commit -m "update $(OSC_TARBALL)" $(OSC_SRCDIR)/$(OSC_PROJECT)/$(OSC_PACKAGE)