Branch: refs/heads/master
Home: https://github.com/openSUSE/osc2
Commit: dcf446108cdaac0ecf2ebb641cb84dc4119c354f
https://github.com/openSUSE/osc2/commit/dcf446108cdaac0ecf2ebb641cb84dc4119…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2012-09-25 (Tue, 25 Sep 2012)
Changed paths:
M osc/cli/description.py
M osc/cli/review/ui.py
Log Message:
-----------
- osc.cli.description: get rid of the "parent_options" concept
Now the options can be defined in a base class and will be inherited
by subclasses (see osc.cli.review.ui for an example).
Adopted osc.cli.review.ui accordingly.
Commit: 7242c0156463b0d6df73eb05ef5bcf6dfb863a60
https://github.com/openSUSE/osc2/commit/7242c0156463b0d6df73eb05ef5bcf6dfb8…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2012-09-25 (Tue, 25 Sep 2012)
Changed paths:
M osc/cli/description.py
Log Message:
-----------
- osc.cli.description: added support to ignore an inherited option
An option can be ignored by assigning "None" to it (that is: opt_foo = None).
Compare: https://github.com/openSUSE/osc2/compare/427d1e3979f5...7242c0156463
Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-build
Commit: 188da8013aeec095f7af3b03246f577cd0c86252
https://github.com/openSUSE/obs-build/commit/188da8013aeec095f7af3b03246f57…
Author: Werner Fink <werner(a)suse.de>
Date: 2012-09-24 (Mon, 24 Sep 2012)
Changed paths:
M init_buildsystem
Log Message:
-----------
Make init_buildsystem able to use the features of newer rpm
Make init_buildsystem able to use the features of newer rpm which
are reordering the packages for a transaction as well as executing
the posttrans scriplerts after such a transaction
Signed-off-by: Werner Fink <werner(a)suse.de>
Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-build
Commit: 677a5514e26cfd6f2e6498e237cf85e58567b110
https://github.com/openSUSE/obs-build/commit/677a5514e26cfd6f2e6498e237cf85…
Author: Frank Lichtenheld <flichtenheld(a)astaro.com>
Date: 2012-09-24 (Mon, 24 Sep 2012)
Changed paths:
M init_buildsystem
Log Message:
-----------
init_buildsystem: fail early on reorder failure
If reorder fails for some reason (e.g. a rpm is missing)
currently build will happily try to remove all packages
and leave the chroot in a completely broken state. Also
the error message is hard to find since there comes so
many output after it.
Just bail out directly after the failure.