From: Michael Tremer <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. f6b546b34c35d695c65b3b0487905ce94b8f3c5f
Date: Fri, 21 Jun 2019 16:34:19 +0100 [thread overview]
Message-ID: <20190621153419.872A484FDC0@people01.i.ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 2594 bytes --]
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 3.x development tree".
The branch, master has been updated
via f6b546b34c35d695c65b3b0487905ce94b8f3c5f (commit)
from 1a34f7612b5839963b715e45e83edb7d72d46049 (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 f6b546b34c35d695c65b3b0487905ce94b8f3c5f
Author: Michael Tremer <michael.tremer(a)ipfire.org>
Date: Fri Jun 21 17:34:03 2019 +0200
kernel-updater: New package
Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
.../kernel-updater.nm | 19 +++++++++++--------
1 file changed, 11 insertions(+), 8 deletions(-)
copy firmware-update/firmware-update.nm => kernel-updater/kernel-updater.nm (55%)
Difference in files:
diff --git a/kernel-updater/kernel-updater.nm b/kernel-updater/kernel-updater.nm
new file mode 100644
index 000000000..d5bbc94ac
--- /dev/null
+++ b/kernel-updater/kernel-updater.nm
@@ -0,0 +1,44 @@
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
+###############################################################################
+
+name = kernel-updater
+version = 20190621
+release = 1
+arch = noarch
+
+maintainer = Arne Fitzenreiter <arne.fitzenreiter(a)ipfire.org>
+groups = System/Tools
+url = https://git.ipfire.org/?p=people/arne_f/kernel-updater.git;a=summary
+license = GPLv3+
+summary = Configures the system for new installed kernels
+
+description
+ This script makes sure that the system is updated properly when
+ a new kernel is installed or uninstalled.
+end
+
+source_dl = https://source.ipfire.org/releases/%{name}/
+sources = %{thisapp}.tar.xz
+
+build
+ requires
+ autoconf
+ automake
+ sed
+ end
+
+ prepare_cmds
+ [ -e "configure" ] || ./autogen.sh
+ end
+end
+
+packages
+ package %{name}
+ requires
+ /sbin/depmod
+ dracut
+ end
+ end
+end
hooks/post-receive
--
IPFire 3.x development tree
reply other threads:[~2019-06-21 15:34 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190621153419.872A484FDC0@people01.i.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox