deb.devuan.org gives me an error when trying to create a local repository
from it. Whereas pkgmaster.devuan.org if it works well for me.

When I try to download using deb.devuan.org I try to:

...
[ 0%] Getting: pool/DEBIAN/main/p/pyside2/python-pyside2.qtcore_5.11.0-4_amd64.deb... #** GET http://deb.devuan.org/merged//pool/DEBIAN/main/p/pyside2/python-pyside2.qtcore_5.11.0-4_amd64.deb ==> 404 Not Found
failed 404 Not Found
[ 0%] Getting: pool/DEBIAN/main/p/pyside2/python-pyside2.qtcore_5.11.0-4_i386.deb... #** GET http://deb.devuan.org/merged//pool/DEBIAN/main/p/pyside2/python-pyside2.qtcore_5.11.0-4_i386.deb ==> 404 Not Found (1s)
failed 404 Not Found
...

And if I do it using pkgmaster.devuan if it redirects me correctly

the script that I am using is the following:

#!/bin/sh
if pidof -x $(basename $0) > /dev/null; then
 for p in $(pidof -x $(basename $0)); do
   if [ $p -ne $$ ]; then
     exit
   fi
 done
fi
ARQUITECTURA=i386,amd64
METODO=http
RAMA=beowulf
HOST=pkgmaster.devuan.org
DIR_MIRROR=/mnt/datos/sistemas/linux/devuan/beowulf
SECCIONES=main/debian-installer,main,contrib,non-free

echo "================================================================"
echo "Actualizando los repositorios DEVUAN 'beowulf'; main/debian-installer,
main, contrib, non-free"
echo "================================================================"
echo ""
debmirror -a ${ARQUITECTURA} \
-s ${SECCIONES} \
-h ${HOST}/merged \
-d ${RAMA} -r / --progress \
-e
${METODO} --postcleanup --ignore-small-errors --ignore-missing-release 
--ignore-release-gpg
--nosource --allow-dist-rename \
--diff=none \
${DIR_MIRROR}
--
Ismael
Devuan User: http://distrowatch.com/table.php?distribution=devuan

----- Original Message ----- From: "KatolaZ" <kato...@freaknet.org>
To: <dng@lists.dyne.org>
Sent: Friday, September 21, 2018 3:25 AM
Subject: Re: [DNG] Release file for http://packages.devuan.org/merged/dists/ascii/InRelease is expired (invalid since 2h 24min 54s).


_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng



_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to