add comment about cpio creation

This commit is contained in:
Tobias Powalowski 2024-07-17 07:04:55 +02:00
parent 17ed4ea2a0
commit 2f00c096cc

View file

@ -249,7 +249,7 @@ _create_cpio() {
# Reproducibility: # Reproducibility:
# set all timestamps to 0 # set all timestamps to 0
# fd . -u --min-depth 1 -X touch -hcd "@0" # fd . -u --min-depth 1 -X touch -hcd "@0"
# Pipe needed as is, bsdcpio is not reproducible! # Pipe needed as is, bsdcpio is faster but not reproducible!
# cpio, pax, tar are slower than bsdtar! # cpio, pax, tar are slower than bsdtar!
# LC_ALL=C.UTF-8 bsdtar --null -cnf - -T - | # LC_ALL=C.UTF-8 bsdtar --null -cnf - -T - |
# LC_ALL=C.UTF-8 bsdtar --null -cf - --format=newc @- # LC_ALL=C.UTF-8 bsdtar --null -cf - --format=newc @-