gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated (e3d27ecd2 -> def35677d)


From: gnunet
Subject: [gnunet] branch master updated (e3d27ecd2 -> def35677d)
Date: Thu, 28 Dec 2023 14:49:36 +0100

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

martin-schanzenbach pushed a change to branch master
in repository gnunet.

    from e3d27ecd2 build: more post-tng unused source cleanup
     new 1cc422d93 meson: cleanup build files
     new cb5ddc9f4 nse: remove unused huge hostkeys.dat
     new def35677d meson: further improve dist tarball size

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:
 meson-dist-script            |   5 +++++
 src/service/nse/hostkeys.dat | Bin 10389438 -> 0 bytes
 2 files changed, 5 insertions(+)
 delete mode 100644 src/service/nse/hostkeys.dat

diff --git a/meson-dist-script b/meson-dist-script
index 5d5cf9942..382681978 100644
--- a/meson-dist-script
+++ b/meson-dist-script
@@ -9,7 +9,12 @@ then
   echo "Handbook not found, did you run bootstrap? Trying to compile now..."
   cd "${MESON_DIST_ROOT}"
   . ./scripts/sphinx_update.sh || exit 1
+  rm -rf ${MESON_DIST_ROOT}/contrib/handbook/_build
 else
   cp -r ${HANDBOOK_BOOTSTRAP}/html ${MESON_DIST_ROOT}/handbook/ || exit 1
   cp -r ${HANDBOOK_BOOTSTRAP}/texinfo ${MESON_DIST_ROOT}/handbook/ || exit 1
 fi
+
+# Do not dist old handbook
+rm -rf ${MESON_DIST_ROOT}/doc/old
+
diff --git a/src/service/nse/hostkeys.dat b/src/service/nse/hostkeys.dat
deleted file mode 100644
index ab407c167..000000000
Binary files a/src/service/nse/hostkeys.dat and /dev/null differ

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