Difference between revisions of "Cvs-import.sh"
From SME Server
Jump to navigationJump to searchm |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | This script is needed when you want to import a srpm in the buildsrv, sometime it can be not present in your module folder | + | This script is needed when you want to import a srpm in the buildsrv, sometime it can be not present in your cvs module folder |
If you need it then do (you can use any module that you want) : | If you need it then do (you can use any module that you want) : | ||
− | cvs -z3 -d:ext: | + | cvs -z3 -d:ext:shell.koozali.org:/cvs/smeserver co -P dar |
after that you can call it by | after that you can call it by | ||
~/rpms/dar/common/cvs-import.sh | ~/rpms/dar/common/cvs-import.sh | ||
+ | |||
+ | the usage is | ||
+ | ./common/cvs-import.sh -b "contribs9" -m "Initial import to V9" "smeserver-packagename.srpm" | ||
[[category:Developer]] | [[category:Developer]] |
Latest revision as of 05:27, 18 November 2017
This script is needed when you want to import a srpm in the buildsrv, sometime it can be not present in your cvs module folder
If you need it then do (you can use any module that you want) :
cvs -z3 -d:ext:shell.koozali.org:/cvs/smeserver co -P dar
after that you can call it by
~/rpms/dar/common/cvs-import.sh
the usage is
./common/cvs-import.sh -b "contribs9" -m "Initial import to V9" "smeserver-packagename.srpm"