To generate CCS (Conary Change Set) files, for the corresponding packages available on rBuilder server, follow these steps
- rmake build <package name>.recipe
This command will build the specified recipe file
Ex: rmake build tomcat.recipe Note down the job number
- rmake changeset <jobid> <package name>.ccs
Ex: rmake changeset 573 tomcat.ccs
- conary showcs --lsl <package name>.ccs
Ex: conary showcs --lsl tomcat.ccs
No comments:
Post a Comment