I'm trying to create a local repository it gives me error I downloaded from http://packages.devuan.org/devuan/ because http://packages.devuan.org/devuan/dists/jessie/Release file have the Codename: None and http://packages.devuan.org/merged/pool/ is empty

as I could download the http://packages.devuan.org/devuan/ repository a script?

the script that I have is:

#!/bin/sh
ARQUITECTURA=i386
METODO=http
RAMA=jessie
HOST=packages.devuan.org
DIR_MIRROR=/mnt/datos/sistemas/linux/devuan/jessie
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}/devuan \
-d ${RAMA} -r / --progress \
-e ${METODO} --postcleanup --ignore-small-errors --ignore-missing-release --ignore-release-gpg --nosource --allow-dist-rename \
--diff=none \
${DIR_MIRROR}

because he did not put the http://packages.devuan.org/devuan/dists/jessie/Release Codename: jessie?

That would solve the problem

Excuse my language and knowledge. I'm a Linux user simplente that like you do not like Systemd

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


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

Reply via email to