gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: Make gnunet-download-manage


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: Make gnunet-download-manager.scm no longer install. It was written for a guile version which is no longer supported. No one of us has really tested it in a very long time to care about updating it to a supported guile version. We don't want to install broken scripts, so at this point either someone steps up and fixes it or it remains bitrotting where it currently is.
Date: Sat, 06 Apr 2019 23:47:04 +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 1f5c4b41b Make gnunet-download-manager.scm no longer install. It was 
written for a guile version which is no longer supported. No one of us has 
really tested it in a very long time to care about updating it to a supported 
guile version. We don't want to install broken scripts, so at this point either 
someone steps up and fixes it or it remains bitrotting where it currently is.
     new d182da405 Merge branch 'master' of gnunet.org:gnunet
1f5c4b41b is described below

commit 1f5c4b41b4686e46c678ce7e8f40c31a76c716c5
Author: ng0 <address@hidden>
AuthorDate: Sat Apr 6 21:42:54 2019 +0000

    Make gnunet-download-manager.scm no longer install.
    It was written for a guile version which is no longer supported.
    No one of us has really tested it in a very long time to care about
    updating it to a supported guile version.
    We don't want to install broken scripts, so at this point either
    someone steps up and fixes it or it remains bitrotting where it
    currently is.
---
 src/fs/Makefile.am | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/fs/Makefile.am b/src/fs/Makefile.am
index d452bbf3c..85ac37b83 100644
--- a/src/fs/Makefile.am
+++ b/src/fs/Makefile.am
@@ -89,8 +89,9 @@ bin_PROGRAMS = \
   gnunet-fs \
   gnunet-unindex
 
-bin_SCRIPTS = \
-  gnunet-download-manager.scm
+#bin_SCRIPTS = \
+#  gnunet-download-manager.scm
+noinst_SCRIPTS = gnunet-download-manager.scm
 
 gnunet_directory_SOURCES = \
  gnunet-directory.c
@@ -574,6 +575,6 @@ EXTRA_DIST = \
   test_gnunet_service_fs_migration_data.conf \
   test_gnunet_service_fs_p2p_cadet.conf \
   test_pseudonym_data.conf \
-  $(bin_SCRIPTS)
+  $(noinst_SCRIPTS)
 
 CLEANFILES = $(check_SCRIPTS)

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



reply via email to

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