diff options
author | ramon <ramongomez@us.es> | 2010-11-10 12:52:02 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2010-11-10 12:52:02 +0000 |
commit | 0fbc05e7e6dbf609ab41c04c3061982fba4bdaa0 (patch) | |
tree | 2b86adc0409386b3ffaf6c4e66196f29afd659e9 /repoman | |
parent | f20ea704eee9ae83e6a2c26932f4a86edb5e2213 (diff) |
Sustitución de Partimage por Partclone como herramienta básica de clonación. Close #237.
Eliminar rama de desarrollo "AdaptacionUs".
git-svn-id: https://opengnsys.es/svn/trunk@1337 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'repoman')
-rwxr-xr-x | repoman/bin/torrent-creator | 2 |
1 files changed, 1 insertions, 1 deletions
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. |