gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: install-dev gone


From: gnunet
Subject: [libeufin] branch master updated: install-dev gone
Date: Thu, 21 Jan 2021 16:25:49 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new dd1a194  install-dev gone
dd1a194 is described below

commit dd1a194fd4f6ecd98db341f93b6efcc4e63810e4
Author: MS <ms@taler.net>
AuthorDate: Thu Jan 21 16:25:45 2021 +0100

    install-dev gone
---
 Makefile                              | 13 -------------
 nexus/libeufin-nexus-dev-template     |  8 --------
 sandbox/libeufin-sandbox-dev-template |  8 --------
 3 files changed, 29 deletions(-)

diff --git a/Makefile b/Makefile
index 9bb0abf..8c9ae03 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,6 @@ include build-system/config.mk
 escaped_pwd = $(shell pwd | sed 's/\//\\\//g')
 
 install: install-nexus install-sandbox install-cli
-install-dev: install-nexus-dev install-sandbox-dev install-cli
 
 .PHONY: dist
 dist:
@@ -15,23 +14,11 @@ install-sandbox:
        @echo Installing Sandbox.
        @./gradlew -q -Pprefix=$(prefix) sandbox:installToPrefix; cd ..
 
-.PHONY: install-sandbox-dev
-install-sandbox-dev:
-       @echo Installing Sandbox "dev".
-       @sed 's/PROJECT/$(escaped_pwd)/' sandbox/libeufin-sandbox-dev-template 
> sandbox/libeufin-sandbox-dev
-       @install -D sandbox/libeufin-sandbox-dev $(prefix)/bin/libeufin-sandbox
-
 .PHONY: install-nexus
 install-nexus:
        @echo Installing Nexus.
        @./gradlew -q -Pprefix=$(prefix) nexus:installToPrefix; cd ..
 
-.PHONY: install-nexus-dev
-install-nexus-dev:
-       @echo Installing Nexus "dev".
-       @sed 's/PROJECT/$(escaped_pwd)/' nexus/libeufin-nexus-dev-template > 
nexus/libeufin-nexus-dev
-       @install -D nexus/libeufin-nexus-dev $(prefix)/bin/libeufin-nexus
-
 .PHONY: install-cli
 install-cli:
        @echo Installing CLI.
diff --git a/nexus/libeufin-nexus-dev-template 
b/nexus/libeufin-nexus-dev-template
deleted file mode 100644
index e7df545..0000000
--- a/nexus/libeufin-nexus-dev-template
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-ARGS="$@"
-cd PROJECT
-if (( $# > 0 )); then ./gradlew -q --console=plain nexus:run --args="$ARGS"
-else ./gradlew -q --console=plain nexus:run
-fi
-cd - > /dev/null
diff --git a/sandbox/libeufin-sandbox-dev-template 
b/sandbox/libeufin-sandbox-dev-template
deleted file mode 100644
index bf8a3bb..0000000
--- a/sandbox/libeufin-sandbox-dev-template
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/bash
-
-ARGS="$@"
-cd PROJECT
-if (( $# > 0 )); then ./gradlew -q --console=plain sandbox:run --args="$ARGS"
-else ./gradlew -q --console=plain sandbox:run
-fi
-cd - > /dev/null

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]