[sysadmin-bin] ftpadmin: use xz and bz2 to install tarballs



commit ab4c8bd4d620ec983fa20ed1ef7d195d6ba8e488
Author: Olav Vitters <olav vitters nl>
Date:   Thu May 26 14:22:23 2011 +0200

    ftpadmin: use xz and bz2 to install tarballs
    
    instead of gz + bz2 combination

 ftpadmin |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ftpadmin b/ftpadmin
index e45b0dc..07cddbc 100755
--- a/ftpadmin
+++ b/ftpadmin
@@ -774,7 +774,7 @@ class ModuleInfo(DirectoryInfo):
 
 class InstallModule(BasicInfo):
 
-    INSTALL_FORMATS = ('tar.gz', 'tar.bz2')
+    INSTALL_FORMATS = ('tar.bz2', '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]