[sysadmin-bin] ftpadmin: xz only



commit 5a8946bf36e24052cde4a4af408acaf84ed1a9de
Author: Olav Vitters <olav vitters nl>
Date:   Tue Nov 22 22:16:16 2011 +0100

    ftpadmin: xz only

 ftpadmin |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ftpadmin b/ftpadmin
index 7227283..ea010d1 100755
--- a/ftpadmin
+++ b/ftpadmin
@@ -778,7 +778,7 @@ class ModuleInfo(DirectoryInfo):
 class InstallModule(BasicInfo):
 
     # Preferred format should appear last
-    INSTALL_FORMATS = ('tar.bz2', 'tar.xz')
+    INSTALL_FORMATS = ('tar.xz',)
 
     def __init__(self, file, section=DEFAULT_SECTION):
         self.file = file



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]