From 0d075c13ae026b394719cfa30767153e1feae6c5 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 23 Aug 2012 16:24:34 -0600 Subject: skip processing the "proas" package --- cvstogit | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cvstogit') diff --git a/cvstogit b/cvstogit index 9a4b789..4488bc3 100755 --- a/cvstogit +++ b/cvstogit @@ -251,6 +251,10 @@ do_repotree() { # Listed in owners.list, but does not exist in CVS. continue ;; + 'proas') + # Listed in owners.list, but does not exist in CVS. + continue + ;; esac git_cvsimport $repo $package -- cgit