File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ 0.9.0
2
+ =====
3
+
4
+ - use Python3 by default now.
5
+ - various small bugfixes:
6
+ - fix error if a binary build artifact has zero file size
7
+ - fix symlink target in package update links (symlink to maintenance
8
+ incidents).
9
+ - new --no-urlopen-wrapper command line option to disable the HTTP connection
10
+ reuse hack. This is helpful when working against build.suse.de, where
11
+ two-factor-authentication is now required and the hack doesn't work with
12
+ that anymore.
13
+ - new --no-bin-cache command line option to disable caching of large binary files.
14
+ - new --use-logfile command line option to write errors and debugging
15
+ information to file. This is helpful when oscfs is running as a daemon and
16
+ stdout/stderr are discarded.
17
+ - implements transparent retry if the OBS server responds with HTTP status 503
18
+ (service unavailable).
19
+
1
20
0.8.1
2
21
=====
3
22
You can’t perform that action at this time.
0 commit comments