index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-10-06 08:21:19 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-10-06 08:21:19 +0200 |
commit | 980c871c5f2ca4ca1a50d6347baa34bb5de01707 (patch) | |
tree | d76eba9192a53224eb10a436fb7992c522e7962a | |
parent | 1da8cb173b67509b8fbde8dd5d710aadf9ce2c05 (diff) |
-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 |