gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: Suspending installation prefix.


From: gnunet
Subject: [libeufin] branch master updated: Suspending installation prefix.
Date: Wed, 15 Apr 2020 12:46:16 +0200

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 56fd176  Suspending installation prefix.
56fd176 is described below

commit 56fd176f7904ca496ea35f12325c9c722e3d5bc7
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Apr 15 12:44:31 2020 +0200

    Suspending installation prefix.
    
    Gradle just tries to _delete_ everything it finds
    under the given prefix before copying there the
    project files!
    
    A safer logic is needed.
---
 nexus/build.gradle | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/nexus/build.gradle b/nexus/build.gradle
index b4c1848..ee5b043 100644
--- a/nexus/build.gradle
+++ b/nexus/build.gradle
@@ -45,9 +45,13 @@ application {
     mainClassName = "tech.libeufin.nexus.MainKt"
 }
 
-installDist {
+/*
+ installDist {
     destinationDir = file("${project.findProperty('prefix') ?: '/tmp'}")
-}
+    preserve {
+        exclude '**'
+    }
+}*/
 
 dependencies {
     implementation project(":util")

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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