1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-03-02 22:22:10 +01:00
Daniel Mach a9af18dded Change osc.build module to use 'store' object instead of calling core.store_*() functions
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.
2023-07-25 16:21:13 +02:00
..
2023-07-18 14:25:43 +02:00
2023-07-14 11:08:24 +02:00
2009-12-03 19:19:53 +01:00
2022-09-12 13:45:19 +02:00
2022-12-05 15:28:02 +01:00