1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 22:56:15 +01:00
github.com_openSUSE_osc/osc
William Brown 647c4fe34d OBS has a fault where is sends invalid md5s
This causes downloads to come from the api, generally on noarch packages.
However, in countries like australia, due to OBS' high latency, and poor
bandwidth, these faults can cause downloads to take more than an hour, compared
to using a local mirror which can take minutes. There is actually nothing
wrong with the packages it all, OBS just sends the wrong md5.

As a result, ignore the problem and complain about it, because OBS is broken
here, not osc, and this wastes a lot of time.
2022-10-06 10:50:24 +10:00
..
util Refactor tar open functions to return early 2022-09-30 15:51:06 +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 OBS has a fault where is sends invalid md5s 2022-10-06 10:50:24 +10:00
checker.py Run autopep8 to fix whitespace issues 2022-09-12 13:45:19 +02:00
cmdln.py cmdln: Allow explicitly setting command name 2022-10-04 13:15:40 +02:00
commandline.py Merge pull request #1160 from dmach/submitrequest-allow-aliases 2022-10-05 13:58: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 add create-pbuild-config(cpc) command 2022-10-04 13:15:40 +02:00
credentials.py Fix usage of super() 2022-09-09 09:33:51 +02:00
fetch.py OBS has a fault where is sends invalid md5s 2022-10-06 10:50:24 +10: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 Disable configparser interpolation to allow unescaped '%' in values 2022-10-04 09:37:33 +02:00
oscerr.py add create-pbuild-config(cpc) command 2022-10-04 13:15:40 +02:00
oscssl.py Always import at the toplevel 2022-09-12 13:45:19 +02:00