mirror of
https://github.com/zuno/slackpkgplus
synced 2024-12-27 09:58:34 +01:00
Updated repositories.lst
This commit is contained in:
parent
d72cb0880d
commit
98eab695c8
2 changed files with 10 additions and 2 deletions
|
@ -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.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/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://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>
|
||||||
|
|
|
@ -364,7 +364,6 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
||||||
CURREPO=slackware
|
CURREPO=slackware
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo
|
|
||||||
echo -n " File: $CURREPO->$SRCBASE .."
|
echo -n " File: $CURREPO->$SRCBASE .."
|
||||||
[ $VERBOSE -eq 3 ]&&echo -n " ($CACHEFILE) "
|
[ $VERBOSE -eq 3 ]&&echo -n " ($CACHEFILE) "
|
||||||
if [ $TOCACHE -eq 1 ];then
|
if [ $TOCACHE -eq 1 ];then
|
||||||
|
@ -388,6 +387,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
||||||
echo " Downloading... " # ... -> needed # ... .. -> re-needed
|
echo " Downloading... " # ... -> needed # ... .. -> re-needed
|
||||||
$CACHEDOWNLOADER $1 $SRCURL
|
$CACHEDOWNLOADER $1 $SRCURL
|
||||||
ERR=$?
|
ERR=$?
|
||||||
|
echo
|
||||||
if [ "$(ls -l $1 2>/dev/null|awk '{print $5}')" == "$(grep Content-Length: $TMPDIR/cache.head|awk '{print $2}')" ];then
|
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 $1 $CACHEDIR/$CACHEFILE
|
||||||
cp $TMPDIR/cache.head $CACHEDIR/$CACHEFILE.head
|
cp $TMPDIR/cache.head $CACHEDIR/$CACHEFILE.head
|
||||||
|
@ -396,8 +396,8 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
||||||
echo " Downloading..." # .. -> tocache=0
|
echo " Downloading..." # .. -> tocache=0
|
||||||
$CACHEDOWNLOADER $1 $SRCURL
|
$CACHEDOWNLOADER $1 $SRCURL
|
||||||
ERR=$?
|
ERR=$?
|
||||||
|
echo
|
||||||
fi
|
fi
|
||||||
echo
|
|
||||||
return $ERR
|
return $ERR
|
||||||
|
|
||||||
} # END function cached_downloader()
|
} # END function cached_downloader()
|
||||||
|
|
Loading…
Reference in a new issue