mirror of
https://github.com/boostorg/boost.git
synced 2025-04-13 16:40:42 +00:00
Make default fetch use https
[SVN r82765]
This commit is contained in:
parent
0b7444b0e5
commit
a63c44949a
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ parser.add_argument ('-noupload', action='store_true', default=False, dest='nou
|
|||
parser.add_argument ('-revision', dest="revision", default="HEAD",
|
||||
help='svn revision to snapshot (default=HEAD)')
|
||||
parser.add_argument ('-svnURL', dest="svnURL",
|
||||
default="http://svn.boost.org/svn/boost/branches/release",
|
||||
default="https://svn.boost.org/svn/boost/branches/release",
|
||||
help='subversion URL to fetch (optional; mostly for debugging)')
|
||||
parser.add_argument('-suffix', help='suffix to append to the snapshot name; i.e, rc1')
|
||||
parser.add_argument('--server', dest='server', default="boost.cowic.de", action="store",
|
||||
|
|
Loading…
Add table
Reference in a new issue