guix-commits
[Top][All Lists]
Advanced

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

[gnunet] branch master updated (dc6f74d -> 383eac2)


From: Ludovic Courtès
Subject: [gnunet] branch master updated (dc6f74d -> 383eac2)
Date: Thu, 05 Nov 2015 16:52:09 +0000

civodul pushed a change to branch master
in repository gnunet.

      from  dc6f74d   Add tools to manipulate `file-information` objects, and a 
few other things. * common.scm: add the constant `%time-relative-forever`. * 
container/metadata.scm: add `#:filename` and `#:narinfo` meta-types. * fs.scm: 
add tools to create and manipulate `file-information` objects:           
`file-information-add!`, `file-information-iterate`,           
`file->file-information` and `directory->file-information`,           remove 
`make-file-information`. * tests/fs.scm: test those [...]
       new  f862f2b   build: Add preliminary Autotools infrastructure.
       new  b36ec7d   build: Capture the location of the GNUnet libraries.
       new  383eac2   build: Add 'make check'.

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


Summary of changes:
 .gitignore                                         |   17 ++++
 Makefile.am                                        |   85 ++++++++++++++++++++
 configure.ac                                       |   52 ++++++++++++
 gnu/gnunet/common.scm                              |    7 +-
 .../configuration.scm => gnu/gnunet/config.scm.in  |   32 ++++----
 pre-inst-env.in                                    |   39 +++++++++
 6 files changed, 212 insertions(+), 20 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 Makefile.am
 create mode 100644 configure.ac
 copy tests/configuration.scm => gnu/gnunet/config.scm.in (59%)
 create mode 100644 pre-inst-env.in



reply via email to

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