aboutsummaryrefslogtreecommitdiffstats
path: root/Tools/scripts
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2015-09-15 23:31:54 +0800
committernaddy <naddy@FreeBSD.org>2015-09-15 23:31:54 +0800
commit7c366bfafcd113f267d519489a68a5333686d76b (patch)
treeee6cb246d6c3b229c30005d02717f199eab708a3 /Tools/scripts
parentd170f5a8743363500dfff066c13e7fd587919328 (diff)
downloadfreebsd-ports-gnome-7c366bfafcd113f267d519489a68a5333686d76b.tar.gz
freebsd-ports-gnome-7c366bfafcd113f267d519489a68a5333686d76b.tar.zst
freebsd-ports-gnome-7c366bfafcd113f267d519489a68a5333686d76b.zip
Default to repo.FreeBSD.org for commits, as urged by our repo meister.
Approved by: crees
Diffstat (limited to 'Tools/scripts')
-rwxr-xr-xTools/scripts/addport4
-rwxr-xr-xTools/scripts/rmport2
2 files changed, 3 insertions, 3 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
diff --git a/Tools/scripts/rmport b/Tools/scripts/rmport
index f115fb073091..471192d16f06 100755
--- a/Tools/scripts/rmport
+++ b/Tools/scripts/rmport
@@ -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}