[Bug 406668] New: rdiff / osc submitreq show -d shows not expanded diff
https://bugzilla.novell.com/show_bug.cgi?id=406668 Summary: rdiff / osc submitreq show -d shows not expanded diff Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: BuildService AssignedTo: poeml@novell.com ReportedBy: adrian@novell.com QAContact: adrian@novell.com CC: suse-tux@gmx.de Found By: --- When getting a submission for my Factory package and I look at it with "show -d", I get a diff to not expanded sources. That means that the _link file gets diffed with the sources. This is the same as running "osc rdiff", there seems not to be an option to diff the expanded sources. Example: eosc submitreq show 117 -d -- 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=406668 User adrian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=406668#c1 Adrian Schröter <adrian@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |mls@novell.com --- Comment #1 from Adrian Schröter <adrian@novell.com> 2008-07-07 01:14:18 MDT --- Michael, is there an api / backend call to get the expanded diff ? -- 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=406668 User suse-tux@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=406668#c2 --- Comment #2 from Marcus Hüwe <suse-tux@gmx.de> 2008-07-07 05:37:15 MDT --- Which osc version are you using? osc (svn trunk/) does the following apicall: https://api.opensuse.org/source/home:hfiguiere:branches:home:adrianSuSE:Factory/exiv2?opackage=exiv2&oproject=home%3AadrianSuSE%3AFactory&cmd=diff&rev=1c2cd7b49926014c2e1473259f3d45fe which should diff home:adrianSuSE:Factory/exiv2 against the expanded sources from home:hfiguiere:branches:home:adrianSuSE:Factory/exiv2. Btw. this submitrequest seems to be a bit "broken" because there's no exiv2 package in home:adrianSuSE:Factory. -- 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=406668 User adrian@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=406668#c3 --- Comment #3 from Adrian Schröter <adrian@novell.com> 2008-07-07 06:43:17 MDT --- Sorry, I cleaned something up there, but number 278 shows the same problem. I use latest osc from openSUSE:Tools project. -- 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=406668 User suse-tux@gmx.de added comment https://bugzilla.novell.com/show_bug.cgi?id=406668#c4 --- Comment #4 from Marcus Hüwe <suse-tux@gmx.de> 2008-07-07 15:13:12 MDT --- (In reply to comment #3 from Adrian Schroeter)
Sorry, I cleaned something up there, but number 278 shows the same problem.
I use latest osc from openSUSE:Tools project.
Ok it seems that you branched a package which is a link to another package: home:adrianSuSE:branches:home:adrianSuSE:Factory/libassuan -> home:adrianSuSE:Factory/libassuan -> openSUSE:Factory/libassuan So both libassuan packages in home:*adrianSuSE:Factory have a _link file. The result of this is that both packages aren't expanded during the sourcediff. Excerpt from bs_srcserver, sub sourcediff: .. if (($files->{'_link'} && !$ofiles->{'_link'}) || ($ofiles->{'_link'} && !$files->{'_link'})) # expand either $ofiles or $files .. } => only diff the unexpanded files (like _link, project.diff etc.) -- 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=406668 Peter Poeml <poeml@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium -- 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