[sysadmin-bin] ftpadmin: use xz and bz2 to install tarballs
- From: Olav Vitters <ovitters src gnome org>
- To: gnome-sysadmin gnome org,commits-list gnome org
- Subject: [sysadmin-bin] ftpadmin: use xz and bz2 to install tarballs
- Date: Thu, 26 May 2011 12:23:06 +0000 (UTC)
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]