Description: Remove the no longer available 2.6-git and 3-git snapshot trees.
Author: Johann Felix Soden <johfel@gmx.de>

---
 ketchup |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

--- a/ketchup
+++ b/ketchup
@@ -842,10 +842,6 @@
                "%(kernel_url)s" + "/v2.6" + "/testing/patch-%(prebase)s.bz2",
                r'patch-(.*?).bz2',
                1, "2.6 kernel series prereleases"),
-    '2.6-git': (latest_dir,
-                "%(kernel_url)s" + "/v2.6" + "/snapshots/patch-%(full)s.bz2",
-                r'patch-(.*?).bz2',
-                1, "2.6 kernel series snapshots"),
     '2.6-rt': (latest_dir,
                ["%(kernel_url)s" + "/projects/rt/patch-%(full)s.bz2",
                 "%(kernel_url)s" + "/projects/rt/older/patch-%(full)s.bz2"],
@@ -885,10 +881,6 @@
                "%(kernel_url)s" + "/projects/rt/older/patch-%(full)s.bz2"],
              r'patch-(3.*?).bz2',
              0, "PREEMPT_RT real-time kernel"),
-    '3-git': (latest_dir,
-              "%(kernel_url)s" + "/v3.0" + "/snapshots/patch-%(full)s.bz2",
-              r'patch-(.*?).bz2',
-              0, "current stable kernel series snapshots"),
     '3': (latest_dir,
           ["%(kernel_url)s" + "/v3.0" + "/patch-%(prebase)s.bz2",
            "%(kernel_url)s" + "/v3.0/longterm/v%(revbase)s/patch-%(prebase)s.bz2"],
