Date: Mon, 19 Jan 2015 21:45:52 +0000 (UTC) From: Ulrich Spoerlein <uqs@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r277400 - user/uqs/git_conv Message-ID: <201501192145.t0JLjqk8067283@svn.freebsd.org>
index | next in thread | raw e-mail
Author: uqs Date: Mon Jan 19 21:45:51 2015 New Revision: 277400 URL: https://svnweb.freebsd.org/changeset/base/277400 Log: Fix the freebsd-ports git conversion by also handling the new project branches. Modified: user/uqs/git_conv/freebsd-ports.rules Modified: user/uqs/git_conv/freebsd-ports.rules ============================================================================== --- user/uqs/git_conv/freebsd-ports.rules Mon Jan 19 21:40:13 2015 (r277399) +++ user/uqs/git_conv/freebsd-ports.rules Mon Jan 19 21:45:51 2015 (r277400) @@ -16,6 +16,11 @@ match /(branches|tags)/([A-Z0-9_]+)/ branch \1/\2 end match +match /(projects)/([^/]+)/ + repository freebsd-ports.git + branch \1/\2 +end match + # ignore the rest, XXX temp only #match .* #end matchhelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501192145.t0JLjqk8067283>
