mirror of
https://github.com/sbopkg/sbopkg
synced 2024-11-09 11:40:26 +03:00
sbopkg: Make directory automatically.
Signed-off-by: Willy Sudiarto Raharjo <willysr@sbopkg.org>
This commit is contained in:
parent
0f24793655
commit
f93839fb32
@ -30,7 +30,7 @@ export TMPDIR=${TMPDIR:-/tmp}
|
||||
CLEANUP=${CLEANUP:-NO}
|
||||
DEBUG_UPDATES=${DEBUG_UPDATES:-0}
|
||||
KEEPLOG=${KEEPLOG:-YES}
|
||||
MKDIR_PROMPT=${MKDIR_PROMPT:-YES}
|
||||
MKDIR_PROMPT=${MKDIR_PROMPT:-NO}
|
||||
NICE=${NICE:-10}
|
||||
REPO_BRANCH=${REPO_BRANCH:-15.0}
|
||||
REPO_NAME=${REPO_NAME:-SBo}
|
||||
|
@ -1,6 +1,6 @@
|
||||
SBOPKG NEWS
|
||||
|
||||
sbopkg-dev (2020-03-22 10:12:52 UTC)
|
||||
sbopkg-dev (2020-04-07 14:51:13 UTC)
|
||||
FEATURES
|
||||
* sqg: Parallelize building of single and all packages by option -j.
|
||||
Patch by Marcel Saegebarth.
|
||||
@ -59,6 +59,7 @@ sbopkg-dev (2020-03-22 10:12:52 UTC)
|
||||
Patch by Urchlay
|
||||
* sqg: Use /root/.sbopkg.conf if it exists.
|
||||
* Set the tag for SBo-git to _SBo to match the rest of the packages.
|
||||
* By default, sbopkg will not ask for directory creation for initial startup.
|
||||
|
||||
sbopkg 0.38.1 (2016-09-01 13:42 UTC)
|
||||
FEATURES
|
||||
|
Loading…
Reference in New Issue
Block a user