mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-27 09:58:28 +01:00
add/revise comments
This commit is contained in:
parent
a5bfbf7c1b
commit
07c3dbced5
1 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ DIAG=""
|
||||||
SBOPKG_CONF="${SBOPKG_CONF:-/etc/sbopkg/sbopkg.conf}"
|
SBOPKG_CONF="${SBOPKG_CONF:-/etc/sbopkg/sbopkg.conf}"
|
||||||
CWD="$(pwd)"
|
CWD="$(pwd)"
|
||||||
SBOVER=SVN
|
SBOVER=SVN
|
||||||
UPDATE_DEBUG="1"
|
UPDATE_DEBUG="1" # This will be uncommented in SVN and RC releases
|
||||||
|
|
||||||
sanity_checks () {
|
sanity_checks () {
|
||||||
# Check if config file is there and if so check that it has all
|
# Check if config file is there and if so check that it has all
|
||||||
|
@ -244,8 +244,8 @@ $UPDATELIST 0 0
|
||||||
else
|
else
|
||||||
cat $UPDATELIST
|
cat $UPDATELIST
|
||||||
fi
|
fi
|
||||||
# Next is for debugging. See variable at top of script to turn on or
|
# Permanent log of the updatelist is saved when UPDATE_DEBUG is
|
||||||
# off. I am going to keep it on in SVN and during RC stages.
|
# uncommented
|
||||||
if [ "$UPDATE_DEBUG" = 1 ]; then
|
if [ "$UPDATE_DEBUG" = 1 ]; then
|
||||||
cp $UPDATELIST $TMP/sbopkg-debug-updatelist
|
cp $UPDATELIST $TMP/sbopkg-debug-updatelist
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue