automatically generate digest file

This commit is contained in:
belliash 2012-02-04 13:01:16 +01:00
부모 15772ed973
커밋 6b8bd93cf6
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

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