Skip to content

Commit

Permalink
merge-request.sh: Use https url for bugzilla
Browse files Browse the repository at this point in the history
With the http url, the script fails with:

Connection lost/failed: 411 Client Error: Length Required

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303685 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
tstellar committed May 23, 2017
1 parent 6b7bd0e commit 59b664b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/release/merge-request.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bugzilla_component="new bugs"
bugzilla_assigned_to=""
bugzilla_user=""
bugzilla_version=""
bugzilla_url="http://bugs.llvm.org/xmlrpc.cgi"
bugzilla_url="https://bugs.llvm.org/xmlrpc.cgi"

function usage() {
echo "usage: `basename $0` -user EMAIL -stable-version X.Y -r NUM"
Expand Down

0 comments on commit 59b664b

Please sign in to comment.