index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/get-package-updates | 3 |
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 |