Buildlab: Difference between revisions
Dubiousjim (talk | contribs) (Category:Development) |
Dubiousjim (talk | contribs) (Delete -k from note) |
||
(2 intermediate revisions 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 and -a options are mandatory when using buildlab -C.}} | |||
<pre> | |||
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 | |||
</pre> | |||
[[Category:Development]] | [[Category:Development]] |
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. |
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