You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2020/01/07 22:05:00 UTC

[incubator-toree] branch master updated: [TOREE-513] Adds logo resource for installed Toree kernels

This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git


The following commit(s) were added to refs/heads/master by this push:
     new 66e729c  [TOREE-513] Adds logo resource for installed Toree kernels
66e729c is described below

commit 66e729c8eaf167935bfd3e4ab15cd34de27e4781
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Tue Jan 7 11:34:57 2020 -0800

    [TOREE-513] Adds logo resource for installed Toree kernels
---
 Makefile                    |   6 +++++-
 etc/logo-64x64.png          | Bin 0 -> 31734 bytes
 etc/pip_install/MANIFEST.in |   2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index f17d9db..76a07cc 100644
--- a/Makefile
+++ b/Makefile
@@ -138,6 +138,10 @@ dist/toree/VERSION:
 	@echo "VERSION: $(VERSION)" > dist/toree/VERSION
 	@echo "COMMIT: $(COMMIT)" >> dist/toree/VERSION
 
+dist/toree/logo-64x64.png:
+	@mkdir -p dist/toree
+	@cp -r etc/logo-64x64.png dist/toree/logo-64x64.png
+
 dist/toree-legal/LICENSE: LICENSE etc/legal/LICENSE_extras
 	@mkdir -p dist/toree-legal
 	@cat LICENSE > dist/toree-legal/LICENSE
@@ -157,7 +161,7 @@ dist/toree-legal/DISCLAIMER:
 dist/toree-legal: dist/toree-legal/LICENSE dist/toree-legal/NOTICE dist/toree-legal/DISCLAIMER
 	@cp -R etc/legal/licenses dist/toree-legal/.
 
-dist/toree: dist/toree/VERSION dist/toree-legal dist/toree/lib dist/toree/bin RELEASE_NOTES.md
+dist/toree: dist/toree/VERSION dist/toree/logo-64x64.png dist/toree-legal dist/toree/lib dist/toree/bin RELEASE_NOTES.md
 	@cp -R dist/toree-legal/* dist/toree
 	@cp RELEASE_NOTES.md dist/toree/RELEASE_NOTES.md
 
diff --git a/etc/logo-64x64.png b/etc/logo-64x64.png
new file mode 100644
index 0000000..69fa463
Binary files /dev/null and b/etc/logo-64x64.png differ
diff --git a/etc/pip_install/MANIFEST.in b/etc/pip_install/MANIFEST.in
index 212a4db..4f7de27 100644
--- a/etc/pip_install/MANIFEST.in
+++ b/etc/pip_install/MANIFEST.in
@@ -1,5 +1,5 @@
 recursive-include toree/bin *
 recursive-include toree/lib *
 recursive-include licenses *
-include toree/VERSION toree/DISCLAIMER toree/RELEASE_NOTES.md
+include toree/VERSION include toree/logo-64x64.png toree/DISCLAIMER toree/RELEASE_NOTES.md
 include LICENSE DISCLAIMER NOTICE RELEASE_NOTES.md