build/rebase: sort to reduce diff in the future

This commit is contained in:
Franco Fichtner 2015-12-27 09:26:06 +01:00
parent 7836972bd0
commit d74450968a
2 changed files with 16556 additions and 16556 deletions

View File

@ -32,5 +32,5 @@ set -e
BASE_OBSOLETE=$(find ${SETSDIR} -name "base-*-${ARCH}.obsolete")
BASE_SET=$(find ${SETSDIR} -name "base-*-${ARCH}.txz")
tar -tf ${BASE_SET} > ${CONFIGDIR}/plist.base.${ARCH}
tar -tf ${BASE_SET} | sort > ${CONFIGDIR}/plist.base.${ARCH}
cp ${BASE_OBSOLETE} ${CONFIGDIR}/plist.obsolete.${ARCH}

File diff suppressed because it is too large Load Diff