reproduce-devel
[Top][All Lists]
Advanced

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

[task #15699] Unified format for software tarballs


From: Mohammad Akhlaghi
Subject: [task #15699] Unified format for software tarballs
Date: Mon, 4 Oct 2021 13:57:36 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/92.0

Follow-up Comment #4, task #15699 (project reproduce):

Good point! You mean to use the '--best' (or '-9') option when calling lzip,
right?

I'll update the existing tarballs to be compressed at the '-9' level and
continue making new ones with it. Just as a summary, I will use the following
command (following on the example before):


$ name=xz-5.2.5
$ tar xf orig/$name.tar.gz \
  && tar -c -Hustar --owner=root --group=root \
         -f $name.tar $name/ \
  && lzip --best $name.tar \
  && rm -r $name/


    _______________________________________________________

Reply to this item at:

  <https://savannah.nongnu.org/task/?15699>

_______________________________________________
  Message sent via Savannah
  https://savannah.nongnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]