Buildlab

From Alpine Linux
Revision as of 13:20, 26 October 2012 by Dubiousjim (talk | contribs) (Expanded page)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This material is work-in-progress ...

Do not follow instructions here until this notice is removed.
(Last edited by Dubiousjim on 26 Oct 2012.)

Note: In the current incarnation of this tool, the `-p` option is mandatory, and the `-m` `-v` `-a` and `-k` options are mandatory when using `buildlab -C`.
buildlab 2.13.0
 
Common options:
 
 -q	Quiet operation
 -p	Path to buildroot
 
Creating build roots (buildlab -C):
 
 -m	APK repository mirror
 -v	APK distribution version
 -a	APK repository architecture
 -k	Enable APK caching
 
Updating build roots (buildlab -u):
 
 No special options.
 
Building packages (buildlab -b):
 
 -b	APKBUILD file
 
Examples:
 
sudo ./buildlab -C -p /home/nenolod/buildroot -m dl-3.alpinelinux.org -v edge -a x86_64
sudo ./buildlab -b /home/nenolod/aports/main/gnome-panel/APKBUILD -p /home/nenolod/buildroot
sudo ./buildlab -u -p /home/nenolod/buildroot