mise en place de l'automatisation des torrents lors du build

master
arpinux 2 years ago
parent d6cdea4b6d
commit 597ad6a4b5

@ -1,3 +1,11 @@
2021 ?? ??
Debian-Facile xx.xx-x
- Correction bugs :
- ...
- Mise à jour et modifications :
- automatisation de la création des torrents pour DFiso (merci @vv222)
- ...
2021 01 05
Debian-Facile 10.7-1 Stable
- Correction bugs :

@ -127,7 +127,10 @@ if test -f live-image-${ARCH}.hybrid.iso; then
mv live-image-${ARCH}.hybrid.iso ${ISODIR}/${NAME}.iso
mv chroot.packages.install ${ISODIR}/${NAME}.pkgs
mv dfiso.log ${ISODIR}/${NAME}.log
cd ${ISODIR} && md5sum ${NAME}.iso > ${NAME}.md5 && cd ${DFDIR}
cd ${ISODIR} && md5sum ${NAME}.iso > ${NAME}.md5
mv ${DFDIR}/maketorrent.sh ${ISODIR}
./maketorrent.sh ${NAME}.iso
mv maketorrent.sh ${DFDIR} && cd ${DFDIR}
echo "INFO: nettoyage"
rm config/includes.chroot/etc/skel/Vidéos/Debian_Buster_par_Debian_Facile.mp4
rm config/includes.chroot/etc/skel/Vidéos/DFiso_3_modes_d_installation.mp4

@ -41,11 +41,11 @@ Dépendances live-build :
Dépendance git pour cloner le dépôt dfiso :
# apt update && apt install git
# apt update && apt install git
Dépendance debian :
# apt update && apt install equivs
# apt update && apt install equivs mktorrent
Cloner le sources git :
@ -57,7 +57,7 @@ Mettre à jour les sources git sur sa propre machine :
Nettoyer les sources (à faire entre chaque build d'architectures différentes) :
# ./DFbuild.sh clean
# ./DFbuild.sh clean
Construire son iso :

@ -2,6 +2,7 @@
#----------
# make dfiso torrent file
# depends on mktorrent
# usage : ./maketorrent.sh /path/to/file
mktorrent \

Loading…
Cancel
Save