Skip to content

Commit

Permalink
stop producing Neo4j Desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
lassewesth committed Dec 13, 2017
1 parent e3c2156 commit 5dc7a9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 134 deletions.
18 changes: 2 additions & 16 deletions new-packaging/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.DEFAULT: all
.PHONY: all clean debian-community debian-enterprise neo4j-desktop-mac neo4j-desktop-windows tarball-community tarball-community-extracted tarball-enterprise tarball-enterprise-extracted
.PHONY: all clean debian-community debian-enterprise tarball-community tarball-community-extracted tarball-enterprise tarball-enterprise-extracted

ARTIFACTS=../packaging/standalone/target
COMMUNITY_LICENSE=../community/LICENSE.txt
Expand All @@ -8,27 +8,17 @@ DISTRIBUTION=unstable
OUT=out
SHELL_SCRIPTS=../packaging/standalone/src/main/distribution/shell-scripts/bin

all: debian-community debian-enterprise neo4j-desktop-mac neo4j-desktop-windows tarball-community tarball-enterprise
all: debian-community debian-enterprise tarball-community tarball-enterprise

clean:
rm -rf ${OUT}

${OUT}/neo4j-desktop/community-version.txt:
mkdir -p ${OUT}/neo4j-desktop
extract-version-from-pom ${COMMUNITY_POM} >${OUT}/neo4j-desktop/community-version.txt

debian-community: tarball-community-extracted ${OUT}/tarballs/community-version-debianized.txt
build-debian-package ${OUT}/debian neo4j ${OUT}/tarballs/extracted/neo4j-community-* ${DISTRIBUTION} ${OUT}/tarballs/community-version-debianized.txt

debian-enterprise: tarball-enterprise-extracted ${OUT}/tarballs/enterprise-version-debianized.txt
build-debian-package ${OUT}/debian neo4j-enterprise ${OUT}/tarballs/extracted/neo4j-enterprise-* ${DISTRIBUTION} ${OUT}/tarballs/enterprise-version-debianized.txt

neo4j-desktop-mac: ${OUT}/neo4j-desktop/community-version.txt ${OUT}/neo4j-desktop/uberjar-filename.txt
build-neo4j-desktop ${OUT}/neo4j-desktop-mac ${OUT}/neo4j-desktop/uberjar-filename.txt ${COMMUNITY_LICENSE} ${SHELL_SCRIPTS} ${OUT}/neo4j-desktop/community-version.txt macosArchive ${MAC_KEYSTORE} ${MAC_KEYSTORE_PASSWORD}

neo4j-desktop-windows: ${OUT}/neo4j-desktop/community-version.txt ${OUT}/neo4j-desktop/uberjar-filename.txt
build-neo4j-desktop ${OUT}/neo4j-desktop-windows ${OUT}/neo4j-desktop/uberjar-filename.txt ${COMMUNITY_LICENSE} ${SHELL_SCRIPTS} ${OUT}/neo4j-desktop/community-version.txt windows ${WIN_KEYSTORE} ${WIN_KEYSTORE_PASSWORD}

tarball-community:
mkdir -p ${OUT}/tarballs
build-tarball ${ARTIFACTS}/neo4j-community-*-unix.tar.gz ${OUT}/tarballs
Expand All @@ -51,7 +41,3 @@ tarball-enterprise-extracted: tarball-enterprise
${OUT}/tarballs/enterprise-version-debianized.txt: tarball-enterprise
mkdir -p ${OUT}/tarballs
tarball-name-2-debian-version ${OUT}/tarballs/neo4j-enterprise-*-unix.tar.gz >${OUT}/tarballs/enterprise-version-debianized.txt

${OUT}/neo4j-desktop/uberjar-filename.txt: ${OUT}/neo4j-desktop/community-version.txt
mkdir -p ${OUT}/neo4j-desktop
generate-uberjar-filename ${OUT}/neo4j-desktop/community-version.txt >${OUT}/neo4j-desktop/uberjar-filename.txt
102 changes: 0 additions & 102 deletions new-packaging/bin/build-neo4j-desktop

This file was deleted.

16 changes: 0 additions & 16 deletions new-packaging/bin/extract-version-from-pom

This file was deleted.

0 comments on commit 5dc7a9b

Please sign in to comment.