Tags: MeeGoIntegration/open-build-service
Tags
Make 'build' fallback to the baselib conf used by the distro Only uses distro baselib if no internal version is provided. Fixes JB#41721 Signed-off-by: David Greaves <[email protected]>
Add suspend/resume cmds and copy/noresume param for source/<project> When doing a number of project copies with binaries it may be necessary to adjust inter-project <path> elements before resuming the schedulers. The noresume parameter to the source/<project>?cmd=copy provides the abilite to defer the resuming of the project scheduling. At that point a resume command is required in the api so source/<project>?cmd=resume provides this. For completeness a suspend command is added too: source/<project>?cmd=suspend Suspend and resume trigger a deep_check which is currently an admin only action so these api calls are restricted to admin users. Similarly a non-admin user cannot use noresume in a project copy as they'd be left with a project they couldn't resume. Signed-off-by: David Greaves <[email protected]>
PreviousNext