Or you can browse.

rMake News

Archives for: March 2010

March 29, 2010
Posted by Michael K. Johnson
8:55 PM
rMake 2.0.2 released

rMake 2.0.2 is a maintenance release.

New Features:
  • Preliminary support for running the rMake internal database on PostgreSQL has been added.
  • rMake server and worker node processes will now set their process title to match their current task.
  • The "rmake" and "rmake-chroot" users are now created automatically in the build chroot. This corrects issues with certain tools that do not operate correctly if their UID cannot be looked up.
Bug Fixes:
  • A compatibility fix required for use with Conary 2.1.12 and later is included in this release.
  • The "rmake chroot" command now works correctly in multinode configurations if messageBusHost has not been explicitly set. (RMK-1021)
Posted by Michael K. Johnson
8:55 PM
rBuild 1.2.3 released

rBuild 1.2.3 is a maintenance release.

New Features:
  • rBuild now enables the signatureKey and signatureKeyMap configuration items, which exactly correspond to the same conary configuration items, and which are used for Conary and rMake operations. (RBLD-305)
Bug Fixes:
  • The documentation for installPosthook was changed to correctly say that the hook is run after, not before, the hooked function.
  • Changed the installLabelPath used in the rMake facade to include the labels of each element of the search path. (RBLD-308)