http://bugzilla.novell.com/show_bug.cgi?id=493892 Summary: Problems to enable build in single reporistory only Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: BuildService AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: pmladek@novell.com QAContact: adrian@novell.com Found By: Development I had problems to enabled build in the OpenOffice.org:UNSTABLE project for openSUSE_10.3 repository. I tried to do it on the "Flags for experts" page, see https://build.opensuse.org/project/flags_for_experts?project=OpenOffice.org%.... I disabled the build globaly and enabled it just for the openSUSE_10.3 repository. It produced the following snippet in the project metadata: <build> <enable repository='openSUSE_10.3'/> <disable/> </build> It caused strange things. The main project page, https://build.opensuse.org/project/show?project=OpenOffice.org%3AUNSTABLE, showed expected things. The build was enabled only on openSUSE_10.3. On the other hand, the "Monitor build status" page showed that the build was disabled in all repositories. I waited one hour without change. Workaround: I edited the project metadata by "osc meta -e prj OpenOffice.org\:UNSTABLE" and set there the inverted logic: <build> <enable/> <enable repository='openSUSE_10.3'/> <disable repository='openSUSE_11.0'/> <disable repository='openSUSE_11.1'/> <disable repository='SLED_10'/> <disable repository='openSUSE_Factory'/> </build> Everything worked fine then. Note: Note that only part of the BS infrastructure had problems with the first setting. The main page showed good setting. Only the monitor page and "osc prjresults" showed invalid setting. I am not sure about the scheduler. It possible that it actually started the build and only the monitor page was broken. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.