make-test-runtime.sh (flatpak-1.8.2.tar.xz) | : | make-test-runtime.sh (flatpak-1.8.3.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 100 | skipping to change at line 100 | |||
mkdir -p ${DIR}/usr/lib/locale/ | mkdir -p ${DIR}/usr/lib/locale/ | |||
cp -r /usr/lib/locale/C.* ${DIR}/usr/lib/locale/en_US | cp -r /usr/lib/locale/C.* ${DIR}/usr/lib/locale/en_US | |||
if [ x$COLLECTION_ID != x ]; then | if [ x$COLLECTION_ID != x ]; then | |||
collection_args=--collection-id=${COLLECTION_ID} | collection_args=--collection-id=${COLLECTION_ID} | |||
else | else | |||
collection_args= | collection_args= | |||
fi | fi | |||
mkdir -p repos | mkdir -p repos | |||
flatpak build-export ${collection_args} --disable-sandbox --runtime ${GPGARGS-} ${REPO} ${DIR} ${BRANCH} | flatpak build-export ${collection_args} --no-update-summary --disable-sandbox - -runtime ${GPGARGS-} ${REPO} ${DIR} ${BRANCH} | |||
rm -rf ${DIR} | rm -rf ${DIR} | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |