Project

General

Profile

Actions

Get vesper

HQ Training

I - Vesper introduction.pptx
II - develop guide.pptx
III - CodeGuidelines.pptx
IV - coding_style- 2023-02-27.pptx
V - Compile introduction.pptx

SoP

start
(git clone ssh://git@10.30.100.22:222/hqtan/vesper.git) Now we abondon it!!!!!!!!!

If u want have a new repo, u can do like the following step.
step 1: hongtu clone
step 2: choose which repo and branch you need.

Now we use girrit rather than gitlab, so if u have the old vesper repo, u can do like the following steps.

step 1: To confirm if u are in the group of emir.


step 2: If u are in the group, u have two ways to checkout to the new right branch.
way 1: hongtu update
way 2: git branch --set-upstream-to=origin/dev dev
Now you get vesper repo, happy coding!!!!

cd vesper
git checkout dev 
cd src
scons

// 1. Where is scons: http://10.30.200.21:8088/projects/hongtu-emir/wiki/Start_with_scons#where-is-scons
// 2. You may want to run scons with bsub. For example, bsub -q cent7 -n2 -I /home/hqtan/local/bin/scons

test

cd ../qa
runqa test—suites

Develop

 git add xxxx
 git commit -m "xxxxx" 
 hongtu push
 //and then waiting for code review and merge

Cut release

scons --cut

Updated by jun chen 4 months ago · 2 revisions