[yast-commit] [yast/yast-autoinstallation] d55077: Backport fixes in hostid and hostaddress rules cal...
Branch: refs/heads/SLE-12-SP1 Home: https://github.com/yast/yast-autoinstallation Commit: d55077c6d64811a94f1b5549d38739315dc0046f https://github.com/yast/yast-autoinstallation/commit/d55077c6d64811a94f1b554... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M src/modules/AutoInstallRules.rb M test/AutoInstallRules_test.rb A test/fixtures/network/wicked_output Log Message: ----------- Backport fixes in hostid and hostaddress rules calculations Commit: 2b00997a89c98fa13c3483992c8265ae53a45314 https://github.com/yast/yast-autoinstallation/commit/2b00997a89c98fa13c34839... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M package/autoyast2.changes Log Message: ----------- Update changelog Commit: 225ef0af3e715ea1ff1728a446471fc9ec53fff4 https://github.com/yast/yast-autoinstallation/commit/225ef0af3e715ea1ff1728a... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M src/modules/AutoInstallRules.rb M test/AutoInstallRules_test.rb A test/fixtures/network/wicked.out Log Message: ----------- Domain and Network aren't read from install.inf anymore (bsc#963137) Commit: 35c737f74bdfbcefdd371f2f46112d323ef77461 https://github.com/yast/yast-autoinstallation/commit/35c737f74bdfbcefdd371f2... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M test/AutoInstallRules_test.rb R test/fixtures/network/wicked_output A test/fixtures/network/wicked_partial.out Log Message: ----------- Minor fixes to old getHostid test Commit: 01d3d4acc862313539c2c73a18e01aaf2279d8ef https://github.com/yast/yast-autoinstallation/commit/01d3d4acc862313539c2c73... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M src/modules/AutoInstallRules.rb M test/AutoInstallRules_test.rb Log Message: ----------- Fix product and version detection in installation rules Commit: effe3c12d94df17fd729fabc13bc333add8ed151 https://github.com/yast/yast-autoinstallation/commit/effe3c12d94df17fd729fab... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M src/modules/AutoInstallRules.rb M test/AutoInstallRules_test.rb Log Message: ----------- Remove obsolete code from AutoInstallRules regarding product detection Commit: 0102d50f1fb601e2fe8df14efa0cdc3a6a0822de https://github.com/yast/yast-autoinstallation/commit/0102d50f1fb601e2fe8df14... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2016-01-26 (Tue, 26 Jan 2016) Changed paths: M package/autoyast2.changes M package/autoyast2.spec Log Message: ----------- Bump version and update changes file Commit: 376426c7fa9fa6a73150d73b7f2f54d9d2174124 https://github.com/yast/yast-autoinstallation/commit/376426c7fa9fa6a73150d73... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M src/modules/AutoInstallRules.rb M test/AutoInstallRules_test.rb Log Message: ----------- Updates from code review Commit: 73332d49e84e045a00cf1f761ec32ec9a759accf https://github.com/yast/yast-autoinstallation/commit/73332d49e84e045a00cf1f7... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M src/modules/AutoInstallRules.rb M test/AutoInstallRules_test.rb Log Message: ----------- Use PRETTY_NAME for installed_product rule Commit: ed30a3fe96da8ddf992931c94a7255dd266dc2b6 https://github.com/yast/yast-autoinstallation/commit/ed30a3fe96da8ddf992931c... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2016-01-27 (Wed, 27 Jan 2016) Changed paths: M test/AutoInstallRules_test.rb Log Message: ----------- Minor updates from code review Commit: 46e705b0b11904c916d6708680c3cb90475307ae https://github.com/yast/yast-autoinstallation/commit/46e705b0b11904c916d6708... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2016-03-10 (Thu, 10 Mar 2016) Changed paths: M package/autoyast2.changes M package/autoyast2.spec M src/clients/inst_autoconfigure.rb M src/include/autoinstall/io.rb Log Message: ----------- Merge remote-tracking branch 'upstream/SLE-12-GA' into fix-install-rules-sle-12-ga * upstream/SLE-12-GA: Minor improvement to inst_autoconfigure documentation Replace proc_uptime agent by Process.clock_gettime Bump version and update changes file Raises an exception if uptime could not be determined Check /proc/uptime while waiting for systemd services to restart Installation with autoyast=default. Fixed nil exception error. Commit: 6c012136881780d35062cfc0948b3628a5b55dfa https://github.com/yast/yast-autoinstallation/commit/6c012136881780d35062cfc... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2016-03-10 (Thu, 10 Mar 2016) Changed paths: M package/autoyast2.changes M package/autoyast2.spec M src/modules/AutoInstallRules.rb M test/AutoInstallRules_test.rb A test/fixtures/network/wicked.out A test/fixtures/network/wicked_partial.out Log Message: ----------- Merge branch 'fix-install-rules-sle-12-ga' into fix-install-rules-sle-12-sp1 * fix-install-rules-sle-12-ga: Minor updates from code review Use PRETTY_NAME for installed_product rule Updates from code review Bump version and update changes file Remove obsolete code from AutoInstallRules regarding product detection Fix product and version detection in installation rules Minor fixes to old getHostid test Domain and Network aren't read from install.inf anymore (bsc#963137) Update changelog Backport fixes in hostid and hostaddress rules calculations Commit: fc4199b5317af9ad9245ae4e3c47d8b65d6635b1 https://github.com/yast/yast-autoinstallation/commit/fc4199b5317af9ad9245ae4... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2016-03-14 (Mon, 14 Mar 2016) Changed paths: M src/modules/AutoInstallRules.rb M test/AutoInstallRules_test.rb Log Message: ----------- Updates from code review Commit: 21fa54a0f59f5817671ff72456e0e4ba8e88cc3b https://github.com/yast/yast-autoinstallation/commit/21fa54a0f59f5817671ff72... Author: Imobach González Sosa <igonzalezsosa@suse.com> Date: 2016-03-14 (Mon, 14 Mar 2016) Changed paths: M src/modules/AutoInstallRules.rb Log Message: ----------- Move private methods into AutoInstallRulesClass class Commit: ff69a3d4677a1e66b2d1b9c7c034f09f8095a20f https://github.com/yast/yast-autoinstallation/commit/ff69a3d4677a1e66b2d1b9c... Author: Imobach González Sosa <imobachgs@gmail.com> Date: 2016-03-15 (Tue, 15 Mar 2016) Changed paths: M package/autoyast2.changes M package/autoyast2.spec M src/modules/AutoInstallRules.rb M test/AutoInstallRules_test.rb A test/fixtures/network/wicked.out A test/fixtures/network/wicked_partial.out Log Message: ----------- Merge pull request #201 from imobach/fix-install-rules-sle-12-sp1 Fix install rules SLE 12 SP1 Compare: https://github.com/yast/yast-autoinstallation/compare/4eca998ba820...ff69a3d...
participants (1)
-
GitHub