svn commit: r309421 - in user/uqs/git_conv: base-head.git base-head.git/.git doc-head.git/.git freebsd-base.git freebsd-doc.git freebsd-ports.git ports-head.git/.git src-head.git/.git
Ulrich Spoerlein
uqs at FreeBSD.org
Fri Dec 2 16:49:27 UTC 2016
Author: uqs
Date: Fri Dec 2 16:49:25 2016
New Revision: 309421
URL: https://svnweb.freebsd.org/changeset/base/309421
Log:
Update git configs to reflect reality
- gitorious and code.google.com are gone
- only push master and stable/* to bitbucket, we're close to the 2GB limit
(essentially, the bitbucket mirror will stop working very soon)
- rename "src" to "base" to match the ill designed SVN repo names
- use fake github hostnames, as we no longer can use the same SSH key for
multiple repos (wtf?)
Added:
user/uqs/git_conv/base-head.git/
user/uqs/git_conv/base-head.git/.git/
user/uqs/git_conv/base-head.git/.git/config
- copied, changed from r309420, user/uqs/git_conv/src-head.git/.git/config
Deleted:
user/uqs/git_conv/src-head.git/.git/config
Modified:
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
Copied and modified: user/uqs/git_conv/base-head.git/.git/config (from r309420, user/uqs/git_conv/src-head.git/.git/config)
==============================================================================
--- user/uqs/git_conv/src-head.git/.git/config Fri Dec 2 16:43:16 2016 (r309420, copy source)
+++ user/uqs/git_conv/base-head.git/.git/config Fri Dec 2 16:49:25 2016 (r309421)
@@ -7,12 +7,8 @@
rewriteRoot = svn+ssh://svn.freebsd.org/base
url = file:///home/svn/base
fetch = head:refs/remotes/trunk
+[push]
+ default = matching
[remote "github"]
url = src.github.com:freebsd/freebsd.git
push = +refs/remotes/trunk:refs/heads/svn_head
-[remote "gitorious"]
- url = gitorious.org:freebsd/freebsd-head.git
- push = +refs/heads/master:refs/heads/master
-[remote "googlecode"]
- url = https://code.google.com/p/freebsd-head
- push = +refs/heads/master:refs/heads/master
Modified: user/uqs/git_conv/doc-head.git/.git/config
==============================================================================
--- user/uqs/git_conv/doc-head.git/.git/config Fri Dec 2 16:43:16 2016 (r309420)
+++ user/uqs/git_conv/doc-head.git/.git/config Fri Dec 2 16:49:25 2016 (r309421)
@@ -8,6 +8,8 @@
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
push = +refs/remotes/trunk:refs/heads/svn_head
Modified: user/uqs/git_conv/freebsd-base.git/config
==============================================================================
--- user/uqs/git_conv/freebsd-base.git/config Fri Dec 2 16:43:16 2016 (r309420)
+++ user/uqs/git_conv/freebsd-base.git/config Fri Dec 2 16:49:25 2016 (r309421)
@@ -2,21 +2,19 @@
repositoryformatversion = 0
filemode = true
bare = true
+[push]
+ default = matching
[remote "github"]
- url = src.github.com:freebsd/freebsd.git
+ url = base.github.com:freebsd/freebsd.git
push = +refs/heads/master:refs/heads/master
+ push = +refs/heads/projects/*:refs/heads/projects/*
push = +refs/heads/release/*:refs/heads/release/*
push = +refs/heads/releng/*:refs/heads/releng/*
push = +refs/heads/stable/*:refs/heads/stable/*
- push = +refs/heads/projects/*:refs/heads/projects/*
push = +refs/heads/user/*:refs/heads/user/*
push = +refs/notes/*:refs/notes/*
[remote "bitbucket"]
url = ssh://git@bitbucket.org/freebsd/freebsd-base.git
push = +refs/heads/master:refs/heads/master
- push = +refs/heads/release/*:refs/heads/release/*
- push = +refs/heads/releng/*:refs/heads/releng/*
push = +refs/heads/stable/*:refs/heads/stable/*
- push = +refs/heads/projects/*:refs/heads/projects/*
- push = +refs/heads/user/*:refs/heads/user/*
push = +refs/notes/*:refs/notes/*
Modified: user/uqs/git_conv/freebsd-doc.git/config
==============================================================================
--- user/uqs/git_conv/freebsd-doc.git/config Fri Dec 2 16:43:16 2016 (r309420)
+++ user/uqs/git_conv/freebsd-doc.git/config Fri Dec 2 16:49:25 2016 (r309421)
@@ -2,9 +2,11 @@
repositoryformatversion = 0
filemode = true
bare = true
+[push]
+ default = matching
[remote "github"]
url = doc.github.com:freebsd/freebsd-doc.git
push = +refs/heads/master:refs/heads/master
- push = +refs/heads/release/*:refs/heads/release/*
push = +refs/heads/projects/*:refs/heads/projects/*
+ push = +refs/heads/release/*:refs/heads/release/*
push = +refs/notes/*:refs/notes/*
Modified: user/uqs/git_conv/freebsd-ports.git/config
==============================================================================
--- user/uqs/git_conv/freebsd-ports.git/config Fri Dec 2 16:43:16 2016 (r309420)
+++ user/uqs/git_conv/freebsd-ports.git/config Fri Dec 2 16:49:25 2016 (r309421)
@@ -2,9 +2,11 @@
repositoryformatversion = 0
filemode = true
bare = true
+[push]
+ default = matching
[remote "github"]
url = ports.github.com:freebsd/freebsd-ports.git
- push = +refs/heads/master:refs/heads/master
push = +refs/heads/branches/*:refs/heads/branches/*
+ push = +refs/heads/master:refs/heads/master
push = +refs/heads/projects/*:refs/heads/projects/*
push = +refs/notes/*:refs/notes/*
Modified: user/uqs/git_conv/ports-head.git/.git/config
==============================================================================
--- user/uqs/git_conv/ports-head.git/.git/config Fri Dec 2 16:43:16 2016 (r309420)
+++ user/uqs/git_conv/ports-head.git/.git/config Fri Dec 2 16:49:25 2016 (r309421)
@@ -7,6 +7,8 @@
rewriteRoot = svn+ssh://svn.freebsd.org/ports
url = file:///home/svn/ports
fetch = head:refs/remotes/trunk
+[push]
+ default = matching
[remote "github"]
url = ports.github.com:freebsd/freebsd-ports.git
push = +refs/remotes/trunk:refs/heads/svn_head
More information about the svn-src-user
mailing list