* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. f1269489e8b6963f781cb02b37ce7ba3357b5560
@ 2022-03-21 19:10 Peter Müller
0 siblings, 0 replies; only message in thread
From: Peter Müller @ 2022-03-21 19:10 UTC (permalink / raw)
To: ipfire-scm
[-- Attachment #1: Type: text/plain, Size: 1952 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 2.x development tree".
The branch, next has been updated
via f1269489e8b6963f781cb02b37ce7ba3357b5560 (commit)
from 451cf01677c4da62dd7235ec1cfbe8b54fa8b201 (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 f1269489e8b6963f781cb02b37ce7ba3357b5560
Author: Peter Müller <peter.mueller(a)ipfire.org>
Date: Mon Mar 21 19:10:06 2022 +0000
Core Update 166: Drop Pakfire metadata for Nano, which is now part of the core system
Cc: Michael Tremer <michael.tremer(a)ipfire.org>
Cc: Jon Murphy <jon.murphy(a)ipfire.org>
Signed-off-by: Peter Müller <peter.mueller(a)ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/rootfiles/core/166/update.sh | 8 ++++++++
1 file changed, 8 insertions(+)
Difference in files:
diff --git a/config/rootfiles/core/166/update.sh b/config/rootfiles/core/166/update.sh
index 4c1c1e483..61f4893c7 100644
--- a/config/rootfiles/core/166/update.sh
+++ b/config/rootfiles/core/166/update.sh
@@ -74,6 +74,14 @@ if grep -q "ENABLED=on" /var/ipfire/vpn/settings; then
/etc/init.d/ipsec start
fi
+# Nano is now part of the core system, remove Pakfire metadata for it
+if [ -e "/opt/pakfire/db/installed/meta-nano" ] && [ -e "/opt/pakfire/db/meta/meta-nano" ]; then
+ rm -vf \
+ /opt/pakfire/db/installed/meta-nano \
+ /opt/pakfire/db/meta/meta-nano \
+ /opt/pakfire/db/rootfiles/nano
+fi
+
# This update needs a reboot...
touch /var/run/need_reboot
hooks/post-receive
--
IPFire 2.x development tree
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-03-21 19:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-21 19:10 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. f1269489e8b6963f781cb02b37ce7ba3357b5560 Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox