[opensuse-buildservice] How long to re-calculate "unresolvable"?
How long is it supposed to take to re-calculate "unresolvable"? I just had a project that was unresolvable. So I add some "<path project" lines to the "<repository" entries of the project's meta-data, and then have the missing dependencies built in the other sub-project. After this, I waited for over 8 hours nothing happened still reporting "unresolveable" in the package's "overview". Finally, I trigger a rebuild by using osc. The package immediately schedules itself, and builds successfully in under 10 minutes. What is happening here? -- Paul Elliott 1(512)837-1096 pelliott@BlackPatchPanel.com PMB 181, 11900 Metric Blvd Suite J http://www.free.blackpatchpanel.com/pme/ Austin TX 78758-3117
On Saturday 2012-11-24 21:00, Paul Elliott wrote:
How long is it supposed to take to re-calculate "unresolvable"?
I just had a project that was unresolvable. So I add some "<path project" lines to the "<repository" entries of the project's meta-data, and then have the missing dependencies built in the other sub-project. After this, I waited for over 8 hours nothing happened still reporting "unresolveable" in the package's "overview".
If you use `osc r`, you will initially see "unresolvable". After modifying the prj meta (the <path> stuff), `osc r` will return "unresolvable*", or, if you use `osc r -v`, "outdated: unresolvable ...". Now, once the state shifts from "unresolvable*" to just "unresolvable", you know the scheduler looked at your project. -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am Samstag, 24. November 2012, 21:38:21 schrieb Jan Engelhardt:
On Saturday 2012-11-24 21:00, Paul Elliott wrote:
How long is it supposed to take to re-calculate "unresolvable"?
I just had a project that was unresolvable. So I add some "<path project" lines to the "<repository" entries of the project's meta-data, and then have the missing dependencies built in the other sub-project. After this, I waited for over 8 hours nothing happened still reporting "unresolveable" in the package's "overview".
Just use osc buildinfo .... to get this evaluated immediatly. No need to wait for the schedulers :) Apart from that you can check if the repo is still marked as dirty("needs rescheduling") to see if the scheduler has worked on it already. -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (3)
-
Adrian Schröter
-
Jan Engelhardt
-
Paul Elliott