|
@ -92,9 +92,13 @@ if [ ! $filesize -eq "$reference_filesize" ] ; then |
|
|
exit 1 |
|
|
exit 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# copy-in the ROM |
|
|
cp ${RELEASE_IMAGE} . |
|
|
cp ${RELEASE_IMAGE} . |
|
|
RELEASE_IMAGE_FILE=$(basename "${RELEASE_IMAGE}") |
|
|
RELEASE_IMAGE_FILE=$(basename "${RELEASE_IMAGE}") |
|
|
|
|
|
|
|
|
|
|
|
# copy-in device independent stuff |
|
|
|
|
|
cp ../SOURCE.md sources/ |
|
|
|
|
|
|
|
|
tar -cJf coreboot-x230-${version}.tar.xz \ |
|
|
tar -cJf coreboot-x230-${version}.tar.xz \ |
|
|
README.md \ |
|
|
README.md \ |
|
|
NEWS \ |
|
|
NEWS \ |
|
@ -103,8 +107,12 @@ tar -cJf coreboot-x230-${version}.tar.xz \ |
|
|
prepare_internal_flashing.sh \ |
|
|
prepare_internal_flashing.sh \ |
|
|
flashrom_rpi_bottom_unlock.sh \ |
|
|
flashrom_rpi_bottom_unlock.sh \ |
|
|
flashrom_rpi_top_write.sh \ |
|
|
flashrom_rpi_top_write.sh \ |
|
|
|
|
|
sources \ |
|
|
${RELEASE_IMAGE_FILE} |
|
|
${RELEASE_IMAGE_FILE} |
|
|
|
|
|
|
|
|
|
|
|
rm ${RELEASE_IMAGE_FILE} |
|
|
|
|
|
rm sources/SOURCE.md |
|
|
|
|
|
|
|
|
git commit -a -m "update to ${version}" |
|
|
git commit -a -m "update to ${version}" |
|
|
git tag -s ${version} -m "coreboot-x230 ${version}" |
|
|
git tag -s ${version} -m "coreboot-x230 ${version}" |
|
|
|
|
|
|
|
|