[Glibc-bsd-commits] r5985 - trunk/freebsd-utils/debian

stevenc-guest at alioth.debian.org stevenc-guest at alioth.debian.org
Mon Apr 4 11:36:42 UTC 2016


Author: stevenc-guest
Date: 2016-04-04 11:36:42 +0000 (Mon, 04 Apr 2016)
New Revision: 5985

Modified:
   trunk/freebsd-utils/debian/changelog
   trunk/freebsd-utils/debian/rules
Log:
Use new preferred hostname for upstream SVN with HTTPS
(svn.freebsd.org).


Modified: trunk/freebsd-utils/debian/changelog
===================================================================
--- trunk/freebsd-utils/debian/changelog	2016-04-04 11:36:01 UTC (rev 5984)
+++ trunk/freebsd-utils/debian/changelog	2016-04-04 11:36:42 UTC (rev 5985)
@@ -3,6 +3,8 @@
   * New upstream snapshot of 10.3-RC3
   * Use XZ to compress orig source tarball
   * Make get-orig-source tarball reproducible
+  * Use new preferred hostname for upstream SVN with HTTPS
+    (svn.freebsd.org).
 
  -- Steven Chamberlain <steven at pyro.eu.org>  Mon, 04 Apr 2016 11:16:07 +0100
 

Modified: trunk/freebsd-utils/debian/rules
===================================================================
--- trunk/freebsd-utils/debian/rules	2016-04-04 11:36:01 UTC (rev 5984)
+++ trunk/freebsd-utils/debian/rules	2016-04-04 11:36:42 UTC (rev 5985)
@@ -36,11 +36,11 @@
 major           := $(shell echo $(version) | sed -e 's/\..*//g')
 revision	:= $(shell echo $(full_version) | sed -e 's/^[^+-]*//g')
 
-SVN_BASE	:= https://svn0.us-west.freebsd.org/base
+SVN_BASE	:= https://svn.freebsd.org/base
 #SVN		:= $(SVN_BASE)/release/$(version).0
 SVN		:= $(SVN_BASE)/releng/$(version)
 #SVN		:= $(SVN_BASE)/stable/$(major)
-#SVN		:= $(SVN_BASE)/base/head
+#SVN		:= $(SVN_BASE)/head
 
 SOURCE = freebsd-utils
 ORIGDIR = $(SOURCE)-$(tar_version)




More information about the Glibc-bsd-commits mailing list