1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-14 16:26:13 +01:00
github.com_openSUSE_osc/osc
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
..
_private Fix xml indent() on Python 3.6 2023-07-18 14:25:43 +02:00
commands The repo list command now resolves and displays flags (build, publish, ...) 2023-07-07 13:15:34 +02:00
output Add 'output' module for handling console output 2023-06-02 15:58:31 +02:00
util Refactor tar open functions to return early 2022-09-30 15:51:06 +02:00
__init__.py release 1.2.0 2023-07-14 11:08:24 +02:00
.gitignore convert svn:ignore to gitignore 2009-12-03 19:19:53 +01:00
babysitter.py Fix running osc in an AppImage by switching to the correct working directory 2023-05-23 15:30:32 +02:00
build.py Change osc.build module to use 'store' object instead of calling core.store_*() functions 2023-07-25 16:21:13 +02:00
checker.py Mute pylint false-positive errors related to rpm 2023-01-20 16:16:23 +01:00
cmdln.py cmdln: Sort commands before printing help 2023-03-31 09:39:04 +02:00
commandline.py Change osc.build module to use 'store' object instead of calling core.store_*() functions 2023-07-25 16:21:13 +02:00
conf.py conf: Display apiurl when asking for a username or a password 2023-04-11 11:25:24 +02:00
connection.py Fix crash when HTTP_PROXY env contains no auth 2023-07-20 09:07:43 +02:00
core.py Add highlighting for "osc diff" and similar commands 2023-07-14 10:00:15 +02:00
credentials.py Correctly handle passwords with utf-8 characters 2023-06-01 14:00:03 +02:00
fetch.py build: New option 'disable_hdrmd5_check' to ignore hdrmd5 mismatches 2023-02-21 14:53:08 +01:00
grabber.py Fix grabber to work with old urllib3 versions that do not contain URLSchemeUnknown exception 2023-05-15 22:38:21 +02:00
meter.py Run autopep8 to fix whitespace issues 2022-09-12 13:45:19 +02:00
OscConfigParser.py Disable configparser interpolation to allow unescaped '%' in values 2022-10-04 09:37:33 +02:00
oscerr.py Add oscerr.ProjectError class needed by core.delete_project() 2023-01-20 16:16:23 +01:00
oscssl.py oscssl: Fix sys.version_info comparison 2022-10-24 13:44:31 +02:00
py.typed Add py.typed marker to osc 2022-12-05 15:28:02 +01:00
store.py core.Action: Add src_pkg_object and tgt_pkg_object properties providing object wrappers to file lists 2023-02-14 16:24:20 +01:00