[PATCH] build: Make gzip archives reproducible
Joel Sherrill
joel at rtems.org
Sat Aug 12 16:29:23 UTC 2023
This looks ok.
Piling on Chris' comments about where is the requirement for this. This is
a topic which must be addressed in the Software Engineering Guide and
accepted before it can be put into practices. A software development
process of any quality cannot be changed on a whim without discussion and
modifying all the artifacts necessary.
On Sat, Aug 12, 2023, 6:17 AM Sebastian Huber <
sebastian.huber at embedded-brains.de> wrote:
> ---
> wscript | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/wscript b/wscript
> index 4baf701c27..e0e38e67bb 100755
> --- a/wscript
> +++ b/wscript
> @@ -465,7 +465,7 @@ class Item(object):
>
> def gzip(self, bld, source):
> target = source + ".gz"
> - bld(rule="${GZIP} < ${SRC} > ${TGT}", source=source,
> target=target)
> + bld(rule="${GZIP} -n < ${SRC} > ${TGT}", source=source,
> target=target)
> return target
>
> def xz(self, bld, source):
> --
> 2.35.3
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20230812/45174a80/attachment.htm>
More information about the devel
mailing list