Buildlab: Difference between revisions

From Alpine Linux
(Expanded page)
(Delete -k from note)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Draft}}
{{Draft}}


{{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`.}}
{{Note|In the current incarnation of this tool, the -p option is mandatory, and the -m -v and -a options are mandatory when using buildlab -C.}}


<pre>
<pre>

Latest revision as of 13:23, 26 October 2012

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 and -a 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