summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2013-09-11 18:02:46 -0600
committerKen Dreyer <ktdreyer@ktdreyer.com>2013-09-11 18:02:46 -0600
commitdbbb18be8bbc8ff35a4155a927fdf2447984fda8 (patch)
treee5bcb6a4e037c977bbce74ddd20da7a609df4423
parenteb38ea20211d56e7f4dfdf427698d297a6ba96cf (diff)
downloadrpmfusion-tools-dbbb18be8bbc8ff35a4155a927fdf2447984fda8.tar.gz
rpmfusion-tools-dbbb18be8bbc8ff35a4155a927fdf2447984fda8.tar.xz
rpmfusion-tools-dbbb18be8bbc8ff35a4155a927fdf2447984fda8.zip
note RFBZ for broken package checkouts
Add a link to the RPM Fusion bugzilla entry for the broken spek, slmodem, and slmodem-kmod packages.
-rwxr-xr-xcvstogit4
1 files changed, 3 insertions, 1 deletions
diff --git a/cvstogit b/cvstogit
index 1e74055..99fed20 100755
--- a/cvstogit
+++ b/cvstogit
@@ -258,7 +258,7 @@ do_repotree() {
case $package in
'spek')
# Present in CVS, but cannot do a checkout.
- # https://lists.rpmfusion.org/pipermail/rpmfusion-developers/2012-August/013389.html
+ # https://bugzilla.rpmfusion.org/2946
continue
;;
'vlc-phonon-backend')
@@ -275,11 +275,13 @@ do_repotree() {
'slmodem')
# Present in nonfree CVS, but cannot do a checkout.
# (Similar symptoms to "spek".)
+ # https://bugzilla.rpmfusion.org/2946
continue
;;
'slmodem-kmod')
# Present in nonfree CVS, but cannot do a checkout.
# (Similar symptoms to "spek".)
+ # https://bugzilla.rpmfusion.org/2946
continue
;;
'vboxgtk')