aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Wynn <matthew@matthewwynn.com>2016-08-27 22:46:54 +0000
committerMatthew Wynn <matthew@matthewwynn.com>2016-08-27 22:46:54 +0000
commitb21bd6cda9beae8ec54fb7c939648949e24961f5 (patch)
tree306aab93a15f4991004c54a5886d5ce5ec21086b
parent8e31e972e2e0026bafd7dae7b098992fa3b9ae6c (diff)
downloadxbps-mini-builder-b21bd6cda9beae8ec54fb7c939648949e24961f5.tar
xbps-mini-builder-b21bd6cda9beae8ec54fb7c939648949e24961f5.tar.gz
xbps-mini-builder-b21bd6cda9beae8ec54fb7c939648949e24961f5.tar.bz2
xbps-mini-builder-b21bd6cda9beae8ec54fb7c939648949e24961f5.tar.lz
xbps-mini-builder-b21bd6cda9beae8ec54fb7c939648949e24961f5.tar.xz
xbps-mini-builder-b21bd6cda9beae8ec54fb7c939648949e24961f5.tar.zst
xbps-mini-builder-b21bd6cda9beae8ec54fb7c939648949e24961f5.zip
Allow passing of options to xbulk
-rwxr-xr-xxbps-mini-builder3
1 files changed, 2 insertions, 1 deletions
diff --git a/xbps-mini-builder b/xbps-mini-builder
index 9f8c5f9..46cb2e0 100755
--- a/xbps-mini-builder
+++ b/xbps-mini-builder
@@ -50,7 +50,8 @@ fi
# Main builder section
packages="$(cat ../packages.list)"
-xbulk ${packages}
+
+xbulk ${packages} "$@"
# Sign built packages
xbps-rindex --sign --signedby "XBPS-mini-builder" --privkey ../id_rsa hostdir/binpkgs