Difference between revisions of "How To Approve A sqlCVS batch"
From LinuxMCE
(New page: Anonymous commits into sqlCVS need to be approved manually. This is done from any LinuxMCE installation. Before approving a batch, the local sqlCVS database needs to be up-to-date. Easie...) |
(added note about directly supplying the batch number for approval.) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category: Development]] | ||
+ | [[Category: Programmer's Guide]] | ||
Anonymous commits into sqlCVS need to be approved manually. | Anonymous commits into sqlCVS need to be approved manually. | ||
Line 9: | Line 11: | ||
* Replace repo with the name of the repository. | * Replace repo with the name of the repository. | ||
* Replace username~password with sqlCVS credentials. | * Replace username~password with sqlCVS credentials. | ||
+ | |||
+ | If you know know the batch number you want to approve, use -b batch-no on the command line. | ||
+ | |||
+ | /usr/pluto/bin/sqlCVS -H schema.linuxmce.org -D "pluto_main" -R "3999" -b "batchno" -r "repo" -t "" -U "username~password" approve |
Latest revision as of 15:00, 31 July 2015
Anonymous commits into sqlCVS need to be approved manually.
This is done from any LinuxMCE installation. Before approving a batch, the local sqlCVS database needs to be up-to-date. Easiest done using the web admin sqlCVS / Update for the relevant repo.
After the update happened, the approval of the batch is done using the following command line.:
/usr/pluto/bin/sqlCVS -H schema.linuxmce.org -D "pluto_main" -R "3999" -r "repo" -t "" -U "username~password" approve
- Replace repo with the name of the repository.
- Replace username~password with sqlCVS credentials.
If you know know the batch number you want to approve, use -b batch-no on the command line.
/usr/pluto/bin/sqlCVS -H schema.linuxmce.org -D "pluto_main" -R "3999" -b "batchno" -r "repo" -t "" -U "username~password" approve