forked from the-tcpdump-group/tcpdump-htdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopencsw-instructions.txt
55 lines (37 loc) · 1.92 KB
/
opencsw-instructions.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
RELEASE CANDIDATES TESTS ON SOLARIS
-----------------------------------
On OpenCSW Buildbot, exist four builders targeted on 'test-rc' branches of bpf.
To test Release Candidates, for example libpcap-1.7/tcpdump-4.7, the process is:
#A) LIBPCAP TESTS
cd <bpf-libpcap-branch>
#1) Define the branch to test and checkout it
branch_to_test=libpcap-1.7
git branch --set-upstream $branch_to_test origin/$branch_to_test
git checkout $branch_to_test
#2) Delete old local and remote 'test-rc' branches
git branch -D test-rc
git push origin --delete test-rc
#3) Create the new 'test-rc' branch
git checkout -b test-rc
#4) Push 'test-rc'
git push origin test-rc
The results are here:
https://buildfarm.opencsw.org/buildbot/waterfall?builder=libpcap-rc-solaris10-amd64&builder=libpcap-rc-solaris10-i386&builder=libpcap-rc-solaris10-sparc&builder=libpcap-rc-solaris10-sparcv9&reload=300
When libpcap tests are OK, continue with tcpdump tests.
#B) TCPDUMP TESTS
cd <bpf-tcpdump-branch>
#1) Define the branch to test and checkout it
branch_to_test=tcpdump-4.7
git branch --set-upstream $branch_to_test origin/$branch_to_test
git checkout $branch_to_test
#2) Delete old local and remote 'test-rc' branches
git branch -D test-rc
git push origin --delete test-rc
#3) Create the new 'test-rc' branch
git checkout -b test-rc
#4) Push 'test-rc'
git push origin test-rc
The results are here:
https://buildfarm.opencsw.org/buildbot/waterfall?builder=tcpdump-rc-solaris10-amd64&builder=tcpdump-rc-solaris10-i386&builder=tcpdump-rc-solaris10-sparc&builder=tcpdump-rc-solaris10-sparcv9&reload=300
the results 'all-in-one' are here:
https://buildfarm.opencsw.org/buildbot/waterfall?builder=libpcap-rc-solaris10-amd64&builder=libpcap-rc-solaris10-i386&builder=libpcap-rc-solaris10-sparc&builder=libpcap-rc-solaris10-sparcv9&builder=tcpdump-rc-solaris10-amd64&builder=tcpdump-rc-solaris10-i386&builder=tcpdump-rc-solaris10-sparc&builder=tcpdump-rc-solaris10-sparcv9&reload=300