-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.bvr
35 lines (35 loc) · 1.14 KB
/
setup.bvr
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
LOG
LOG ######################
LOG Installing base plugin
LOG ######################
LOG
GIT CLONE https://github.com/g-bvr base main
PLUGIN COMPILE base/src/main/java
PLUGIN ENABLE org.jkube.gitbeaver.base.BasePlugin
APPEND https://github.com/g-bvr/base:main org.jkube.gitbeaver.base.BasePlugin TO plugins.txt
LOG
LOG ##########################
LOG Installing markdown plugin
LOG ##########################
LOG
GIT CLONE https://github.com/g-bvr markdown main
PLUGIN COMPILE markdown/src/main/java
PLUGIN ENABLE org.jkube.gitbeaver.MarkdownPlugin
APPEND https://github.com/g-bvr/markdown:main org.jkube.gitbeaver.MarkdownPlugin TO plugins.txt
LOG
LOG ##############################
LOG Decomposing plugin specs table
LOG ##############################
LOG
DECOMPOSE MARKDOWN plugins.md INTO decomposed
FOR FILE row IN decomposed/table-1 MATCHING row-# DO install-plugin
LOG
LOG ################
LOG Freezing plugins
LOG ################
LOG
#Enable this warning when disabling plugin freeze (for development)
#WARN WARNING: Plugins freezing is currently disabled (for development speedup)
PLUGINS FREEZE
APPEND [FREEZE] TO plugins.txt
LOG Gitbeaver plugin setup done