automatically generate digest file

Este commit está contenido en:
belliash 2012-02-04 13:01:16 +01:00
padre 15772ed973
commit 6b8bd93cf6
Se han modificado 1 ficheros con 4 adiciones y 0 borrados

Ver fichero

@ -365,5 +365,9 @@ function snapshotPortage() {
return 1
fi
fi
if [ ! -f ${SNAPSHOTSDIR}/${TARBALL}.DIGESTS ]; then
cd ${SNAPSHOTSDIR}
generateDigests ${TARBALL}.DIGESTS ${TARBALL} || return 1
fi
return 0
}