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@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@ipfire.org Cc: Jon Murphy jon.murphy@ipfire.org Signed-off-by: Peter Müller peter.mueller@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