Branch: refs/heads/master Home: https://github.com/yast/yast-installation Commit: 18b738181fe9222f511024e6688951c39138307c https://github.com/yast/yast-installation/commit/18b738181fe9222f511024e6688... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2020-03-16 (Mon, 16 Mar 2020) Changed paths: M doc/SELF_UPDATE.md M package/yast2-installation.changes M package/yast2-installation.spec M src/lib/installation/clients/inst_update_installer.rb A src/lib/installation/instsys_packages.rb A src/lib/installation/selfupdate_verifier.rb A test/fixtures/inst-sys/packages.root M test/inst_update_installer_test.rb A test/instsys_packages_test.rb A test/selfupdate_verifier_test.rb Log Message: ----------- Self-update version verification (bsc#1163084) - 4.2.37 Commit: bd12c11247cd38f4b126f8ebd2f8ba93d59cfdf5 https://github.com/yast/yast-installation/commit/bd12c11247cd38f4b126f8ebd2f... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2020-03-16 (Mon, 16 Mar 2020) Changed paths: M src/lib/installation/clients/inst_update_installer.rb M src/lib/installation/selfupdate_verifier.rb M test/selfupdate_verifier_test.rb Log Message: ----------- Removed the "too new" package check Lets discuss it first, this could potentially report some false positives... Commit: 308342ef8ec3819fbcab04cc1faaf9f6e89bc58c https://github.com/yast/yast-installation/commit/308342ef8ec3819fbcab04cc1fa... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2020-03-18 (Wed, 18 Mar 2020) Changed paths: M doc/SELF_UPDATE.md M src/lib/installation/clients/inst_update_installer.rb M src/lib/installation/selfupdate_verifier.rb M test/inst_update_installer_test.rb Log Message: ----------- Review fixes Commit: ed5fabe1b00db5686419f0180c3d254c12d8042c https://github.com/yast/yast-installation/commit/ed5fabe1b00db5686419f0180c3... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2020-03-18 (Wed, 18 Mar 2020) Changed paths: M bin/yupdate M doc/yupdate.md M package/yast2-installation.changes M package/yast2-installation.spec Log Message: ----------- Merge remote-tracking branch 'origin/master' into selfupdate_verification Commit: 97163df15bbd6795a5a0bd20a1c3ee045b5af262 https://github.com/yast/yast-installation/commit/97163df15bbd6795a5a0bd20a1c... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2020-03-18 (Wed, 18 Mar 2020) Changed paths: M package/yast2-installation.spec M src/lib/installation/clients/inst_update_installer.rb M test/inst_update_installer_test.rb Log Message: ----------- Fixed test Commit: 71b5accce507803e2d5af857fabe2e85f45b54fe https://github.com/yast/yast-installation/commit/71b5accce507803e2d5af857fab... Author: Ladislav Slezák <lslezak@suse.cz> Date: 2020-03-18 (Wed, 18 Mar 2020) Changed paths: M doc/SELF_UPDATE.md M package/yast2-installation.changes M package/yast2-installation.spec M src/lib/installation/clients/inst_update_installer.rb A src/lib/installation/instsys_packages.rb A src/lib/installation/selfupdate_verifier.rb A test/fixtures/inst-sys/packages.root M test/inst_update_installer_test.rb A test/instsys_packages_test.rb A test/selfupdate_verifier_test.rb Log Message: ----------- Merge pull request #842 from yast/selfupdate_verification Compare: https://github.com/yast/yast-installation/compare/2e3af6493b41...71b5accce50...