From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AD79C138359 for ; Wed, 25 Nov 2020 18:25:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C07DE0905; Wed, 25 Nov 2020 18:25:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 85B6CE0905 for ; Wed, 25 Nov 2020 18:25:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6C85C340D6F for ; Wed, 25 Nov 2020 18:25:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19B8B46B for ; Wed, 25 Nov 2020 18:25:36 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1606328447.3e1bb8d7eba2474e31ddccd8f2005179278dd646.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: Documentation/maintainers/ X-VCS-Repository: proj/kde X-VCS-Files: Documentation/maintainers/regenerate-files X-VCS-Directories: Documentation/maintainers/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3e1bb8d7eba2474e31ddccd8f2005179278dd646 X-VCS-Branch: master Date: Wed, 25 Nov 2020 18:25:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 26383915-b77f-488a-b8c9-81f7b69d370d X-Archives-Hash: 43020f5b3f86e04356870688e0daebea commit: 3e1bb8d7eba2474e31ddccd8f2005179278dd646 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 25 18:20:47 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 25 18:20:47 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e1bb8d7 Documentation: Set SERVICE_RELEASE to 20.08 Signed-off-by: Andreas Sturmlechner gentoo.org> Documentation/maintainers/regenerate-files | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/maintainers/regenerate-files b/Documentation/maintainers/regenerate-files index dd7c906b68..41a4253695 100755 --- a/Documentation/maintainers/regenerate-files +++ b/Documentation/maintainers/regenerate-files @@ -15,8 +15,8 @@ KF_RELEASE=${KF_RELEASE:-5.74} PLASMA_RELEASES="5.19 5.20" PLASMA_RELEASE=${PLASMA_RELEASE:-5.19} -SERVICE_RELEASES="20.04 20.08 20.12" -SERVICE_RELEASE=${SERVICE_RELEASE:-20.04} +SERVICE_RELEASES="20.08 20.12" +SERVICE_RELEASE=${SERVICE_RELEASE:-20.08} # regenerate keywords pushd ../package.accept_keywords/ > /dev/null