Difference between revisions of "Manjaro-tools"
Views
Actions
Namespaces
Variants
Tools
added paragraph. source: https://forum.manjaro.org/index.php?topic=20167.msg181815#msg181815
imported>Excalibur1234 |
imported>Excalibur1234 (added paragraph. source: https://forum.manjaro.org/index.php?topic=20167.msg181815#msg181815) |
||
Line 208: | Line 208: | ||
To build a set the name of the set can be used. The current sets can be queried with the {{ic|-q}} option. | To build a set the name of the set can be used. The current sets can be queried with the {{ic|-q}} option. | ||
= buildtree = | |||
buildtree is a little tools to sync arch abs and manjaro packages git repos. | |||
The arguments are: | |||
$ buildtree -h | |||
Usage: buildtree [options] | |||
-s Sync manjaro tree | |||
-a Sync arch abs | |||
-c Clean package tree | |||
-q Query settings | |||
-h This help[/code] | |||
To sync Arch and Manjaro trees: | |||
buildtree -as | |||