[opensuse-buildservice] forcing build-compare after pkg build
Is there a way to force the usage of build-compare for all pkgs in a prj? According to the buildlog build-compare gets installed, but at the end of the build it is not used. That behavior is probably cool for bootstrap, but bad for everything else. Olaf
Am Wed, 25 Apr 2018 22:40:24 +0200 schrieb Olaf Hering <olaf@aepfle.de>:
Is there a way to force the usage of build-compare for all pkgs in a prj?
It seems it is controlled by the presence of /.build.oldpackages. How can one influence the creation of /.build.oldpackages? Olaf
On Mai 09 2018, Olaf Hering <olaf@aepfle.de> wrote:
How can one influence the creation of /.build.oldpackages?
git grep nounchanged in open-build-service. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Mittwoch, 9. Mai 2018, 17:13:40 CEST wrote Olaf Hering:
Am Wed, 25 Apr 2018 22:40:24 +0200 schrieb Olaf Hering <olaf@aepfle.de>:
Is there a way to force the usage of build-compare for all pkgs in a prj?
It seems it is controlled by the presence of /.build.oldpackages. How can one influence the creation of /.build.oldpackages?
you can't ... there are reason why the old build must not be used, eg on rel counter sync case. -- Adrian Schroeter email: adrian@suse.de SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
On Mai 09 2018, Adrian Schröter <adrian@suse.de> wrote:
there are reason why the old build must not be used, eg on rel counter sync case.
But I've never understood why the bootstrap cycle can't either. Andreas. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different." -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am Wed, 09 May 2018 17:25:32 +0200 schrieb Adrian Schröter <adrian@suse.de>:
there are reason why the old build must not be used, eg on rel counter sync case.
That might be true. But only in a bootstrap project. Not if I happen to build my own variant of a package in the cycle list. Please make it optional, and enable it only where it matters. Olaf
Am Wed, 9 May 2018 17:33:56 +0200 schrieb Olaf Hering <olaf@aepfle.de>:
Am Wed, 09 May 2018 17:25:32 +0200 schrieb Adrian Schröter <adrian@suse.de>:
there are reason why the old build must not be used, eg on rel counter sync case. That might be true. But only in a bootstrap project. Not if I happen to build my own variant of a package in the cycle list. Please make it optional, and enable it only where it matters.
Will there ever be a fix for this behavior? Olaf
On Montag, 28. Mai 2018, 16:41:00 CEST wrote Olaf Hering:
Am Wed, 9 May 2018 17:33:56 +0200 schrieb Olaf Hering <olaf@aepfle.de>:
Am Wed, 09 May 2018 17:25:32 +0200 schrieb Adrian Schröter <adrian@suse.de>:
there are reason why the old build must not be used, eg on rel counter sync case. That might be true. But only in a bootstrap project. Not if I happen to build my own variant of a package in the cycle list. Please make it optional, and enable it only where it matters.
Will there ever be a fix for this behavior?
the "fix" would lead to bugs like not matching release numbers for different archs (where one arch had no change, but the other had one) and so on. It is more the question what your scenario was and why you had an explicit skip of build-compare. Must be something very special and it is most likely more important to understand that situation. -- Adrian Schroeter email: adrian@suse.de SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am Mon, 28 May 2018 16:49:37 +0200 schrieb Adrian Schröter <adrian@suse.de>:
It is more the question what your scenario was and why you had an explicit skip of build-compare. Must be something very special and it is most likely more important to understand that situation.
Just branch a "core" package and see yourself. cpio, python, autofoo etc. Olaf
participants (3)
-
Adrian Schröter
-
Andreas Schwab
-
Olaf Hering