|
Tag: Redirect target changed |
(3 intermediate revisions by 2 users not shown) |
Line 1: |
Line 1: |
| <tt>buildrepo</tt> creates a local package repository for you.
| | #REDIRECT [[Abuild_and_Helpers#buildrepo]] |
| | |
| {{Cmd|<nowiki>buildrepo [-a APORTSDIR] [-d REPODIR] [-hp] [-l LOGPREFIX ] [-r DEPREPO] REPOSITORY...</nowiki>}}
| |
| | |
| '''buildrepo options'''
| |
| | |
| * '''-a''' Set the aports base dir to APORTSDIR instead of $HOME/aports
| |
| * '''-d''' Set destination repository base dir to REPODIR instead of $HOME/packages
| |
| * '''-h''' Show this help and exit
| |
| * '''-l''' Send build to logfile, prefixed by LOGPREFIX
| |
| * '''-p''' Purge obsolete packages from REPODIR after build
| |
| * '''-r''' Dependencies are found in DEPREPO
| |
| | |
| [[Category:Package Manager]] [[Category:Development]]
| |