automatically generate digest file

Esse commit está contido em:
belliash 2012-02-04 13:01:16 +01:00
commit 6b8bd93cf6
1 arquivos alterados com 4 adições e 0 exclusões

Ver arquivo

@ -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
}