From owner-svn-src-user@freebsd.org Fri Dec 2 16:49:27 2016 Return-Path: Delivered-To: svn-src-user@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0E954C63175 for ; Fri, 2 Dec 2016 16:49:27 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BD8A213BA; Fri, 2 Dec 2016 16:49:26 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB2GnP4D013065; Fri, 2 Dec 2016 16:49:25 GMT (envelope-from uqs@FreeBSD.org) Received: (from uqs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB2GnPcL013059; Fri, 2 Dec 2016 16:49:25 GMT (envelope-from uqs@FreeBSD.org) Message-Id: <201612021649.uB2GnPcL013059@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: uqs set sender to uqs@FreeBSD.org using -f From: Ulrich Spoerlein Date: Fri, 2 Dec 2016 16:49:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: 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 X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Dec 2016 16:49:27 -0000 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