Personal tools
     DOCUMENTATION

User talk:DerrickDevine

From rPath Wiki

Jump to: navigation, search

NOTES

After you have installed rMake, and performed any required editing of the /etc/rmake/clientrc, you can build a package by executing the following commands:

[you@yourhost ~]$ rmake build <package> --watch

If you press the control-C keyboard combination, you will stop watching the job output, but the job itself will not be stopped.


To extract the resultant package from a build job, execute the following command:

[you@yourhost ~]$ rmake changeset <jobId> <path-to-changeset-file>

To commit the package, and clone it from the rMake repository into the Conary repository you cook from, execute the following command:

[you@yourhost ~]$ rmake commit <jobId>

Other Commands of Note

To display traceback errors for any trove which fails, execute the following command:

[you@yourhost ~]$ rmake q <jobId> --info --tracebacks

To examine the build log for a particular trove, execute the following command:

[you@yourhost ~]$rmake q <jobId> <trove> --logs
Image:Bulbgraph.png   Other rmake q options are available; try rmake q --help for more information on them.

Getting Help

For additional help with this beta software, please use the following resources: