1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-21 09:46:19 +02:00
github.com_openSUSE_osc/osc
Rainer Müller a6fd4f88d3 Refactor extracting control from Debian package
Use separate functions for each compression type instead of a
cascade of conditionals.
2022-09-30 15:45:57 +02:00
..
util Refactor extracting control from Debian package 2022-09-30 15:45:57 +02:00
__init__.py release 1.0.0b2 2022-09-09 09:29:05 +02:00
.gitignore convert svn:ignore to gitignore 2009-12-03 19:19:53 +01:00
babysitter.py Run autopep8 to fix whitespace issues 2022-09-12 13:45:19 +02:00
build.py Replace core.findpacs() with Package.from_paths() and Package.from_paths_nofail() 2022-09-20 11:32:25 +02:00
checker.py Run autopep8 to fix whitespace issues 2022-09-12 13:45:19 +02:00
cmdln.py Do not traceback on conflicting argparse arguments 2022-09-26 15:53:21 +02:00
commandline.py Merge pull request #1144 from dmach/1141-search-requests-created-by-myself 2022-09-20 13:09:25 +02:00
conf.py Replace 'if not <cond> in ...' with 'if <cond> not in ...' 2022-09-12 14:15:34 +02:00
connection.py Always import at the toplevel 2022-09-12 13:45:19 +02:00
core.py Fix core.addFiles() to correctly create Package objects from file paths 2022-09-26 17:23:50 +02:00
credentials.py Fix usage of super() 2022-09-09 09:33:51 +02:00
fetch.py Run autopep8 to fix whitespace issues 2022-09-12 13:45:19 +02:00
grabber.py Always import at the toplevel 2022-09-12 13:45:19 +02:00
meter.py Run autopep8 to fix whitespace issues 2022-09-12 13:45:19 +02:00
OscConfigParser.py Run autopep8 to fix whitespace issues 2022-09-12 13:45:19 +02:00
oscerr.py Add PackageError.__str__() so we can also use it in the inherited classes 2022-09-20 11:30:59 +02:00
oscssl.py Always import at the toplevel 2022-09-12 13:45:19 +02:00