[Git][reproducible-builds/reproducible-website][master] bin/publish: Mask network errors.

Chris Lamb gitlab at salsa.debian.org
Tue Feb 12 13:35:43 CET 2019


Chris Lamb pushed to branch master at Reproducible Builds / reproducible-website


Commits:
27909f62 by Chris Lamb at 2019-02-12T12:35:26Z
bin/publish: Mask network errors.

- - - - -


1 changed file:

- bin/publish


Changes:

=====================================
bin/publish
=====================================
@@ -69,7 +69,7 @@ do
 	sleep 1
 	printf "."
 
-	if ! curl -qs "${URL}" | grep -qs "This is an unpublished draft post."
+	if ! curl -qs "${URL}" 2>/dev/null | grep -qs "This is an unpublished draft post."
 	then
 		break
 	fi



View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/27909f62144060ff35dc6871dfe1390024440c62

-- 
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-website/commit/27909f62144060ff35dc6871dfe1390024440c62
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20190212/f8b2212d/attachment.html>


More information about the rb-commits mailing list