User talk:DerrickDevine
From rPath Wiki
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
Getting Help
For additional help with this beta software, please use the following resources:
- Chat in real-time with a Conary community member
- Post your query to the Conary mailing list.
- Post in the rMake Forums on this Wiki.
