Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Feb 2013 09:22:03 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r247257 - user/uqs/git_conv
Message-ID:  <201302250922.r1P9M3vn009851@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302250922.r1P9M3vn009851>