From: "Peter Müller" <peter.mueller@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH] pakfire: Re-install previous core update when in testing mode
Date: Mon, 24 Feb 2020 18:57:00 +0000 [thread overview]
Message-ID: <4dada98e-46f6-ccd4-46c0-29993364da4d@ipfire.org> (raw)
In-Reply-To: <20200224185124.16170-1-michael.tremer@ipfire.org>
[-- Attachment #1: Type: text/plain, Size: 1161 bytes --]
Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>
> From: Arne Fitzenreiter <arne_f(a)ipfire.org>
>
> Fixes: #12302
> Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>
> Tested-by: Michael Tremer <michael.tremer(a)ipfire.org>
> ---
> src/pakfire/lib/functions.pl | 6 ++++++
> 1 file changed, 6 insertions(+)
>
> diff --git a/src/pakfire/lib/functions.pl b/src/pakfire/lib/functions.pl
> index ddb1e9aad..45e3427b1 100644
> --- a/src/pakfire/lib/functions.pl
> +++ b/src/pakfire/lib/functions.pl
> @@ -768,6 +768,12 @@ sub upgradecore {
> getcoredb("noforce");
> eval(`grep "core_" $Conf::dbdir/lists/core-list.db`);
> if ("$core_release" > "$Conf::core_mine") {
> + # Safety check for lazy testers:
> + # Before we upgrade to the latest release, we re-install the previous release
> + # to make sure that the tester has always been on the latest version.
> + my $tree = &get_tree();
> + $Conf::core_mine-- if ($tree eq "testing" || $tree eq "unstable");
> +
> message("CORE UPGR: Upgrading from release $Conf::core_mine to $core_release");
>
> my @seq = `seq $Conf::core_mine $core_release`;
>
prev parent reply other threads:[~2020-02-24 18:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-24 18:51 Michael Tremer
2020-02-24 18:57 ` Peter Müller [this message]
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=4dada98e-46f6-ccd4-46c0-29993364da4d@ipfire.org \
--to=peter.mueller@ipfire.org \
--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