build: add disabled lock set for testing

This commit is contained in:
Franco Fichtner 2018-11-02 02:40:05 +01:00
parent 578adffefe
commit 474e3188b7
1 changed files with 3 additions and 0 deletions

View File

@ -498,6 +498,9 @@ setup_version()
mtree -c -k uid,gid,mode,size,sha256digest -p ${2} > ${1}/mtree
mv ${1}/mtree ${VERSIONDIR}/${3}.mtree
chmod 600 ${VERSIONDIR}/${3}.mtree
# for testing, custom builds, etc.
#touch ${VERSIONDIR}/${3}.lock
}
setup_base()