mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-25 11:42:12 +01:00
When building a package from a directory that is not a checked-out OBS working, the error message: "Error: "<directory>" is not an osc package working copy." is generated. This occurs when build.main() attempts to run source services which is probably not a good idea as these are part of the core.Package infrastructure which cannot be initialized for such packages. It is probably best to disable the source services in this case. See Issue#936. Suggested-by: Marcus Huewe <suse-tux@gmx.de> Signed-off-by: Egbert Eich <eich@suse.com>