Smalyshev has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/395071 )

Change subject: Shut up curl
......................................................................

Shut up curl

Change-Id: I41d9e41a5c399ea1d6225734341a39ffe562ab1c
---
M dist/src/script/createNamespace.sh
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/rdf 
refs/changes/71/395071/1

diff --git a/dist/src/script/createNamespace.sh 
b/dist/src/script/createNamespace.sh
index 3649b8c..84eb186 100755
--- a/dist/src/script/createNamespace.sh
+++ b/dist/src/script/createNamespace.sh
@@ -9,5 +9,5 @@
 
 sed -e "s/{NAMESPACE}/$CATEGORY/" < default.properties > $PROPS
 cat $PROPS
-curl -XPOST $URL --data-binary @$PROPS -H 'Content-type: text/plain'
+curl -s -XPOST $URL --data-binary @$PROPS -H 'Content-type: text/plain'
 echo

-- 
To view, visit https://gerrit.wikimedia.org/r/395071
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I41d9e41a5c399ea1d6225734341a39ffe562ab1c
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/rdf
Gerrit-Branch: master
Gerrit-Owner: Smalyshev <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to