index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-06-16 11:11:01 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-06-16 11:11:01 +0200 |
commit | e6dea6b6012fb07187dce7f54f29cf718ef8b6f0 (patch) | |
tree | 5cd2a78f17d1b667d0687712cc89f0cf5fe5de96 /lib | |
parent | cca18a48d4c1f58dcdde856a590ddd45dbedc329 (diff) |
-rwxr-xr-x | lib/common-functions | 1 |
diff --git a/lib/common-functions b/lib/common-functions index 59ab853..bd3742e 100755 --- a/lib/common-functions +++ b/lib/common-functions @@ -733,6 +733,7 @@ trigger_mirror_refreshs() { done while screen -list trigger-mirror-update; do sleep 1 + screen -wipe done } |