This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via 6fc9957e62b4f5fe9b47e9d340480b9bc33788cd (commit) from cd2069f07f611a0d0d240d2c5efe0e955763a1f1 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 6fc9957e62b4f5fe9b47e9d340480b9bc33788cd Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Aug 23 15:29:36 2024 +0000
core-update: Append the release number to the meta file
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: lfs/core-updates | 2 ++ 1 file changed, 2 insertions(+)
Difference in files: diff --git a/lfs/core-updates b/lfs/core-updates index a6478b5e0..81ea9a5f0 100644 --- a/lfs/core-updates +++ b/lfs/core-updates @@ -33,6 +33,8 @@ PAK_VER = $(CORE)
SUMMARY = IPFire Core Update $(CORE)
+META_FILENAME = meta-$(PROG)-$(CORE) + ############################################################################### # Top-level Rules ###############################################################################
hooks/post-receive -- IPFire 2.x development tree