Branch: refs/heads/master Home: https://github.com/yast/yast-installation Commit: b3dcb2d35a593cf54efdec648a439b55f4702ac8 https://github.com/yast/yast-installation/commit/b3dcb2d35a593cf54efdec648a4... Author: Jiri Srain <jsrain@suse.cz> Date: 2015-01-13 (Tue, 13 Jan 2015) Changed paths: M package/yast2-installation.changes M src/modules/ImageInstallation.rb Log Message: ----------- fixed progress bar during (live) image installation (bsc3#854378) Commit: 689b1b57bdf0ae797ad3c5e9041783fc6d2d34d9 https://github.com/yast/yast-installation/commit/689b1b57bdf0ae797ad3c5e9041... Author: Jiri Srain <jsrain@suse.cz> Date: 2015-01-13 (Tue, 13 Jan 2015) Changed paths: M package/yast2-installation.changes Log Message: ----------- typo Commit: 43596df11ac8d16411f48f670ee9a7047175f716 https://github.com/yast/yast-installation/commit/43596df11ac8d16411f48f670ee... Author: Jiri Srain <jsrain@suse.cz> Date: 2015-01-13 (Tue, 13 Jan 2015) Changed paths: M src/modules/ImageInstallation.rb Log Message: ----------- comments from review Commit: 5ce179484bee3fb86734dabe54c31221c5ff9672 https://github.com/yast/yast-installation/commit/5ce179484bee3fb86734dabe54c... Author: Jiri Srain <jsrain@suse.cz> Date: 2015-01-13 (Tue, 13 Jan 2015) Changed paths: A .rubocop.yml M .travis.yml M Rakefile M control/complete_workflow.rb M control/inst_test_workflow.rb M package/yast2-installation.changes M src/clients/clone_finish.rb M src/clients/clone_proposal.rb M src/clients/copy_files_finish.rb M src/clients/copy_systemfiles_finish.rb M src/clients/deploy_image_auto.rb M src/clients/deploying_proposal.rb M src/clients/desktop_finish.rb M src/clients/driver_update1_finish.rb M src/clients/driver_update2_finish.rb M src/clients/inst_addon_update_sources.rb M src/clients/inst_ask_online_update.rb M src/clients/inst_check_autoinst_mode.rb M src/clients/inst_complex_welcome.rb M src/clients/inst_congratulate.rb M src/clients/inst_deploy_image.rb M src/clients/inst_disk_for_image.rb M src/clients/inst_disks_activate.rb M src/clients/inst_doit.rb M src/clients/inst_download_release_notes.rb M src/clients/inst_extrasources.rb M src/clients/inst_features.rb M src/clients/inst_finish.rb M src/clients/inst_info.rb M src/clients/inst_initialization.rb M src/clients/inst_installation_options.rb M src/clients/inst_license.rb M src/clients/inst_network_check.rb M src/clients/inst_new_desktop.rb M src/clients/inst_pre_install.rb M src/clients/inst_prepare_image.rb M src/clients/inst_prepareprogress.rb M src/clients/inst_proposal.rb M src/clients/inst_release_notes.rb M src/clients/inst_restore_settings.rb M src/clients/inst_save_hardware_status.rb M src/clients/inst_scenarios.rb M src/clients/inst_system_analysis.rb M src/clients/inst_upgrade_urls.rb M src/clients/inst_welcome.rb M src/clients/inst_worker_continue.rb M src/clients/inst_worker_initial.rb M src/clients/installation.rb M src/clients/installation_settings_finish.rb M src/clients/kernel_finish.rb M src/clients/ldconfig_finish.rb M src/clients/network_finish.rb M src/clients/proxy_finish.rb M src/clients/save_config_finish.rb M src/clients/save_hw_status_finish.rb M src/clients/ssh_settings_finish.rb M src/clients/stroj-casu.rb M src/clients/switch_scr_finish.rb M src/clients/test_inst_client.rb M src/clients/test_proposal.rb M src/clients/umount_finish.rb M src/clients/x11_finish.rb M src/clients/yast_inf_finish.rb M src/include/installation/inst_inc_all.rb M src/include/installation/inst_inc_first.rb M src/include/installation/inst_inc_second.rb M src/include/installation/misc.rb M src/lib/installation/cio_ignore.rb M src/lib/installation/minimal_installation.rb M src/lib/installation/prep_shrink.rb A src/lib/installation/proposal_runner.rb A src/lib/installation/proposal_store.rb M src/lib/installation/remote_finish_client.rb M src/modules/ImageInstallation.rb M src/modules/InstData.rb M src/modules/InstFunctions.rb M src/modules/SystemFilesCopy.rb M src/modules/Vendor.rb M test/Makefile.am M test/cio_ignore_test.rb M test/copy_logs_finish_test.rb M test/image_installation_test.rb M test/inst_functions_test.rb M test/prep_shrink_test.rb A test/proposal_runner_test.rb A test/proposal_store_test.rb M test/remote_finish_test.rb Log Message: ----------- Merge remote-tracking branch 'upstream/master' Conflicts: package/yast2-installation.changes src/modules/ImageInstallation.rb Commit: 3ce7ccff4ea2b6c4650533f31283b34c36f32592 https://github.com/yast/yast-installation/commit/3ce7ccff4ea2b6c4650533f3128... Author: Jiri Srain <jsrain@suse.cz> Date: 2015-01-14 (Wed, 14 Jan 2015) Changed paths: M src/modules/ImageInstallation.rb Log Message: ----------- rubocop offenses Commit: 25dbeddc1fc438286ddf26858466e38e02cefa00 https://github.com/yast/yast-installation/commit/25dbeddc1fc438286ddf2685846... Author: Jiri Srain <jsrain@suse.cz> Date: 2015-01-14 (Wed, 14 Jan 2015) Changed paths: M .rubocop.yml M src/modules/ImageInstallation.rb Log Message: ----------- rubocop offenses Commit: 0944577c942dc5ebb9e3884ee3d32d1a87afdb28 https://github.com/yast/yast-installation/commit/0944577c942dc5ebb9e3884ee3d... Author: Jiří Šrain <jsrain@suse.cz> Date: 2015-01-14 (Wed, 14 Jan 2015) Changed paths: M .rubocop.yml M package/yast2-installation.changes M src/modules/ImageInstallation.rb Log Message: ----------- Merge pull request #255 from jsrain/master fixed progress bar during (live) image installation (bsc3#854378) Compare: https://github.com/yast/yast-installation/compare/375a8579db0f...0944577c942...