Skip to content

Commit a2735ea

Browse files
committed
Merging r303685:
------------------------------------------------------------------------ r303685 | tstellar | 2017-05-23 16:35:38 -0400 (Tue, 23 May 2017) | 5 lines 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/branches/release_40@303688 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 95ed1e1 commit a2735ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/release/merge-request.sh

Lines changed: 1 addition & 1 deletion
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)