mirror of
https://github.com/openSUSE/osc.git
synced 2025-03-02 22:22:10 +01: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.