New utility: xbps-fbulk - a fast bulk builder for xbps.

This is a modified version of DragonFlyBSD's fastbulk utility, that
has been adapted for xbps/xbps-src and contains multiple improvements
like configurable logging path, skipping building non working packages
(broken/only_for_archs), etc.

A manual page will be pushed soon.

This is still WIP, it needs more changes to support building a customizable
set of packages and other additions.
This commit is contained in:
Juan RP
2015-04-16 10:28:01 +02:00
parent e4284faf05
commit 9199867df1
4 changed files with 693 additions and 4 deletions

7
bin/xbps-fbulk/Makefile Normal file
View File

@@ -0,0 +1,7 @@
TOPDIR = ../..
-include $(TOPDIR)/config.mk
BIN = xbps-fbulk
MAN =
include $(TOPDIR)/mk/prog.mk