Unverified Kaydet (Commit) 2de42ef5 authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Format 1.0 packaging is compitable right now

üst 32bd9263
......@@ -56,8 +56,8 @@ class Package:
archive_format = "tarlzma"
archive_suffix = ctx.const.lzma_suffix
else:
# "1.0" format does not have an archive
return None, None
archive_format = "tar"
archive_suffix = ""
archive_name = ctx.const.install_tar + archive_suffix
return archive_name, archive_format
......@@ -124,11 +124,6 @@ class Package:
if arcname is None:
arcname = name
if self.format == "1.0":
arcname = util.join_path("install", arcname)
self.add_to_package(name, arcname)
return
if self.install_archive is None:
archive_name, archive_format = \
self.archive_name_and_format(self.format)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment