gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated (7cc650a5 -> b4d4dcae)


From: gnunet
Subject: [libeufin] branch master updated (7cc650a5 -> b4d4dcae)
Date: Fri, 15 Sep 2023 15:37:47 +0200

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

ms pushed a change to branch master
in repository libeufin.

    from 7cc650a5 Remove the UtilError type.
     new 6ba7aa28 excluding Nexus from Makefile
     new 70d7c329 gitignore
     new b4d4dcae removing Intellij gradle.xml

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore       |  2 +-
 .idea/gradle.xml | 20 --------------------
 Makefile         |  9 +++++----
 3 files changed, 6 insertions(+), 25 deletions(-)
 delete mode 100644 .idea/gradle.xml

diff --git a/.gitignore b/.gitignore
index c6c60ce8..6c6f3344 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-.idea/
+.idea/*
 /nexus/bin/
 /sandbox/bin/
 /util/bin/
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
deleted file mode 100644
index 7b700961..00000000
--- a/.idea/gradle.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
-  <component name="GradleMigrationSettings" migrationVersion="1" />
-  <component name="GradleSettings">
-    <option name="linkedExternalProjectsSettings">
-      <GradleProjectSettings>
-        <option name="distributionType" value="DEFAULT_WRAPPED" />
-        <option name="externalProjectPath" value="$PROJECT_DIR$" />
-        <option name="modules">
-          <set>
-            <option value="$PROJECT_DIR$" />
-            <option value="$PROJECT_DIR$/bank" />
-            <option value="$PROJECT_DIR$/nexus" />
-            <option value="$PROJECT_DIR$/util" />
-          </set>
-        </option>
-      </GradleProjectSettings>
-    </option>
-  </component>
-</project>
\ No newline at end of file
diff --git a/Makefile b/Makefile
index 3e700512..2738fd96 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ include build-system/config.mk
 escaped_pwd = $(shell pwd | sed 's/\//\\\//g')
 
 all: assemble
-install: install-nexus install-bank install-cli install-db-versioning
+install: install-bank install-cli install-db-versioning # install-nexus 
 git-archive-all = 
./build-system/taler-build-scripts/archive-with-submodules/git_archive_all.py
 git_tag=$(shell git describe --tags)
 gradle_version=$(shell ./gradlew -q libeufinVersion)
@@ -39,9 +39,10 @@ deb: exec-arch copy-spa
 install-bank:
        @./gradlew -q -Pprefix=$(prefix) bank:installToPrefix; cd ..
 
-.PHONY: install-nexus
-install-nexus:
-       @./gradlew -q -Pprefix=$(prefix) nexus:installToPrefix; cd ..
+# To reactivate after the refactoring.
+# .PHONY: install-nexus
+# install-nexus:
+#      @./gradlew -q -Pprefix=$(prefix) nexus:installToPrefix; cd ..
 
 .PHONY: install-cli
 install-cli:

-- 
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]