File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,11 @@ It's easy to delete all images. The local system will not be polluted with maven
46
46
Build the buld image:
47
47
> docker build -t "jonglisto-ng: build " https://github.com/Zabrimus/jonglisto-ng.git#:docker/build-image
48
48
49
- Build jonglisto using the build image:
50
- > docker run -v `` ` `` pwd`` ` `` :/tmp/jonglisto-ng/build/libs jonglisto-ng: build /bin/bash -c "cd /tmp/jonglisto-ng; git pull; ./gradlew war"
49
+ Build jonglisto using the build image (without channel logos):
50
+ > docker run -v `` ` `` pwd`` ` `` :/tmp/jonglisto-ng/build/libs jonglisto-ng: build /bin/bash -c "cd /tmp/jonglisto-ng; git pull; ./gradlew war; ./gradlew copySamples"
51
+
52
+ Build jonglisto using the build image (with channel logos):
53
+ > docker run -v `` ` `` pwd`` ` `` :/tmp/jonglisto-ng/build/libs jonglisto-ng: build /bin/bash -c "cd /tmp/jonglisto-ng; git pull; (cd tools; ./build-logo-jar.sh); ././gradlew war; ./gradlew copySamples"
51
54
52
55
The war file can be found in the current directory with name jonglistp-ng.'version'.war
53
56
Original file line number Diff line number Diff line change 10
10
# create logos
11
11
cp icon-settings/* .conf picicon-repo/build-input
12
12
cd picicon-repo
13
+
14
+ echo " Start building the channel logos... This can take some time."
13
15
./2-build-picons.sh snp-full
14
16
17
+ echo " Building finished..."
18
+
15
19
# repack the result
16
20
mkdir -p logo
17
21
tar -xf build-output/binaries-snp-full/snp-full.* hardlink.tar.xz -C logo --strip 1
You can’t perform that action at this time.
0 commit comments