summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2012-08-22 22:07:05 -0600
committerKen Dreyer <ktdreyer@ktdreyer.com>2012-08-22 22:07:05 -0600
commit38ad8728e1fa0cfdabf84ad526397dab80e48abc (patch)
tree544f57447f9bdcb7fd5f8bf75a34949c8bd0b254
parentd11688f29317cba9d27ca53dc3d2d616c269e53b (diff)
downloadrpmfusion-tools-38ad8728e1fa0cfdabf84ad526397dab80e48abc.tar.gz
rpmfusion-tools-38ad8728e1fa0cfdabf84ad526397dab80e48abc.tar.xz
rpmfusion-tools-38ad8728e1fa0cfdabf84ad526397dab80e48abc.zip
skip processing the "gsview" package
-rwxr-xr-xcvstogit9
1 files changed, 9 insertions, 0 deletions
diff --git a/cvstogit b/cvstogit
index e3a6549..df2a187 100755
--- a/cvstogit
+++ b/cvstogit
@@ -243,6 +243,15 @@ do_repotree() {
# Cycle through each package.
packages=$(grep -v "^#" owners/owners.list | cut -d \| -f 2)
for package in $packages; do
+
+ # Skip these packages.
+ case $package in
+ 'gsview')
+ # Listed in owners.list, but does not exist in CVS.
+ continue
+ ;;
+ esac
+
git_cvsimport $repo $package
rm -rf $package
cp -r "$package.cvsimport" $package