From owner-svn-src-user@FreeBSD.ORG Mon Feb 25 09:22:03 2013 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4F95F476; Mon, 25 Feb 2013 09:22:03 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 4320B847; Mon, 25 Feb 2013 09:22:03 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1P9M3qj009852; Mon, 25 Feb 2013 09:22:03 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1P9M3vn009851; Mon, 25 Feb 2013 09:22:03 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201302250922.r1P9M3vn009851@svn.freebsd.org> From: Ulrich Spoerlein Date: Mon, 25 Feb 2013 09:22:03 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r247257 - user/uqs/git_conv 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.14 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: Mon, 25 Feb 2013 09:22:03 -0000 Author: uqs Date: Mon Feb 25 09:22:02 2013 New Revision: 247257 URL: http://svnweb.freebsd.org/changeset/base/247257 Log: git_conv: the kludge is no longer needed and we push freebsd-base to github these days. Modified: user/uqs/git_conv/git_conv Modified: user/uqs/git_conv/git_conv ============================================================================== --- user/uqs/git_conv/git_conv Mon Feb 25 09:00:49 2013 (r247256) +++ user/uqs/git_conv/git_conv Mon Feb 25 09:22:02 2013 (r247257) @@ -69,8 +69,6 @@ svn2git() echo "Pushing $target to $dest" cd $target && for d in $dest; do - # XXX kludge around this till we can re-gen the whole thing - git update-ref -d refs/heads/user/uqs/git_conv >/dev/null 2>&1 # XXX freebsd-ports often needs a second try git push $d || git push $d || { echo "Error in pushing to $dest" >&2; exit 1; } done @@ -105,7 +103,6 @@ gitsvn src-head.git github gitsvn doc-head.git github gitsvn ports-head.git github -svn2git $RULES_DIR/freebsd.rules ${SRC_REPO} github -svn2git $RULES_DIR/freebsd-base.rules ${SRC_REPO} #github +svn2git $RULES_DIR/freebsd-base.rules ${SRC_REPO} github svn2git $RULES_DIR/freebsd-doc.rules ${DOC_REPO} github svn2git $RULES_DIR/freebsd-ports.rules ${PORTS_REPO} github