diff --git a/SourceGitweb/post-receive.tmpl b/SourceGitweb/post-receive.tmpl index c331856..f1ce6ee 100644 --- a/SourceGitweb/post-receive.tmpl +++ b/SourceGitweb/post-receive.tmpl @@ -8,8 +8,9 @@ URL="http://localhost/mantisbt/plugin.php?page=Source/checkin" PROJECT="test" +API_KEY="test" CURL=/usr/bin/curl echo "Updating Changeset to Mantis Bug Tracker" -${CURL} -s -S -d "repo_name=${PROJECT}" -d "data=${LINE}" ${URL} +${CURL} -sS -d "api_key=${API_KEY}" -d "repo_name=${PROJECT}" -d "data=${LINE}" ${URL}