diff options
author | irina <irinagomez@us.es> | 2014-02-04 11:00:10 +0000 |
---|---|---|
committer | irina <irinagomez@us.es> | 2014-02-04 11:00:10 +0000 |
commit | ded5221071c65de21645d8875fcaa93fc499373d (patch) | |
tree | 9cde65b08a1d1f39fbd22c8bd8447fb1632873b7 /repoman | |
parent | a8c0a4a7e354292612605c5216e2b12af73f90bd (diff) |
#565 torrent-creator incluye las imagenes .diff y en la consola cambio de nomenclatura para el tipo de sincronizada: basada en directorio o en archivo
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4138 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 a3ed1528..e890a958 100755 --- a/repoman/bin/torrent-creator +++ b/repoman/bin/torrent-creator @@ -25,7 +25,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,pgz}; do +for IMG in *.{img,pgz,diff}; do # Saltar al siguiente si la imagen está bloqueada o si no existe el fichero. LOCKFILE="$IMG.lock" if [ -f "$LOCKFILE" -o ! -f "$IMG" ]; then |