From: Stephen Haberman Date: Tue, 21 Oct 2008 21:32:36 +0000 (-0500) Subject: Remove debug output. X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=f14b5840d02ec82d7576a6c71137dfe537b85c6c;p=git-central.git Remove debug output. --- diff --git a/server/post-receive-hudson b/server/post-receive-hudson index 9219878..f199d17 100644 --- a/server/post-receive-hudson +++ b/server/post-receive-hudson @@ -36,8 +36,6 @@ while read oldrev newrev refname ; do branch_config="${branch_config//$USER_EMAIL }" fi - echo "$branch_config" > branch_config.txt - # wget "http://cbas1:8080/hudson/createItem?name=${short_refname}&mode=copyJob&from=stable" > wget.txt wget --header "Content-Type: text/xml" --post-data="$branch_config" -O - "http://cbas1:8080/hudson/createItem?name=${short_refname}" >/dev/null 2>/dev/null if [ $? -ne 0 ] ; then