diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2015-09-15 15:31:54 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2015-09-15 15:31:54 +0000 |
commit | 4399edafd24347e097952dd6fcea1c13b939a192 (patch) | |
tree | ee6cb246d6c3b229c30005d02717f199eab708a3 /Tools/scripts/addport | |
parent | Update to 2.1.3. (diff) |
Default to repo.FreeBSD.org for commits, as urged by our repo meister.
Approved by: crees
Notes
Notes:
svn path=/head/; revision=396967
Diffstat (limited to 'Tools/scripts/addport')
-rwxr-xr-x | Tools/scripts/addport | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/scripts/addport b/Tools/scripts/addport index 6ba0c45fbdfd..e9ecfd06b221 100755 --- a/Tools/scripts/addport +++ b/Tools/scripts/addport @@ -68,7 +68,7 @@ my $autofill = ($autofill_l ? $autofill_l : $autofill_L); my $c = $opts{'c'} if ($opts{'c'} ne ""); my $distdir = $opts{'s'} if ($opts{'s'} ne ""); my $dir = $opts{'d'}; -my $h = "svn.FreeBSD.org"; +my $h = "repo.FreeBSD.org"; $h = $opts{'h'} if ($opts{'h'} ne ""); my $u = $ENV{USER}; $u = $opts{'u'} if ($opts{'u'} ne ""); @@ -532,7 +532,7 @@ OPTIONS there are no problems. Recommended. -c file Use file in place of normal log message. -f Do not fetch the distfile. - -h host Use a svnhost besides svn.FreeBSD.org. + -h host Use a svnhost besides repo.FreeBSD.org. -i Interactive mode; allow more control over where things are placed. -l PR# Attempts to autogenerate a commit message by |