summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlav Vitters <olav@vitters.nl>2011-05-26 12:22:23 (GMT)
committerOlav Vitters <olav@vitters.nl>2011-05-26 12:22:23 (GMT)
commitab4c8bd4d620ec983fa20ed1ef7d195d6ba8e488 (patch)
tree6430537c47658d1afc37196e2ffb80ef49ec67a7
parent4fd2cf385c690f4635fbc20ae449cf67e007c515 (diff)
downloadsysadmin-bin-ab4c8bd4d620ec983fa20ed1ef7d195d6ba8e488.zip
sysadmin-bin-ab4c8bd4d620ec983fa20ed1ef7d195d6ba8e488.tar.xz
ftpadmin: use xz and bz2 to install tarballs
instead of gz + bz2 combination
-rwxr-xr-xftpadmin2
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