summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2012-08-26 16:12:14 -0600
committerKen Dreyer <ktdreyer@ktdreyer.com>2012-08-26 16:12:14 -0600
commit167e34f5cd34610d42e7f80bee16ef48bc8b18c4 (patch)
tree5edc80e7129649258a8139509a104e8da2d82a06
parent15491fba00b809b0344e950d7ac42abd29cd603e (diff)
downloadrpmfusion-tools-167e34f5cd34610d42e7f80bee16ef48bc8b18c4.tar.gz
rpmfusion-tools-167e34f5cd34610d42e7f80bee16ef48bc8b18c4.tar.xz
rpmfusion-tools-167e34f5cd34610d42e7f80bee16ef48bc8b18c4.zip
document git-cvsimport bug
-rwxr-xr-xcvstogit5
1 files changed, 5 insertions, 0 deletions
diff --git a/cvstogit b/cvstogit
index 10fc1f4..4690037 100755
--- a/cvstogit
+++ b/cvstogit
@@ -16,6 +16,11 @@
# Lastly the script automatically merges any branches that are identical to
# master. This allows git's fast-forward merges to work between branches.
+# To skip a git-cvsimport bug triggered by a tag in the RPM Fusion dosemu
+# package CVS repo, you will need the following patch to git-cvsimport:
+# https://bugzilla.redhat.com/850640
+
+
# This setting is used for the conversion commit.
#AUTHOR="RPM Fusion Sysadmins <rpmfusion-sysadmin@lists.rpmfusion.org>"
AUTHOR="Ken Dreyer <ktdreyer@ktdreyer.com>"