Project

General

Profile

Get vesper » History » Version 2

jun chen, 03/09/2025 11:09 PM

1 1 jun chen
# Get vesper
2
3 2 jun chen
## HQ Training
4
5
attachment:"I - Vesper introduction.pptx"
6
attachment:"II - develop guide.pptx"
7
attachment:"III - CodeGuidelines.pptx"
8
attachment:"IV - coding_style- 2023-02-27.pptx"
9
attachment:"V - Compile introduction.pptx"
10
11
## SoP
12
13 1 jun chen
**start**
14
(git clone ssh://git@10.30.100.22:222/hqtan/vesper.git) Now we abondon it!!!!!!!!!
15
16
If u want have a new repo, u can do like the following step. 
17
step 1: hongtu clone
18
step 2: choose which repo and branch you need.
19
![](clipboard-202503092301-tfxnr.png)
20
21
![](clipboard-202503092301-3bs2v.png)
22
23
Now we use girrit rather than gitlab, so if u have the old vesper repo, u can do like the following steps. 
24
25
step 1: To confirm if u are in the group of emir.
26
27
![](clipboard-202503092301-gc7ml.png)
28
29
![](clipboard-202503092301-nkura.png)
30
step 2: If u are in the group, u have two ways to checkout to the new right branch. 
31
way 1: hongtu update
32
way 2: git branch --set-upstream-to=origin/dev dev 
33
Now you get vesper repo, happy coding!!!!
34
35
```
36
cd vesper
37
git checkout dev 
38
cd src
39
scons
40
``` 
41
42
// 1. Where is scons: `http://10.30.200.21:8088/projects/hongtu-emir/wiki/Start_with_scons#where-is-scons`
43
// 2. You may want to run scons with bsub. For example, `bsub -q cent7 -n2 -I /home/hqtan/local/bin/scons`
44
45
46
test
47
48
```
49
cd ../qa
50
runqa test—suites
51
```
52
53
Develop
54
```
55
 git add xxxx
56
 git commit -m "xxxxx" 
57
 hongtu push
58
 //and then waiting for code review and merge
59
```
60
61
Cut release
62
```
63
scons --cut
64
```