Updated repositories.lst

This commit is contained in:
Matteo Rossini 2016-01-06 01:42:15 +01:00
parent d72cb0880d
commit 98eab695c8
2 changed files with 10 additions and 2 deletions

View file

@ -95,3 +95,11 @@ http://www.microlinux.fr/microlinux/server-14.2-32bit
http://www.microlinux.fr/microlinux/server-14.2-64bit yes yes Niki Kovacs <info@microlinux.fr>
http://www.slackel.gr/repo/i486/current yes yes Dimitris Tzemos (Slackel Creator) <djemos@slackel.gr>
http://www.slackel.gr/repo/x86_64/current yes yes Dimitris Tzemos (Slackel Creator) <djemos@slackel.gr>
http://slackware.osuosl.org/slackware-13.37 yes yes Slackware Linux Project <security@slackware.com>
http://slackware.osuosl.org/slackware-14.0 yes yes Slackware Linux Project <security@slackware.com>
http://slackware.osuosl.org/slackware64-13.37 yes yes Slackware Linux Project <security@slackware.com>
http://slackware.osuosl.org/slackware64-14.0 yes yes Slackware Linux Project <security@slackware.com>
http://slackware.osuosl.org/slackware-14.1 yes yes Slackware Linux Project <security@slackware.com>
http://slackware.osuosl.org/slackware-current yes yes Slackware Linux Project <security@slackware.com>
http://slackware.osuosl.org/slackware64-14.1 yes yes Slackware Linux Project <security@slackware.com>
http://slackware.osuosl.org/slackware64-current yes yes Slackware Linux Project <security@slackware.com>

View file

@ -364,7 +364,6 @@ if [ "$SLACKPKGPLUS" = "on" ];then
CURREPO=slackware
fi
echo
echo -n " File: $CURREPO->$SRCBASE .."
[ $VERBOSE -eq 3 ]&&echo -n " ($CACHEFILE) "
if [ $TOCACHE -eq 1 ];then
@ -388,6 +387,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
echo " Downloading... " # ... -> needed # ... .. -> re-needed
$CACHEDOWNLOADER $1 $SRCURL
ERR=$?
echo
if [ "$(ls -l $1 2>/dev/null|awk '{print $5}')" == "$(grep Content-Length: $TMPDIR/cache.head|awk '{print $2}')" ];then
cp $1 $CACHEDIR/$CACHEFILE
cp $TMPDIR/cache.head $CACHEDIR/$CACHEFILE.head
@ -396,8 +396,8 @@ if [ "$SLACKPKGPLUS" = "on" ];then
echo " Downloading..." # .. -> tocache=0
$CACHEDOWNLOADER $1 $SRCURL
ERR=$?
echo
fi
echo
return $ERR
} # END function cached_downloader()