public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Alexander Koch <ipfire@starkstromkonsument.de>
To: development@lists.ipfire.org
Subject: [PATCH] Pakfire: Add Core-Version to "status"
Date: Thu, 09 May 2019 23:55:58 +0200	[thread overview]
Message-ID: <1557438958-21595-1-git-send-email-ipfire@starkstromkonsument.de> (raw)
In-Reply-To: <1556393206-17040-2-git-send-email-ipfire@starkstromkonsument.de>

[-- Attachment #1: Type: text/plain, Size: 949 bytes --]

Add the IPFire-Core-Version to the status message.

Signed-off-by: Alexander Koch <ipfire(a)starkstromkonsument.de>
---
 src/pakfire/lib/functions.pl | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/pakfire/lib/functions.pl b/src/pakfire/lib/functions.pl
index 9ed911d..460eaf3 100644
--- a/src/pakfire/lib/functions.pl
+++ b/src/pakfire/lib/functions.pl
@@ -925,7 +925,8 @@ sub reboot_required {
 
 sub status {
 	# General info
-	my $return = "Core-Update-Level: $Conf::core_mine\n";
+	my $return = "Core-Version: $Conf::version\n";
+	$return .= "Core-Update-Level: $Conf::core_mine\n";
 	$return .= "Last update: " . &General::age("/opt/pakfire/db/core/mine") . " ago\n";
 	$return .= "Last core-list update: " . &General::age("/opt/pakfire/db/lists/core-list.db") . " ago\n";
 	$return .= "Last server-list update: " . &General::age("/opt/pakfire/db/lists/server-list.db") . " ago\n";
-- 
2.7.4


  reply	other threads:[~2019-05-09 21:55 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-27 19:26 [PATCH 1/3] zabbix_agentd: update to 4.2.1 Alexander Koch
2019-04-27 19:26 ` [PATCH 2/3] Pakfire: Add new command line argument "status" Alexander Koch
2019-05-09 21:55   ` Alexander Koch [this message]
2019-04-27 19:26 ` [PATCH 3/3] zabbix_agentd: Add UserParameter for Pakfire Status Alexander Koch

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=1557438958-21595-1-git-send-email-ipfire@starkstromkonsument.de \
    --to=ipfire@starkstromkonsument.de \
    --cc=development@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