mirror of
https://github.com/zuno/slackpkgplus
synced 2024-12-26 09:58:43 +01:00
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:
parent
5e21db7b8d
commit
39bf34be75
3 changed files with 15 additions and 1 deletions
|
@ -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
|
Tue Jun 15 00:45:00 CEST 2016
|
||||||
pkg/slackpkg+-1.7.0d0-noarch-1mt.txz: Upgraded
|
pkg/slackpkg+-1.7.0d0-noarch-1mt.txz: Upgraded
|
||||||
Setting up mainline branch.
|
Setting up mainline branch.
|
||||||
|
|
|
@ -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
|
Tue Jun 15 00:45:00 CEST 2016
|
||||||
pkg/slackpkg+-1.7.0d0-noarch-1mt.txz: Upgraded
|
pkg/slackpkg+-1.7.0d0-noarch-1mt.txz: Upgraded
|
||||||
Setting up mainline branch.
|
Setting up mainline branch.
|
||||||
|
|
|
@ -1974,6 +1974,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
||||||
|
|
||||||
if [ $VERBOSE -eq 3 ];then
|
if [ $VERBOSE -eq 3 ];then
|
||||||
checkchangelog
|
checkchangelog
|
||||||
|
ERR=$?
|
||||||
else
|
else
|
||||||
if [[ ! ${SPINNING} = "off" ]]; then
|
if [[ ! ${SPINNING} = "off" ]]; then
|
||||||
echo -n "Searching for updates... "
|
echo -n "Searching for updates... "
|
||||||
|
@ -1982,10 +1983,11 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
||||||
exec 3>&1 4>&2
|
exec 3>&1 4>&2
|
||||||
TTYREDIRECTION=1
|
TTYREDIRECTION=1
|
||||||
checkchangelog >/dev/null 2>&1
|
checkchangelog >/dev/null 2>&1
|
||||||
|
ERR=$?
|
||||||
TTYREDIRECTION=""
|
TTYREDIRECTION=""
|
||||||
exec 1>&3 2>&4
|
exec 1>&3 2>&4
|
||||||
fi
|
fi
|
||||||
if [ $? -ne 0 ]; then
|
if [ $ERR -ne 0 ]; then
|
||||||
|
|
||||||
# -- Note:
|
# -- Note:
|
||||||
# checkchangelog() download the ChangeLog.txt and stores it
|
# checkchangelog() download the ChangeLog.txt and stores it
|
||||||
|
|
Loading…
Reference in a new issue