index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2024-02-09 11:36:40 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2024-02-09 11:36:40 +0100 |
commit | f101d028a7463632a701e767a7d36e45a1ed7f3a (patch) | |
tree | 3828bd3ebc1ce5401fad728b605fd0b418dfc726 /lib/common-functions | |
parent | d7ddf955b47361d6b8d4a691bf66950d419a2d00 (diff) |
-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 } |