From 0fbc05e7e6dbf609ab41c04c3061982fba4bdaa0 Mon Sep 17 00:00:00 2001 From: ramon Date: Wed, 10 Nov 2010 12:52:02 +0000 Subject: Sustitución de Partimage por Partclone como herramienta básica de clonación. Close #237. Eliminar rama de desarrollo "AdaptacionUs". MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/trunk@1337 a21b9725-9963-47de-94b9-378ad31fedc9 --- repoman/bin/torrent-creator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repoman') diff --git a/repoman/bin/torrent-creator b/repoman/bin/torrent-creator index 5fa7eb91..19dd63fe 100755 --- a/repoman/bin/torrent-creator +++ b/repoman/bin/torrent-creator @@ -24,7 +24,7 @@ pushd $OGIMG >/dev/null # Procesar ficheros de imágenes. trap 'echo "`date` : Proceso interrumpido" >> $LOGFILE; exit ' 1 2 3 6 9 15 -for IMG in *.img; do +for IMG in *.{img,pgz}; do # Saltar al siguiente si no existe el fichero. [ -f "$IMG" ] || continue # Comprobar si ya existe el fichero Torrent para esa imagen. -- cgit v1.2.3-18-g5258