gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-landing] branch master updated (a4fb571 -> 864d5d9)


From: gnunet
Subject: [GNUnet-SVN] [taler-landing] branch master updated (a4fb571 -> 864d5d9)
Date: Tue, 22 Oct 2019 18:42:44 +0200

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

ng0 pushed a change to branch master
in repository landing.

    from a4fb571  allow 'make install' to prefix
     new 39ed1d4  make .dir-locals a symlink, update build-scripts
     new c39e22f  bump git submodule
     new 864d5d9  use python.sh wrapper

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:
 .dir-locals.el                   | 17 +----------------
 Makefile                         |  2 +-
 build-system/taler-build-scripts |  2 +-
 3 files changed, 3 insertions(+), 18 deletions(-)
 mode change 100644 => 120000 .dir-locals.el

diff --git a/.dir-locals.el b/.dir-locals.el
deleted file mode 100644
index 6878638..0000000
--- a/.dir-locals.el
+++ /dev/null
@@ -1,16 +0,0 @@
-;; Per-directory local variables for GNU Emacs 23 and later.
-
-((nil
-  . ((fill-column . 78)
-     (tab-width   .  4)
-     (indent-tabs-mode . nil)
-     (show-trailing-whitespace . t)
-     (c-basic-offset . 2)
-     (ispell-check-comments . exclusive)
-     (ispell-local-dictionary . "american")
-     (safe-local-variable-values
-         '((c-default-style . "gnu")
-           (sentence-end-double-space . f)
-        (eval add-hook 'prog-mode-hook #'flyspell-prog-mode)
-        (flyspell-issue-message-flag . f) ; avoid messages for every word
-        )))))
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 120000
index 0000000..92352a2
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1 @@
+build-system/taler-build-scripts/conf/.dir-locals.el
\ No newline at end of file
diff --git a/Makefile b/Makefile
index 6e4cf5c..8e48b38 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ SHELL = /bin/sh
 
 .PHONY: all
 all:
-       ./demo/template.py build
+       ./build-system/taler-build-scripts/sh/bin.sh/python.sh 
./demo/template.py build
 
 .PHONY: clean
 clean:
diff --git a/build-system/taler-build-scripts b/build-system/taler-build-scripts
index 4272384..dd8a253 160000
--- a/build-system/taler-build-scripts
+++ b/build-system/taler-build-scripts
@@ -1 +1 @@
-Subproject commit 4272384edde63ba46c5713490f5e92146187fc77
+Subproject commit dd8a253d1a3cc778410eeca48a763d106a396c44

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



reply via email to

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