[rex-users] Rex 0.25.2 released

  • From: Jan Gehring <jan.gehring@xxxxxxxxx>
  • To: rex-users@xxxxxxxxxxxxx
  • Date: Wed, 15 Feb 2012 22:32:25 +0100

Hello,

i've just released Rex 0.25.2. Packages and documentation have been updated.

Changes:

  * added new functions to rexify command to search and use the
community recipe directory.
  * added a patch from JEEN Lee to set the gpgcheck value in yum repositories.

As requested by a few people i've started a new repository on Github
[1] for community Rex recipes. You can fork this repository and send
pull requests. If you have ideas on how to extend this directory just
let me know :).
You can use this repository with the "rexify" cli tool.

To search the directory:
   rexify --search string

To download a module into an existing Rex project
   cd /into/the/directroy/where/your/Rexfile/is
   rexify --use Module::Name

This will download the module to "lib/Module/Name.pm".

To start a new Project:
   rexify new-project-name --use Module::Name


If you have problems, questions or suggestions just let me know.

See [2] for more details.


[1] https://github.com/krimdomu/rex-recipes
[2] https://github.com/krimdomu/Rex/wiki/New0.25


Have fun,

Jan

Other related posts:

  • » [rex-users] Rex 0.25.2 released - Jan Gehring