1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Default to repo.FreeBSD.org for commits, as urged by our repo meister.

Approved by:	crees
This commit is contained in:
Christian Weisgerber 2015-09-15 15:31:54 +00:00
parent 354da86365
commit 4399edafd2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396967
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -44,7 +44,7 @@ TODAY=`date -u -v+0d +%Y-%m-%d`
SED="sed -i .orig -E"
# use ~/.ssh/config to set up the desired username if different than $LOGNAME
SVNREPO=${SVNREPO:-svn+ssh://svn.FreeBSD.org/ports}
SVNREPO=${SVNREPO:-svn+ssh://repo.FreeBSD.org/ports}
if ! CDIFF=$(which cdiff) ; then
CDIFF=${PAGER}