public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 6ea7d8c67e0ea53188d6dc356b9cdbc5bf7b5d97
Date: Sun, 03 Mar 2024 08:39:40 +0000	[thread overview]
Message-ID: <4TnZy50ZMHz2xg8@people01.haj.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2490 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  6ea7d8c67e0ea53188d6dc356b9cdbc5bf7b5d97 (commit)
       via  d71c37a6329ceeed4657e28c4f51a138e55056dc (commit)
      from  6dd7451f11385e984b2d24afff99360919f2d3a9 (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 6ea7d8c67e0ea53188d6dc356b9cdbc5bf7b5d97
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Mar 3 09:05:35 2024 +0100

    core185: add index.cgi to update
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

commit d71c37a6329ceeed4657e28c4f51a138e55056dc
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Sun Mar 3 09:03:22 2024 +0100

    index.cgi exclude efivarfs from disk free check
    
    on some systems this filesystem is always reported as full so
    this is now excluded.
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/rootfiles/core/185/filelists/files | 1 +
 html/cgi-bin/index.cgi                    | 1 +
 2 files changed, 2 insertions(+)

Difference in files:
diff --git a/config/rootfiles/core/185/filelists/files b/config/rootfiles/core/185/filelists/files
index aa37655cf..d87f36529 100644
--- a/config/rootfiles/core/185/filelists/files
+++ b/config/rootfiles/core/185/filelists/files
@@ -46,5 +46,6 @@ lib/firmware/nvidia/tegra186/vic.bin
 lib/firmware/nvidia/tegra210/vic.bin
 srv/web/ipfire/cgi-bin/dhcp.cgi
 srv/web/ipfire/cgi-bin/dns.cgi
+srv/web/ipfire/cgi-bin/index.cgi
 srv/web/ipfire/cgi-bin/ovpnmain.cgi
 var/ipfire/backup/bin/backup.pl
diff --git a/html/cgi-bin/index.cgi b/html/cgi-bin/index.cgi
index 65773244c..5e32ce038 100644
--- a/html/cgi-bin/index.cgi
+++ b/html/cgi-bin/index.cgi
@@ -564,6 +564,7 @@ my $temp2=();
 my @df = `/bin/df -B M -P -x rootfs`;
 foreach my $line (@df) {
 	next if $line =~ m/^Filesystem/;
+	next if $line =~ m/^efivarfs/;
 	if ($line =~ m/root/ ) {
 		$line =~ m/^.* (\d+)M.*$/;
 		@temp = split(/ +/,$line);


hooks/post-receive
--
IPFire 2.x development tree

                 reply	other threads:[~2024-03-03  8:39 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=4TnZy50ZMHz2xg8@people01.haj.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