[yast-commit] [yast/yast-network] 667a94: enclose client into namespace otherwise global nam...
Branch: refs/heads/master Home: https://github.com/yast/yast-network Commit: 667a941a16e1f1d5b2cbe94f997ebd40e7f52744 https://github.com/yast/yast-network/commit/667a941a16e1f1d5b2cbe94f997ebd40... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2013-11-29 (Fri, 29 Nov 2013) Changed paths: M src/clients/inst_setup_dhcp.rb Log Message: ----------- enclose client into namespace otherwise global namespace is messed Problem is that even if clients acts like script, it is evaluated in global namespace and process is still alive, result is that it mess global namespace. In this particular case it breaks installation because it adds Yast::FileUtils to global namespace as ::FileUtils and when we require original FileUtils from ruby, then it collide and raise exception. Commit: 32072839ec4629d963eb1edbe53f5b85e5f849ac https://github.com/yast/yast-network/commit/32072839ec4629d963eb1edbe53f5b85... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2013-11-29 (Fri, 29 Nov 2013) Changed paths: M VERSION M package/yast2-network.changes M package/yast2-network.spec Log Message: ----------- release Commit: f142efb78307a9d48523d273b45f9feb0ab1f32f https://github.com/yast/yast-network/commit/f142efb78307a9d48523d273b45f9feb... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2013-11-29 (Fri, 29 Nov 2013) Changed paths: M package/yast2-network.changes M src/clients/inst_setup_dhcp.rb Log Message: ----------- fix typos Commit: 5b4ae3ac3fbb3cfd8675d0e63eb71a5b5db6ff76 https://github.com/yast/yast-network/commit/5b4ae3ac3fbb3cfd8675d0e63eb71a5b... Author: Josef Reidinger <jreidinger@suse.cz> Date: 2013-11-29 (Fri, 29 Nov 2013) Changed paths: M VERSION M package/yast2-network.changes M package/yast2-network.spec M src/clients/inst_setup_dhcp.rb Log Message: ----------- Merge pull request #135 from yast/fix_messed_client Fix messed client Compare: https://github.com/yast/yast-network/compare/c3b5baaa84f3...5b4ae3ac3fbb
participants (1)
-
GitHub