Branch: refs/heads/master
Home: https://github.com/openSUSE/osc2
Commit: fec7285c8514784e0b0bdb3b13d3c841d1fdada4
https://github.com/openSUSE/osc2/commit/fec7285c8514784e0b0bdb3b13d3c841d1f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-03-30 (Mon, 30 Mar 2015)
Changed paths:
A .travis-requirements.txt
A .travis.yml
M requirements.txt
Log Message:
-----------
Support for running tests in Travis CI
Test against more python versions and lxml as well. The build for
older lxml seems to be broken.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/openSUSE/osc2
Commit: e305c8eede7875cd85b56f6cd487522d4905556e
https://github.com/openSUSE/osc2/commit/e305c8eede7875cd85b56f6cd487522d490…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2015-03-24 (Tue, 24 Mar 2015)
Changed paths:
M osc2/build.py
M osc2/cli/cli.py
M osc2/cli/commit/commit.py
M osc2/cli/description.py
M osc2/cli/parse.py
M osc2/cli/request/request.py
M osc2/cli/util/shell.py
M osc2/httprequest.py
M osc2/oscargs.py
M osc2/remote.py
M osc2/source.py
M osc2/util/cpio.py
M osc2/util/io.py
M osc2/util/xml.py
M osc2/wc/convert.py
M osc2/wc/package.py
M osc2/wc/project.py
M osc2/wc/util.py
M test/httptest.py
M test/osctest.py
M test/test_builder.py
M test/test_fetch.py
M test/test_httprequest.py
M test/test_oscargs.py
M test/test_remote.py
M test/test_search.py
M test/util/test_cpio.py
M test/util/test_xpath.py
M test/wc/test_package.py
Log Message:
-----------
Various code cleanups
Fixes most of errors found by PyFlakes, mostly unused variables or
imports.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 0797d0a20be8bf4879d6aa14c70e6830389e9fb6
https://github.com/openSUSE/osc2/commit/0797d0a20be8bf4879d6aa14c70e6830389…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2015-03-24 (Tue, 24 Mar 2015)
Changed paths:
M test/wc/test_convert.py
A test/wc/test_convert_fixtures/convert_2_inv_project/.osc/_apiurl
A test/wc/test_convert_fixtures/convert_2_inv_project/.osc/_files
A test/wc/test_convert_fixtures/convert_2_inv_project/.osc/_in_conflict
A test/wc/test_convert_fixtures/convert_2_inv_project/.osc/_meta
A test/wc/test_convert_fixtures/convert_2_inv_project/.osc/_osclib_version
A test/wc/test_convert_fixtures/convert_2_inv_project/.osc/_package
A test/wc/test_convert_fixtures/convert_2_inv_project/.osc/_to_be_deleted
A test/wc/test_convert_fixtures/convert_2_inv_project/.osc/conflict
A test/wc/test_convert_fixtures/convert_2_inv_project/.osc/deleted
A test/wc/test_convert_fixtures/convert_2_inv_project/.osc/missing
A test/wc/test_convert_fixtures/convert_2_inv_project/conflict
Log Message:
-----------
- test.wc.test_convert: added package convert testcase
The untested codepath was spotted in commit
e305c8eede7875cd85b56f6cd487522d4905556e.
Commit: 62a5dbe60588d85fba04a22dfcf0b9b663c444a3
https://github.com/openSUSE/osc2/commit/62a5dbe60588d85fba04a22dfcf0b9b663c…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2015-03-24 (Tue, 24 Mar 2015)
Changed paths:
M osc2/wc/convert.py
Log Message:
-----------
- wc.convert.convert_package: minor code cleanup
Compare: https://github.com/openSUSE/osc2/compare/07be02a23d6a...62a5dbe60588
Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-build
Commit: 652e75538da74757642ab100a91faa3b777b3311
https://github.com/openSUSE/obs-build/commit/652e75538da74757642ab100a91faa…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2015-03-20 (Fri, 20 Mar 2015)
Changed paths:
M build-vm
M init_buildsystem
Log Message:
-----------
move dracut workaround from init_buildsystem to build-vm
Also just remove the dangling symlinks, see github issue #164.