diff --git a/src/etc/sbopkg/sbopkg.conf b/src/etc/sbopkg/sbopkg.conf index 6044597..abca985 100644 --- a/src/etc/sbopkg/sbopkg.conf +++ b/src/etc/sbopkg/sbopkg.conf @@ -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} diff --git a/tools/ChangeLog-latest.txt b/tools/ChangeLog-latest.txt index 5233f54..001ccf2 100644 --- a/tools/ChangeLog-latest.txt +++ b/tools/ChangeLog-latest.txt @@ -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