index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | lib/common-functions | 3 |
diff --git a/lib/common-functions b/lib/common-functions index f071d4e..da5ddc1 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -19,7 +19,8 @@ ls_master_mirror() { ${master_mirror_rsync_command} \ "${master_mirror_rsync_directory}/${path}/" | \ grep -v '\s\.$' | \ - awk '{print $5}' + awk '{print $5}' | \ + grep -v build-support-manual } |