gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: contrib: include all files


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: contrib: include all files in packages in EXTRA_DIST
Date: Thu, 24 Oct 2019 12:29:42 +0200

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

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 5d719df51 contrib: include all files in packages in EXTRA_DIST
5d719df51 is described below

commit 5d719df51dd80414b60e82a81d71100eef84c815
Author: ng0 <address@hidden>
AuthorDate: Thu Oct 24 10:26:58 2019 +0000

    contrib: include all files in packages in EXTRA_DIST
---
 contrib/Makefile.am | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 83c68d828..26d570101 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -17,6 +17,25 @@ INITD_FILES = \
  services/openrc/gnunet.initd \
  services/systemd/gnunet.service
 
+PACKAGES_FILES = \
+    guix/guix-env-py2.scm \
+    guix/guix-env-gillmann.scm \
+    guix/notest-guix-env.scm \
+    nix/gnunet-dev.nix \
+    nix/default.nix \
+    alpine/gnunet-gtk/APKBUILD \
+    alpine/gnunet/APKBUILD \
+    alpine/gnunet/gnunet-system-services.initd \
+    alpine/gnunet/gnunet-system.conf \
+    alpine/gnunet/gnunet-user-services.initd \
+    alpine/gnunet/gnunet-user.conf \
+    alpine/gnunet/gnunet.post-deinstall \
+    alpine/gnunet/gnunet.post-install \
+    alpine/gnunet/gnunet.pre-deinstall \
+    alpine/gnunet/gnunet.pre-install \
+    alpine/gnunet/gnunet.xsession \
+    alpine/gnurl/APKBUILD
+
 EXTRA_DIST = \
  conf/colorit/colorit.conf \
  conf/.style.yapf \
@@ -27,8 +46,7 @@ EXTRA_DIST = \
  conf/gnunet/gnunet-user.conf \
  conf/nss/nssswitch.conf \
  conf/wireshark/wireshark.lua \
- packages/nix/default.nix \
- packages/nix/gnunet-dev.nix \
+ $(PACKAGES_FILES) \
  $(INITD_FILES)
 
 check_PROGRAMS = \

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



reply via email to

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