mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 05:08:42 +02:00
Also drop the "This may be a project managed entirely via git?" section because it was never triggered due to a bug: >>> project = store_read_project(Path.cwd()) should have been >>> project = store_read_project(Path.cwd().parent) Let's bring it back when a proper git scm support is in place.