Get vesper » History » Version 1
jun chen, 03/09/2025 11:04 PM
1 | 1 | jun chen | # Get vesper |
---|---|---|---|
2 | |||
3 | **start** |
||
4 | (git clone ssh://git@10.30.100.22:222/hqtan/vesper.git) Now we abondon it!!!!!!!!! |
||
5 | |||
6 | If u want have a new repo, u can do like the following step. |
||
7 | step 1: hongtu clone |
||
8 | step 2: choose which repo and branch you need. |
||
9 |  |
||
10 | |||
11 |  |
||
12 | |||
13 | Now we use girrit rather than gitlab, so if u have the old vesper repo, u can do like the following steps. |
||
14 | |||
15 | step 1: To confirm if u are in the group of emir. |
||
16 | |||
17 |  |
||
18 | |||
19 |  |
||
20 | step 2: If u are in the group, u have two ways to checkout to the new right branch. |
||
21 | way 1: hongtu update |
||
22 | way 2: git branch --set-upstream-to=origin/dev dev |
||
23 | Now you get vesper repo, happy coding!!!! |
||
24 | |||
25 | ``` |
||
26 | cd vesper |
||
27 | git checkout dev |
||
28 | cd src |
||
29 | scons |
||
30 | ``` |
||
31 | |||
32 | // 1. Where is scons: `http://10.30.200.21:8088/projects/hongtu-emir/wiki/Start_with_scons#where-is-scons` |
||
33 | // 2. You may want to run scons with bsub. For example, `bsub -q cent7 -n2 -I /home/hqtan/local/bin/scons` |
||
34 | |||
35 | |||
36 | test |
||
37 | |||
38 | ``` |
||
39 | cd ../qa |
||
40 | runqa test—suites |
||
41 | ``` |
||
42 | |||
43 | Develop |
||
44 | ``` |
||
45 | git add xxxx |
||
46 | git commit -m "xxxxx" |
||
47 | hongtu push |
||
48 | //and then waiting for code review and merge |
||
49 | ``` |
||
50 | |||
51 | Cut release |
||
52 | ``` |
||
53 | scons --cut |
||
54 | ``` |