pkg/slackpkg+-1.7.0d0-noarch-2mt.txz: Rebuilt

- slackpkg check-updates did not work unless you set VERBOSE=3 (thanks to
    Talus).
This commit is contained in:
Matteo Rossini 2016-06-22 00:14:27 +02:00
parent 5e21db7b8d
commit 39bf34be75
3 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,9 @@
Wed Jun 22 00:01:56 CEST 2016
pkg/slackpkg+-1.7.0d0-noarch-2mt.txz: Rebuilt
- slackpkg check-updates did not work unless you set VERBOSE=3 (thanks to
Talus).
+-------------------------+
Tue Jun 15 00:45:00 CEST 2016
pkg/slackpkg+-1.7.0d0-noarch-1mt.txz: Upgraded
Setting up mainline branch.

View file

@ -1,3 +1,9 @@
Wed Jun 22 00:01:56 CEST 2016
pkg/slackpkg+-1.7.0d0-noarch-2mt.txz: Rebuilt
- slackpkg check-updates did not work unless you set VERBOSE=3 (thanks to
Talus).
+-------------------------+
Tue Jun 15 00:45:00 CEST 2016
pkg/slackpkg+-1.7.0d0-noarch-1mt.txz: Upgraded
Setting up mainline branch.

View file

@ -1974,6 +1974,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
if [ $VERBOSE -eq 3 ];then
checkchangelog
ERR=$?
else
if [[ ! ${SPINNING} = "off" ]]; then
echo -n "Searching for updates... "
@ -1982,10 +1983,11 @@ if [ "$SLACKPKGPLUS" = "on" ];then
exec 3>&1 4>&2
TTYREDIRECTION=1
checkchangelog >/dev/null 2>&1
ERR=$?
TTYREDIRECTION=""
exec 1>&3 2>&4
fi
if [ $? -ne 0 ]; then
if [ $ERR -ne 0 ]; then
# -- Note:
# checkchangelog() download the ChangeLog.txt and stores it