From 358856c53994cb32055b4c491b6d617e09f0b225 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Sat, 2 Jun 2007 20:25:34 +0000 Subject: [PATCH] Enable archive checking. git-svn-id: file:///home/talex/Backups/sf.net/Subversion/zero-install/trunk/feedlint@1817 9f8c893c-44ee-0310-b757-c8ca8341c71e --- FeedLint.xml | 3 --- feedlint | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/FeedLint.xml b/FeedLint.xml index 6cebe3e..ed96661 100644 --- a/FeedLint.xml +++ b/FeedLint.xml @@ -16,9 +16,6 @@ Run this on all your feeds from time-to-time to make sure they still work. - - - diff --git a/feedlint b/feedlint index f0f7245..7b6a352 100755 --- a/feedlint +++ b/feedlint @@ -132,7 +132,7 @@ while to_check: to_check.append(r.interface) if hasattr(impl, 'download_sources'): for source in impl.download_sources: - pass #check_source(source) + check_source(source) except urllib2.HTTPError, ex: -- 2.11.4.GIT