Or you can browse.

rMake News

June 3, 2008
Posted by dugan
12:29 AM
rmake 1.0.20 released
Changes in 1.0.20:

Bug Fixes:

  • Some conary factories require loading of some files associated with them in order to load the recipe at all. Such recipes would fail before this fix.
April 22, 2008
Posted by dugan
10:18 PM
rMake 1.0.19 released

Client changes:

  • rMake will now use user-specified conaryProxy, overriding the use of rmake's internal proxy. (RMK-850)

Bug Fixes:

  • Handle a case where restarting a job would override a package's logPath even though the trove before it had no log. (RMK-827)
  • Fixed a logic error wherein a reused variable caused loading jobs with multiple contexts to get slower and slower for each additional context used. (RMK-853)
March 28, 2008
Posted by dugan
10:42 PM
rMake 1.0.18 released

Changes in 1.0.18:

Bug Fixes:

  • Initially, rmake was not compatible with having recipe superclasses on the filesystem. That incompatibility has been removed, although currently rmake simply ignores all filesystem superclasses. (RMK-834)
  • Allow building of redirect checkouts. (RMK-841)
  • The robustness of job stopping has been improved. (RMK-843)
  • The rmake:gtk component has been removed from rmake, as support for controlling rmake from rbuilder has been removed.
March 7, 2008
Posted by dugan
1:34 AM
rMake 1.0.17 released
Bug Fixes:
  • Checkouts of redirects can now be built in rmake. (RMK-754)
  • Fixed an incompatibility between rmake 1.0.16 and conary 2.0.8 related to signed updates (RMK-702)
February 22, 2008
Posted by dugan
2:27 AM
rMake 1.0.16 released

Client changes:

  • Added the rebuild command and the --ignore-rebuild-deps and --ignore-external-rebuild-deps flags. See the man page for more information. (RMK-783)
Bug Fixes:
  • Make sure group recipe source files (group scripts) are handled correctly when building .recipe files. (RMK-785)
  • A change in the signed key handling in conary 2.0.7 caused the installation of signed packages whose keys are not already in /etc/conary/pubring.gpg to fail in rmake. Signed updates now work in rmake with conary 2.0.7. (RMK-702)