Re: [PATCH] build: Make gzip archives reproducible

2023-08-13 Thread Chris Johns
On 14/8/2023 4:24 pm, Sebastian Huber wrote: > On 12.08.23 18:29, Joel Sherrill wrote: >> 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 d

Re: [PATCH] build: Make gzip archives reproducible

2023-08-13 Thread Sebastian Huber
On 12.08.23 18:29, Joel Sherrill wrote: This looks ok. Thanks. 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 a

Re: [PATCH] build: Make gzip archives reproducible

2023-08-12 Thread Joel Sherrill
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

[PATCH] build: Make gzip archives reproducible

2023-08-12 Thread Sebastian Huber
--- 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}