index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2023-08-04 16:46:09 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2023-08-04 16:46:09 +0200 |
commit | ef32b269495cfb7bfb716f157fe32cf8adb02d9a (patch) | |
tree | bf27fe7bf946d3d66c308bf7446b2e88460845e1 /bin | |
parent | eec5b77db79b51a2db567f95a66280f51c054692 (diff) |
-rwxr-xr-x | bin/get-package-updates | 3 |
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 |