:: [DNG] Files .udeb
Página Principal
Delete this message
Reply to this message
Autor: Ismael L. Donis Garcia
Data:  
Para: Lista de Devuan
Assunto: [DNG] Files .udeb
what are the .udeb files?


correcting error translating...

I'm trying to create a local repository, but I do not download the files
.udeb
as you could download these files?

#!/bin/sh
ARQUITECTURA=i386,amd64
METODO=http
RAMA=jessie
HOST=packages.devuan.org
DIR_MIRROR=/mnt/datos/sistemas/linux/devuan/merged
SECCIONES=main,contrib,non-free

echo
"======================================================================"
echo "Actualizando los repositorios DEVUAN 'merged'; 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}

Best Regards
========
| ISMAEL |

========