Build scripts: fixed tar format options

This commit is contained in:
SChernykh
2025-07-01 15:34:57 +02:00
parent 4978cdc9d1
commit 66dc583130
3 changed files with 3 additions and 3 deletions

View File

@@ -44,6 +44,6 @@ mv ../README.md $1
chmod -R 0644 $1
chmod 0755 $1/p2pool
tar cvf $1.tar --format=pax --sort=name --owner=0 --group=0 --mtime="$CURRENT_DATE $CURRENT_TIME" $1
tar cvf $1.tar --format=pax --pax-option='exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime' --sort=name --owner=0 --group=0 --mtime="$CURRENT_DATE $CURRENT_TIME" $1
touch -t $TOUCH_DATE $1.tar
7z a -mx=9 -tgzip -stl $1.tar.gz $1.tar

View File

@@ -44,6 +44,6 @@ mv ../README.md $1
chmod -R 0644 $1
chmod 0755 $1/p2pool
tar cvf $1.tar --format=pax --sort=name --owner=0 --group=0 --mtime="$CURRENT_DATE $CURRENT_TIME" $1
tar cvf $1.tar --format=pax --pax-option='exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime' --sort=name --owner=0 --group=0 --mtime="$CURRENT_DATE $CURRENT_TIME" $1
touch -t $TOUCH_DATE $1.tar
7z a -mx=9 -tgzip -stl $1.tar.gz $1.tar

View File

@@ -44,6 +44,6 @@ mv ../README.md $1
chmod -R 0644 $1
chmod 0755 $1/p2pool
tar cvf $1.tar --format=pax --sort=name --owner=0 --group=0 --mtime="$CURRENT_DATE $CURRENT_TIME" $1
tar cvf $1.tar --format=pax --pax-option='exthdr.name=%d/PaxHeaders/%f,delete=atime,delete=ctime' --sort=name --owner=0 --group=0 --mtime="$CURRENT_DATE $CURRENT_TIME" $1
touch -t $TOUCH_DATE $1.tar
7z a -mx=9 -tgzip -stl $1.tar.gz $1.tar