From ef32b269495cfb7bfb716f157fe32cf8adb02d9a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 4 Aug 2023 16:46:09 +0200 Subject: readded pkginfo cache, ignore kde-unstable repos in get-package-updates --- bin/get-package-updates | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/get-package-updates b/bin/get-package-updates index f79b097..d9b9dd8 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -421,6 +421,9 @@ done echo 'Insert updated packages' while read -r pkgbase repository git_revision mod_git_revision; do + if test "$repository" = "kde-unstable"; then + continue + fi # shellcheck disable=SC2016 { # delete old binary packages which are not yet built or on the -- cgit v1.2.3-54-g00ecf