[opensuse-buildservice] Missing link display in webui
I have linked two packages and added a patches via "<add name=..." nearly at the same time. https://build.opensuse.org/package/show/home:e9925248:branches:openSUSE:Leap... is correctly displayed. https://build.opensuse.org/package/show/home:e9925248:branches:openSUSE:Leap... does not list "links to .." and "has a link diff". A checkout of the package with -u just contains the _link file plus my patches. Simlar situation [although I converted from a branch to a link]: https://build.opensuse.org/package/show/home:e9925248:branches:openSUSE:Leap... is OK. https://build.opensuse.org/package/show/home:e9925248:branches:openSUSE:Leap... is missing the link display in the webui - -u checkout is OK. Regards, Martin -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Martin Koegler <martin.koegler@chello.at> writes:
https://build.opensuse.org/package/show/home:e9925248:branches:openSUSE:Leap... is correctly displayed.
https://build.opensuse.org/package/show/home:e9925248:branches:openSUSE:Leap... does not list "links to .." and "has a link diff".
The difference between these two packages is that alsa exists as a package in openSUSE:Leap:42.1:Update, but alsa-utils is inherited from openSUSE:Leap:42.1 via the project link. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "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 Sat, Feb 13, 2016 at 11:54:38AM +0100, Andreas Schwab wrote:
Martin Koegler <martin.koegler@chello.at> writes:
https://build.opensuse.org/package/show/home:e9925248:branches:openSUSE:Leap... is correctly displayed.
https://build.opensuse.org/package/show/home:e9925248:branches:openSUSE:Leap... does not list "links to .." and "has a link diff".
The difference between these two packages is that alsa exists as a package in openSUSE:Leap:42.1:Update, but alsa-utils is inherited from openSUSE:Leap:42.1 via the project link.
But links for such links are listed, eg: https://build.opensuse.org/package/show/openSUSE:Leap:42.1:Update/alsa-utils It lists one derived package [not my package]. Regards, Martin -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Martin Koegler <martin.koegler@chello.at> writes:
But links for such links are listed, eg: https://build.opensuse.org/package/show/openSUSE:Leap:42.1:Update/alsa-utils It lists one derived package [not my package].
The derived package from openSUSE:Leap:42.1:Rings:1-MinimalX links to openSUSE:Leap:42.1/alsa-utils, not openSUSE:Leap:42.1:Update/alsa-utils. The latter doesn't really exist, which confuses the webui in your case. Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "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 Sat, Feb 13, 2016 at 11:54:38AM +0100, Andreas Schwab wrote:
https://build.opensuse.org/package/show/home:e9925248:branches:openSUSE:Leap... does not list "links to .." and "has a link diff".
I noticed another bug: _link is: <link project="openSUSE:Leap:42.1:Update" package="alsa-utils"> <patches> <add name="0001-Show-sequencer-sound-card-numer-PID-via-aconnect.patch" popt="1" /> </patches> </link> The resulting spec contains the patch definition: ============================= Patch100: 0001-Show-sequencer-sound-card-numer-PID-via-aconnect.patch ============================= It is applied incorrectly: ============================= %patch12 -p1 %patch13 -p1 # %if 0%{?suse_version} < 1020 %patch99 -p1 %patch100 -p1 %endif %build ============================= Regards, Martin -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (2)
-
Andreas Schwab
-
Martin Koegler