From fc9c519852d2081a10d1d86a067316b65e48acb3 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sat, 25 May 2019 12:48:58 -0400 Subject: Display warning when flagging VCS packages VCS packages should not be flagged out-of-date when the package version does not match the most recent commit. Implements FS#62733. Signed-off-by: Lukas Fleischer --- web/html/pkgflag.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'web/html/pkgflag.php') diff --git a/web/html/pkgflag.php b/web/html/pkgflag.php index 61346b90..9cc6d7a2 100644 --- a/web/html/pkgflag.php +++ b/web/html/pkgflag.php @@ -50,6 +50,15 @@ if (has_credential(CRED_PKGBASE_FLAG)): ?>
  • + +

    + This seems to be a VCS package. Please do not + flag it out-of-date if the package version in the AUR does not + match the most recent commit. Flagging this package should only + be done if the sources moved or changes in the PKGBUILD are + required because of recent upstream changes. +

    +

    ', ''); ?> -- cgit v1.2.3-24-g4f1b