From 980c871c5f2ca4ca1a50d6347baa34bb5de01707 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 6 Oct 2023 08:21:19 +0200 Subject: get-package-updates: ignore gnome-unstable upstream repo --- 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 5076042..b067233 100755 --- a/bin/get-package-updates +++ b/bin/get-package-updates @@ -425,6 +425,9 @@ while read -r pkgbase repository git_revision mod_git_revision; do if test "$repository" = "kde-unstable"; then continue fi + if test "$repository" = "gnome-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