We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a5522 commit 892bc0eCopy full SHA for 892bc0e
.maintenance/clone-all-repositories.php
@@ -27,5 +27,8 @@
27
system( "git clone {$repository->clone_url}" );
28
}
29
30
- system( "php .maintenance/refresh-repository.php " . $repository->name . " > /dev/null" );
+ $update_folders[] = $repository->name;
31
32
+
33
+$updates = implode( '\n', $update_folders );
34
+system( "echo '$updates' | xargs -n1 -P8 -I% php .maintenance/refresh-repository.php %" );
0 commit comments