-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathgitcommand.txt
More file actions
50 lines (38 loc) · 1.72 KB
/
Copy pathgitcommand.txt
File metadata and controls
50 lines (38 loc) · 1.72 KB
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
Signed-off-by: Markus Michels <markus7017@gmail.com> (github: markus7017)
# set remote to markus7017 repo
git remote set-url origin https://github.com/markus7017/openhab-addons.git
git fetch origin
git remote set-url origin https://github.com/openhab/openhab-addons.git
git remote set-url --push origin https://github.com/markus7017/openhab-addons.git
git remote -v
git fetch origin
mvn install -Pj17 -Dohc.version=4.3.0
#rebase
git fetch
git rebase origin/main
<resolve conflicts, use „git add“ for changed files>
git rebase --continue
git push origin +<your branch name>
git push origin +gree_snapshot
git push origin +rachio_snapshot
#build .jar and .kar
mvn clean compile
mvn clean install
mvn karaf:kar
#rename local and remote branch
git branch -m fsinternetradio_sav
git push origin :fsinternetradio_sav
git push origin -u fsinternetradio_sav
git branch
git config --global credential.helper store
mvn spotless:apply
mvn spotless:check -Dspotless.check.skip=false
mvn install -Pj17 -Dohc.version=4.3.0
mvn -Dohc.version=4.3.0 -Pj17 clean install
cp target/org.openhab.binding.shelly-5.0.0-SNAPSHOT.jar ~/Dev/myfiles/shelly/org.openhab.binding.shelly-4.3.5-SNAPSHOT.jar
Uninstall Bnd Tools v7.1.x
Eclipse | Help | About Eclipse IDE | Installation Details | Installed Software | Filter on ‘bnd’ | One-by-one select each Bnd Tools entry | Uninstall (ignore the restart prompt until the last entry) | Restart Eclipse
Remove Bnd Tools v7.1.x from available update sites
Eclipse | Help | Install New Software | Manage… | Select entry for Bnd Tools v7.0.0 | Remove
Install Bnd Tools v7.0.0
Eclipse | Help | Install New Software | Add… | Name=OH Bnd Tools v7.0.0 Location=https://bndtools.org/bndtools.p2.repo/7.0.0/ | Accept certificates