Skip to content

Commit 59b664b

Browse files
committed
merge-request.sh: Use https url for bugzilla
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
1 parent 6b7bd0e commit 59b664b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/release/merge-request.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bugzilla_component="new bugs"
2323
bugzilla_assigned_to=""
2424
bugzilla_user=""
2525
bugzilla_version=""
26-
bugzilla_url="http://bugs.llvm.org/xmlrpc.cgi"
26+
bugzilla_url="https://bugs.llvm.org/xmlrpc.cgi"
2727

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

0 commit comments

Comments
 (0)