[yast-commit] [yast/yast-yast2] 4c4ff0: Reimplemented functionality for handling Kernel mo...
Branch: refs/heads/master Home: https://github.com/yast/yast-yast2 Commit: 4c4ff0ed5fe7c07729bf17043746bd02efe0815e https://github.com/yast/yast-yast2/commit/4c4ff0ed5fe7c07729bf17043746bd02ef... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M library/system/Makefile.am M library/system/src/modules/Kernel.rb A library/system/test/data/modules.d/MODULES_LOADED_ON_BOOT.conf A library/system/test/data/modules.d/user-added-1.conf A library/system/test/data/modules.d/user-added-2.conf A library/system/test/kernel_test.rb Log Message: ----------- Reimplemented functionality for handling Kernel modules loaded on boot - /etc/sysconfig/kernel:MODULES_LOADED_ON_BOOT has been moved to /etc/modules-load.d/*.conf files - See also bnc#838185 Commit: ed172c62b4430965d69eb98850be3721a8cfc151 https://github.com/yast/yast-yast2/commit/ed172c62b4430965d69eb98850be3721a8... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M library/system/src/modules/Kernel.rb A library/system/test/data/modules.d/not_a_conf_file Log Message: ----------- Other than *.conf files are ignored Commit: a9ac201b3781fe095d208dffb7b44a1e47569754 https://github.com/yast/yast-yast2/commit/a9ac201b3781fe095d208dffb7b44a1e47... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: A library/system/test/Makefile.am Log Message: ----------- Added missing Makefile Commit: 0cde835598644f2f67b1824d91e463f126094a1b https://github.com/yast/yast-yast2/commit/0cde835598644f2f67b1824d91e463f126... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2013-10-31 (Thu, 31 Oct 2013) Changed paths: M library/system/src/modules/Kernel.rb M library/system/test/kernel_test.rb Log Message: ----------- CONSTANT-ized to cleanup the API - some variables were accessible via API just for testing but constants can be also stubbed Commit: e38ccaefc317988806444300729078644c5eceab https://github.com/yast/yast-yast2/commit/e38ccaefc317988806444300729078644c... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2013-10-31 (Thu, 31 Oct 2013) Changed paths: M library/system/src/modules/Kernel.rb Log Message: ----------- Updated according to comments Commit: bd1a6a276bf3a77d7fd480acd5e9959acc93eec9 https://github.com/yast/yast-yast2/commit/bd1a6a276bf3a77d7fd480acd5e9959acc... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2013-10-31 (Thu, 31 Oct 2013) Changed paths: M library/system/test/kernel_test.rb Log Message: ----------- Enhanced tests Commit: bd36fb910d4fc422876ac67a069f9b0ecc29a9e4 https://github.com/yast/yast-yast2/commit/bd36fb910d4fc422876ac67a069f9b0ecc... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2013-10-31 (Thu, 31 Oct 2013) Changed paths: M library/system/src/modules/Kernel.rb Log Message: ----------- Do not rewrite config file if configuration is not changed Commit: 56a128f397deaf6c668d723ba1b96eb7c3d23149 https://github.com/yast/yast-yast2/commit/56a128f397deaf6c668d723ba1b96eb7c3... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2013-10-31 (Thu, 31 Oct 2013) Changed paths: M library/system/src/modules/Kernel.rb Log Message: ----------- API Cleanup - Another method worth making private Commit: 2a38dde6bbc0f60e7563d0b2c897b00855b1a75c https://github.com/yast/yast-yast2/commit/2a38dde6bbc0f60e7563d0b2c897b00855... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2013-10-31 (Thu, 31 Oct 2013) Changed paths: M package/yast2.changes M package/yast2.spec Log Message: ----------- Added changes file entry + new version Commit: 125b349630201e4e5453ac2c155f2023a6c10460 https://github.com/yast/yast-yast2/commit/125b349630201e4e5453ac2c155f2023a6... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2013-10-31 (Thu, 31 Oct 2013) Changed paths: M package/yast2.spec Log Message: ----------- Added 'grep' into BuildRequires - Needed for Kernel test Commit: 22b0153cf751f3248c59646e739521f9153b8a19 https://github.com/yast/yast-yast2/commit/22b0153cf751f3248c59646e739521f915... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2013-10-31 (Thu, 31 Oct 2013) Changed paths: M library/system/testsuite/tests/kernel.out M library/system/testsuite/tests/kernel.rb Log Message: ----------- Adapted old test for Kernel library - Testing of modules have been moved to RSpec-based test Commit: 205b3d5ce6e4b2affeb140588a7ef1e50b19aae4 https://github.com/yast/yast-yast2/commit/205b3d5ce6e4b2affeb140588a7ef1e50b... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2013-10-31 (Thu, 31 Oct 2013) Changed paths: M library/system/test/kernel_test.rb Log Message: ----------- A bit simplified test Commit: c7f946e54d3e8bc8dd121269833e2ae3adb77f2f https://github.com/yast/yast-yast2/commit/c7f946e54d3e8bc8dd121269833e2ae3ad... Author: Lukas Ocilka <lukas.ocilka@gmail.com> Date: 2013-10-31 (Thu, 31 Oct 2013) Changed paths: M library/system/Makefile.am M library/system/src/modules/Kernel.rb A library/system/test/Makefile.am A library/system/test/data/modules.d/MODULES_LOADED_ON_BOOT.conf A library/system/test/data/modules.d/not_a_conf_file A library/system/test/data/modules.d/user-added-1.conf A library/system/test/data/modules.d/user-added-2.conf A library/system/test/kernel_test.rb M library/system/testsuite/tests/kernel.out M library/system/testsuite/tests/kernel.rb M package/yast2.changes M package/yast2.spec Log Message: ----------- Merge pull request #131 from kobliha/kernel_modules RFC: Reimplemented functionality for handling Kernel modules loaded on boot Compare: https://github.com/yast/yast-yast2/compare/1d31f8b624a4...c7f946e54d3e
participants (1)
-
GitHub