sqg: Add support for -j <NUM>.

This speeds up the queue generation up to 50%.

Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
Willy Sudiarto Raharjo 2017-06-15 16:14:59 +07:00
parent 36bfb42170
commit afddeb52f6
No known key found for this signature in database
GPG Key ID: 887B8374D7333381

View File

@ -1,8 +1,8 @@
SBOPKG NEWS SBOPKG NEWS
sbopkg-dev (2017-05-15 15:42:00 UTC) sbopkg-dev (2017-06-15 09:13:00 UTC)
FEATURES FEATURES
* sqg: Parallelize building of all packages by option -j. * sqg: Parallelize building of single and all packages by option -j.
Requires GNU Parallel. Requires GNU Parallel.
Patch by Marcel Saegebarth. Patch by Marcel Saegebarth.
* sqg: Introduced new simple filesystem cache. * sqg: Introduced new simple filesystem cache.