[Bug 711728] New: Regression in internal buildservice: search --maintained does not return all projects
https://bugzilla.novell.com/show_bug.cgi?id=711728 https://bugzilla.novell.com/show_bug.cgi?id=711728#c0 Summary: Regression in internal buildservice: search --maintained does not return all projects Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: BuildService AssignedTo: adrian@novell.com ReportedBy: mvyskocil@novell.com QAContact: adrian@novell.com CC: dmueller@suse.com Found By: Development Blocker: --- My update script use BuildService to get a list of all maintained packages. That worked well in past, but now not, at least for package java-1_4_2-ibm. The $ iosc search --maintained java-1_4_2-ibm matches for 'java-1_4_2-ibm' in packages: # Project # Package SUSE:SLE-10-SP3:GA java-1_4_2-ibm however at the same time search for java-1_6_0-ibm returns all three (SP3, SP4 and SP1) projects well. I checked the attributes and a query, but the bug is definitely in BuildService as I was not able to see any difference should cause it $ iosc meta attribute SUSE:SLE-11-SP1:GA | grep Maintained <attribute namespace="OBS" name="Maintained"> right attribute is setup $ iosc meta attribute SUSE:SLE-11-SP1:GA java-1_4_2-ibm <attributes> </attributes> $ iosc meta attribute SUSE:SLE-11-SP1:GA java-1_6_0-ibm <attributes> </attributes> There is no difference in package settings. Both XQuery expressions looks good (@name = 'java-1_4_2-ibm') and (project/attribute/@name='OBS:Maintained' or attribute/@name='OBS:Maintained') (@name = 'java-1_6_0-ibm') and (project/attribute/@name='OBS:Maintained' or attribute/@name='OBS:Maintained') it is true for attribute OBS:Maintained in project or in package (the case of SUSE:SLE-10-SP3:Update:Test/java-1_6_0-ibm). This kind of regressions harms my scripts, as nowadays there is no other source which can be used for querying of such information. -- 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=711728 https://bugzilla.novell.com/show_bug.cgi?id=711728#c1 Adrian Schröter <adrian@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #1 from Adrian Schröter <adrian@suse.com> 2012-04-04 12:22:07 UTC --- Current output is: iosc -d sm java-1_4_2-ibm POST https://api.suse.de/source?attribute=OBS%3AMaintained&cmd=branch&dryrun=1&update_project_attribute=OBS%3AUpdateProject&package=java-1_4_2-ibm SUSE:SLE-10-SP3:Update:Test/java-1_4_2-ibm SUSE:SLE-11:Update:Test/java-1_4_2-ibm what should be okay. Please do not use "search --maintained" anymore. We will re-work this stuff anyway with next release to track packages directly via product definitions. -- 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