rMake:rmake query
From rPath Wiki
| rmake query | ||
| rmake query [<jobId> [trovename[=version][<flavor>]]]+ | ||
| Example> rmake query 8 | ||
If no arguments are given, information about the last 20 jobs are listed. Otherwise, displays information about a job. You can also query for a particular trove by specifying the trove after the jobId.
Use Flags
--all
- rMake shows the last 20 jobs by default, this option will cause rmake to list all jobs.
--active
- Causes rMake to only list jobs that are currently active.
--logs
- Displays trove, job, and build logs for the particular job or trove.
--info
- Displays information on the specified job and troves, including build time and status.
--flavors
- Displays full flavors of all troves. See the conary manual page for more details about flavors.
--full-versions
- Full version strings are displayed instead of abbreviated version numbers
--labels
- Label plus version numbers are displayed instead of abbreviated version numbers
--show-config
- Shows the configuration for the specified job, including the contexts for all troves within that job. If the optional trove specifier is supplied, only the configuration for that trove is displayed.
--watch
- Runs rmake watch immediately after querying. Convenience function. See rmake watch for more information.
--tracebacks
- If a traceback is associated with a trove or job, that traceback is displayed.
--troves
- Lists basic information about the troves within a job. This option is assumed with many other options.
