svn commit: r311295 - in user/uqs/git_conv: base-head.git/.git doc-head.git/.git freebsd-base.git freebsd-doc.git freebsd-ports.git ports-head.git/.git
Ulrich Spoerlein
uqs at FreeBSD.org
Wed Jan 4 17:55:33 UTC 2017
Author: uqs
Date: Wed Jan 4 17:55:31 2017
New Revision: 311295
URL: https://svnweb.freebsd.org/changeset/base/311295
Log:
Bring back the fetch configs again, while unused on the repo converter, it's a
handy way to check your own conversion against what is published on github.
Remove the 'www' branch for the doc repo, which is old and wasn't really used anyway.
Modified:
user/uqs/git_conv/base-head.git/.git/config
user/uqs/git_conv/doc-head.git/.git/config
user/uqs/git_conv/freebsd-base.git/config
user/uqs/git_conv/freebsd-doc.git/config
user/uqs/git_conv/freebsd-ports.git/config
user/uqs/git_conv/ports-head.git/.git/config
Modified: user/uqs/git_conv/base-head.git/.git/config
==============================================================================
--- user/uqs/git_conv/base-head.git/.git/config Wed Jan 4 17:54:44 2017 (r311294)
+++ user/uqs/git_conv/base-head.git/.git/config Wed Jan 4 17:55:31 2017 (r311295)
@@ -10,5 +10,6 @@
[push]
default = matching
[remote "github"]
- url = src.github.com:freebsd/freebsd.git
+ url = base.github.com:freebsd/freebsd.git
+ fetch = +refs/heads/*:refs/remotes/github/*
push = +refs/remotes/trunk:refs/heads/svn_head
Modified: user/uqs/git_conv/doc-head.git/.git/config
==============================================================================
--- user/uqs/git_conv/doc-head.git/.git/config Wed Jan 4 17:54:44 2017 (r311294)
+++ user/uqs/git_conv/doc-head.git/.git/config Wed Jan 4 17:55:31 2017 (r311295)
@@ -7,10 +7,9 @@
rewriteRoot = svn+ssh://svn.freebsd.org/doc
url = file:///home/svn/doc
fetch = head:refs/remotes/trunk
- branches = {www}:refs/remotes/*
[push]
default = matching
[remote "github"]
url = doc.github.com:freebsd/freebsd-doc.git
+ fetch = +refs/heads/*:refs/remotes/github/*
push = +refs/remotes/trunk:refs/heads/svn_head
- push = +refs/remotes/www:refs/heads/svn_www
Modified: user/uqs/git_conv/freebsd-base.git/config
==============================================================================
--- user/uqs/git_conv/freebsd-base.git/config Wed Jan 4 17:54:44 2017 (r311294)
+++ user/uqs/git_conv/freebsd-base.git/config Wed Jan 4 17:55:31 2017 (r311295)
@@ -6,6 +6,7 @@
default = matching
[remote "github"]
url = base.github.com:freebsd/freebsd.git
+ fetch = +refs/heads/*:refs/remotes/github/*
push = +refs/heads/master:refs/heads/master
push = +refs/heads/projects/*:refs/heads/projects/*
push = +refs/heads/release/*:refs/heads/release/*
Modified: user/uqs/git_conv/freebsd-doc.git/config
==============================================================================
--- user/uqs/git_conv/freebsd-doc.git/config Wed Jan 4 17:54:44 2017 (r311294)
+++ user/uqs/git_conv/freebsd-doc.git/config Wed Jan 4 17:55:31 2017 (r311295)
@@ -6,6 +6,7 @@
default = matching
[remote "github"]
url = doc.github.com:freebsd/freebsd-doc.git
+ fetch = +refs/heads/*:refs/remotes/github/*
push = +refs/heads/master:refs/heads/master
push = +refs/heads/projects/*:refs/heads/projects/*
push = +refs/heads/release/*:refs/heads/release/*
Modified: user/uqs/git_conv/freebsd-ports.git/config
==============================================================================
--- user/uqs/git_conv/freebsd-ports.git/config Wed Jan 4 17:54:44 2017 (r311294)
+++ user/uqs/git_conv/freebsd-ports.git/config Wed Jan 4 17:55:31 2017 (r311295)
@@ -6,6 +6,7 @@
default = matching
[remote "github"]
url = ports.github.com:freebsd/freebsd-ports.git
+ fetch = +refs/heads/*:refs/remotes/github/*
push = +refs/heads/branches/*:refs/heads/branches/*
push = +refs/heads/master:refs/heads/master
push = +refs/heads/projects/*:refs/heads/projects/*
Modified: user/uqs/git_conv/ports-head.git/.git/config
==============================================================================
--- user/uqs/git_conv/ports-head.git/.git/config Wed Jan 4 17:54:44 2017 (r311294)
+++ user/uqs/git_conv/ports-head.git/.git/config Wed Jan 4 17:55:31 2017 (r311295)
@@ -11,4 +11,5 @@
default = matching
[remote "github"]
url = ports.github.com:freebsd/freebsd-ports.git
+ fetch = +refs/heads/*:refs/remotes/github/*
push = +refs/remotes/trunk:refs/heads/svn_head
More information about the svn-src-user
mailing list