This commit is contained in:
udeved 2015-01-19 05:31:52 +01:00
parent f948414cfc
commit 40cd0eeb17

View file

@ -27,6 +27,17 @@ Best practise is to leave systemwide file untouched, by default it is commented
# cache dir where buildpkg or buildiso cache packages
# cache_dir=/var/cache/manjaro-tools
##########################################
################ buildtree ###############
##########################################
# manjaro package tree
# repo_tree=('core' 'extra' 'community' 'multilib' 'openrc')
# host_tree=https://github.com/manjaro
# host_tree_abs=https://projects.archlinux.org/git/svntogit/packages
##########################################
################ buildpkg ################
##########################################
@ -321,3 +332,25 @@ Examples
/etc/manjaro-tools/sets/pkg/lxqt-0.8.set
/etc/manjaro-tools/sets/iso/manjaro-0.9.0.set
~~~
5. buildtree
builtree is a little tools to sync arch abs and manjaro packages git repos.
####Arguments
~~~
$ buildtree -h
Usage: buildtree [options]
-s Sync manjaro tree
-a Sync arch abs
-c Clean package tree
-q Query settings
-h This help
~~~
* sync arch and manjaro trees
~~~
buildtree -as
~~~