Cooperating with upstream projects
Packaging tips and tricks
Philippe Coval Tizen engineer <https://wiki.tizen.org/wiki/User:Pcoval> <philippe.coval@open.eurogiciel.org>
Cooperating with upstream projects Packaging tips and tricks - - PowerPoint PPT Presentation
Cooperating with upstream projects Packaging tips and tricks Philippe Coval Tizen engineer <https://wiki.tizen.org/wiki/User:Pcoval> <philippe.coval@open.eurogiciel.org> Context Who am I ? FLOSS enthusiast Communities:
Philippe Coval Tizen engineer <https://wiki.tizen.org/wiki/User:Pcoval> <philippe.coval@open.eurogiciel.org>
3
4
6
7
9
10
11
git checkout -b upstream $tag git checkout -b tizen git add packaging/*.spec gbs build
12
13
14
15
16
17
git checkout upstream git rebase -i $new git checkout tizen git rebase -i upstream git commit
18
19
20
21
23
24
26
27
28
29
30
31
32
33
34
35
36
<https://wiki.tizen.org/wiki/User:Pcoval>