[Bug 399018] New: osc build does not work with linked package
https://bugzilla.novell.com/show_bug.cgi?id=399018 Summary: osc build does not work with linked package Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: hfiguiere@novell.com QAContact: adrian@novell.com Found By: --- I try to locally build a linked package with patches using osc build it does not work because it fail to find the source tarball. Looks like the linking information is simply ignored. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=399018 User suse-tux@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=399018#c1 Marcus Hüwe <suse-tux@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |suse-tux@gmx.de --- Comment #1 from Marcus Hüwe <suse-tux@gmx.de> 2008-06-11 18:04:56 MDT --- If you want to build a linked package you have to expand your working copy first: osc up --expand-link Now you can simply start "osc build...". -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=399018 User chrubis@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=399018#c2 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |hfiguiere@novell.com --- Comment #2 from Cyril Hrubis <chrubis@novell.com> 2008-06-16 05:22:34 MDT --- Did the suggested procedure work for you? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=399018 User hfiguiere@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=399018#c3 Hubert Figuiere <hfiguiere@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW Info Provider|hfiguiere@novell.com | --- Comment #3 from Hubert Figuiere <hfiguiere@novell.com> 2008-06-16 07:11:59 MDT --- didn't try. that's not the point of the bug IMHO -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=399018 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |poeml@novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=399018 User poeml@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=399018#c4 Peter Poeml <poeml@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #4 from Peter Poeml <poeml@novell.com> 2008-06-16 07:17:54 MDT --- checkouts are done in expanded form nowadays. So I regard this issue as no longer relevant. Feel free to reopen if you have a different opinion. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=399018 User hfiguiere@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=399018#c5 Hubert Figuiere <hfiguiere@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #5 from Hubert Figuiere <hfiguiere@novell.com> 2008-07-04 06:25:11 MDT --- osc up -e is NOT a solution. it change the current check out to a copy of the linked package. Worse, it will change the _link. That's not what I want. What I want is to be able to locally build a linked package to test it before osc commit. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=399018 User poeml@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=399018#c6 --- Comment #6 from Peter Poeml <poeml@novell.com> 2008-07-17 10:58:53 MDT --- That doesn't work. The expansion can only be done by the backend. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=399018 User poeml@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=399018#c7 Peter Poeml <poeml@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO Info Provider| |hfiguiere@novell.com Priority|P5 - None |P4 - Low --- Comment #7 from Peter Poeml <poeml@novell.com> 2008-10-02 08:22:52 MDT --- It is not clear to me what the problem with expanding a link is in your scenario. Could you give an example? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=399018 User hfiguiere@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=399018#c8 Hubert Figuiere <hfiguiere@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED Info Provider|hfiguiere@novell.com | --- Comment #8 from Hubert Figuiere <hfiguiere@novell.com> 2008-10-02 08:27:02 MDT --- actually with the latest version it seems to work as by default it expends. I guess it can be marked as FIXED now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=399018 User poeml@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=399018#c9 Peter Poeml <poeml@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #9 from Peter Poeml <poeml@novell.com> 2008-10-02 09:58:22 MDT --- Fine, thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com