svn commit: r247257 - user/uqs/git_conv

Ulrich Spoerlein uqs at FreeBSD.org
Mon Feb 25 09:22:03 UTC 2013


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


More information about the svn-src-user mailing list