Branch: refs/heads/master
Home: https://github.com/openSUSE/osc2
Commit: e9c24cf3965d69c69198e2e3a8e4aaf56774f0d0
https://github.com/openSUSE/osc2/commit/e9c24cf3965d69c69198e2e3a8e4aaf5677…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2014-12-23 (Tue, 23 Dec 2014)
Changed paths:
M test/httptest.py
M test/test_builder.py
M test/wc/test_package.py
M test/wc/test_project.py
M test/wc/test_util.py
Log Message:
-----------
- test.*: use mkdtemp and mkstemp from osc2.util.io
In some calls a dir=self._tmp_dir argument was added, in
order to have a common root for all testcase tmpdirs (cosmetic
change).
Branch: refs/heads/master
Home: https://github.com/openSUSE/osc2
Commit: 9ba954f45c308a1b6d27a0dbacc916f8e2824a76
https://github.com/openSUSE/osc2/commit/9ba954f45c308a1b6d27a0dbacc916f8e28…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2014-12-22 (Mon, 22 Dec 2014)
Changed paths:
M osc2/cli/util/env.py
M osc2/remote.py
M osc2/wc/util.py
Log Message:
-----------
- remote,cli.util.env,wc.util: use util.io.mkstemp instead of tempfile.NamedTemporaryFile
Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-build
Commit: d197f82a05b3562a40d6eb7e54ab948016fb1ec1
https://github.com/openSUSE/obs-build/commit/d197f82a05b3562a40d6eb7e54ab94…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2014-12-19 (Fri, 19 Dec 2014)
Changed paths:
M Build.pm
M expanddeps
Log Message:
-----------
support kiwi-product and kiwi-image in get_sysbuild
Those two are pseudo build types, used by OBS to get rid of
build type specific code.
Branch: refs/heads/master
Home: https://github.com/openSUSE/osc2
Commit: c8938577d7f53bcd6b86a57f040fd15687e5375b
https://github.com/openSUSE/osc2/commit/c8938577d7f53bcd6b86a57f040fd15687e…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2014-12-18 (Thu, 18 Dec 2014)
Changed paths:
M osc2/util/delegation.py
Log Message:
-----------
- util.delegation: documented "maximum recursion depth exceeded" RuntimeError
Before the fixing this, I will try to come up with a (minimal) testcase. Since
this code is currently unused (except in some testcases), this should not
cause any problems.