Re: [Rpm-maint] [rpm-software-management/rpm] find-debuginfo.sh: sort output of find (#485)

2018-08-08 Thread Panu Matilainen
Merged #485 into master.

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/485#event-1777362152___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] find-debuginfo.sh: sort output of find (#485)

2018-08-08 Thread Panu Matilainen
Merged, thanks for the patch.

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/485#issuecomment-411355079___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] find-debuginfo.sh: sort output of find (#485)

2018-08-07 Thread Bernhard M. Wiedemann
updated to be minimal

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/485#issuecomment-411210510___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] find-debuginfo.sh: sort output of find (#485)

2018-08-01 Thread Bernhard M. Wiedemann
I experimented some more with it and found that only the sort in `dwz_files`
makes all the difference to the `shadow` binary rpm.
Do you prefer a minimal patch?

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/485#issuecomment-409801449___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] find-debuginfo.sh: sort output of find (#485)

2018-08-01 Thread Bernhard M. Wiedemann
@bmwiedemann pushed 1 commit.

166a65a  find-debuginfo.sh: ignore locales


-- 
You are receiving this because you are subscribed to this thread.
View it on GitHub:
https://github.com/rpm-software-management/rpm/pull/485/files/388f20dc91c19c762f498d45fbf05401ae18633e..166a65a333636dae65c4a84420682167086248e1
___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint


Re: [Rpm-maint] [rpm-software-management/rpm] find-debuginfo.sh: sort output of find (#485)

2018-07-31 Thread Bernhard M. Wiedemann
We could add on top `export LC_ALL=C` to make sure locales do not influence the 
result (and drop the other 2 inline instances of that).
I did not yet bisect which of the changes makes what difference because 
test-cycles are slow.


>> Note: elfbins.list has remaining indeterminism from the `run_job`
>> function running in parallel unless using `-j1`

> So, this isn't a problem for creating reproducible builds?

No, that seems to not make a difference on rpms - only makes the build 
filesystem diff a bit messier.

-- 
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/485#issuecomment-409179734___
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint