Branch: refs/heads/refactor_out_ui_ext
Home: https://github.com/yast/yast-storage
Commit: 381b8888f1f781ce93a3caa15122d63f247f22c4
https://github.com/yast/yast-storage/commit/381b8888f1f781ce93a3caa15122d63…
Author: Arvin Schnell <aschnell(a)suse.de>
Date: 2013-08-21 (Wed, 21 Aug 2013)
Changed paths:
M src/Makefile.am
M src/include/partitioning/ep-all.rb
M src/include/partitioning/ep-dialogs.rb
M src/include/partitioning/ep-main.rb
A src/lib/storage/ep-utils.rb
M src/lib/storage/ui_ext.rb
Log Message:
-----------
- moving more functions to ruby libs
Branch: refs/heads/master
Home: https://github.com/yast/yast-installation
Commit: ba78fcca4128750420d8b6922e22bdeb60e8e35d
https://github.com/yast/yast-installation/commit/ba78fcca4128750420d8b6922e…
Author: Michal Filka <mfilka(a)suse.cz>
Date: 2013-08-08 (Thu, 08 Aug 2013)
Changed paths:
M package/YaST2-Second-Stage.service
Log Message:
-----------
Removed hotfix proposed in bnc#798620.
The hotfix was partially responsible for incomplete firewall initialization
after second stage. Firewall initialization has two phases, which are
invoked by two services:
* SuSEfirewall_init.service (phase 1)
* SuSEfirewall.serive (phase 2)
The hotfix blocked second phase from starting after second stage, so the
firewall stayed in close state.
However to get things working properly a fix is required for
SuSEFirewall yast module as well. It must not start second phase during
installation (it deadlocks systemd).
Eventually, a fix in above mentioned service files is needed. Those
files belongs to SuSEfirewall2.rpm. The fix is present in
http://gitorious.org/opensuse/susefirewall2 commit: 390d164e. However,
it wasn't released for 13.1 (Milestone4 in time of writting).
Commit: dcb3ee9544d123c0744c62417995911168d73849
https://github.com/yast/yast-installation/commit/dcb3ee9544d123c0744c624179…
Author: Michal Filka <mfilka(a)suse.cz>
Date: 2013-08-19 (Mon, 19 Aug 2013)
Changed paths:
M VERSION
M package/yast2-installation.changes
Log Message:
-----------
Updated changelog.
Commit: 068c32dde6d7b635074eeef633f797e1106f2888
https://github.com/yast/yast-installation/commit/068c32dde6d7b635074eeef633…
Author: Michal Filka <mfilka(a)suse.cz>
Date: 2013-08-20 (Tue, 20 Aug 2013)
Changed paths:
M yast2-installation.spec.in
Log Message:
-----------
Updated spec.
Commit: 4951f6756e27b6f3d8b45a602b20a470fbdb179a
https://github.com/yast/yast-installation/commit/4951f6756e27b6f3d8b45a602b…
Author: mchf <mfilka(a)suse.cz>
Date: 2013-08-21 (Wed, 21 Aug 2013)
Changed paths:
M VERSION
M package/YaST2-Second-Stage.service
M package/yast2-installation.changes
M yast2-installation.spec.in
Log Message:
-----------
Merge pull request #66 from mchf/master
Removed hotfix which could cause an issue when starting firewall after second stage.
Compare: https://github.com/yast/yast-installation/compare/0c82e1372c68...4951f6756e…
Branch: refs/heads/Code-11-SP3
Home: https://github.com/yast/yast-product-creator
Commit: 49d981fbae6b6a540eecc85118bf6a3b8bf0c26d
https://github.com/yast/yast-product-creator/commit/49d981fbae6b6a540eecc85…
Author: Jiří Suchomel <jsuchome(a)suse.cz>
Date: 2013-08-21 (Wed, 21 Aug 2013)
Changed paths:
M VERSION
M package/yast2-product-creator.changes
M src/complex.ycp
M src/kiwi.ycp
M src/kiwi_dialogs.ycp
Log Message:
-----------
- drop obsoleted usbboot image support (bnc#834664)
- enable all image types when not using the template (bnc#834845)
- 2.17.58
Commit: 2d5f36c1347354e66183fe6bfeb9caaa4318fdcc
https://github.com/yast/yast-product-creator/commit/2d5f36c1347354e66183fe6…
Author: Jiří Suchomel <jsuchome(a)suse.cz>
Date: 2013-08-21 (Wed, 21 Aug 2013)
Changed paths:
M VERSION
M package/yast2-product-creator.changes
M src/complex.ycp
M src/kiwi.ycp
M src/kiwi_dialogs.ycp
Log Message:
-----------
Merge pull request #18 from jsuchome/Code-11-SP3
- drop obsoleted usbboot image support (bnc#834664)
Compare: https://github.com/yast/yast-product-creator/compare/1b6372cf0853...2d5f36c…
Branch: refs/heads/refactor_out_ui_ext
Home: https://github.com/yast/yast-storage
Commit: 61e4845d5dcf1ca0d2dbea9898b270c031ba556b
https://github.com/yast/yast-storage/commit/61e4845d5dcf1ca0d2dbea9898b270c…
Author: Josef Reidinger <jreidinger(a)suse.cz>
Date: 2013-08-20 (Tue, 20 Aug 2013)
Changed paths:
M src/Makefile.am
M src/include/partitioning/ep-all.rb
M src/include/partitioning/ep-lib.rb
M src/include/partitioning/ep-main.rb
A src/lib/storage/ui_ext.rb
A test/Makefile.am
A test/ui_ext_test.rb
Log Message:
-----------
move out ui extension