From 1bd7646c8536e7cb1731aceb294233ef55a2a0c0 Mon Sep 17 00:00:00 2001 From: Michal Toman Date: Thu, 9 Jun 2011 10:42:47 +0200 Subject: remove Retrace server code --- src/retrace/plugins/fedora.py | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 src/retrace/plugins/fedora.py (limited to 'src/retrace/plugins/fedora.py') diff --git a/src/retrace/plugins/fedora.py b/src/retrace/plugins/fedora.py deleted file mode 100644 index 6bf2f7b9..00000000 --- a/src/retrace/plugins/fedora.py +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/python - -import re - -distribution = "fedora" -abrtparser = re.compile("^Fedora release ([0-9]+) \(([^\)]+)\)$") -guessparser = re.compile("\.fc([0-9]+)") -repos = [ - [ - "rsync://ftp.sh.cvut.cz/fedora/linux/releases/$VER/Everything/$ARCH/os/Packages/*", - "rsync://ftp.sh.cvut.cz/fedora/linux/development/$VER/$ARCH/os/Packages/*", - ], - [ - "rsync://ftp.sh.cvut.cz/fedora/linux/releases/$VER/Everything/$ARCH/debug/*", - "rsync://ftp.sh.cvut.cz/fedora/linux/development/$VER/$ARCH/debug/*", - ], - [ - "rsync://ftp.sh.cvut.cz/fedora/linux/updates/$VER/$ARCH/*", - ], - [ - "rsync://ftp.sh.cvut.cz/fedora/linux/updates/$VER/$ARCH/debug/*", - ], - [ - "rsync://ftp.sh.cvut.cz/fedora/linux/updates/testing/$VER/$ARCH/*", - ], - [ - "rsync://ftp.sh.cvut.cz/fedora/linux/updates/testing/$VER/$ARCH/debug/*", - ], -] -- cgit