|
@ -104,7 +104,7 @@ RELEASE_IMAGE_FILE=$(basename "${RELEASE_IMAGE}") |
|
|
sha256sum ${RELEASE_IMAGE_FILE} > "${RELEASE_IMAGE_FILE}.sha256" |
|
|
sha256sum ${RELEASE_IMAGE_FILE} > "${RELEASE_IMAGE_FILE}.sha256" |
|
|
|
|
|
|
|
|
# copy-in device independent stuff |
|
|
# copy-in device independent stuff |
|
|
cp ../SOURCE.md sources/ |
|
|
|
|
|
|
|
|
cp ../SOURCE.md . |
|
|
|
|
|
|
|
|
tar -cJf skulls-x230-"${version}".tar.xz \ |
|
|
tar -cJf skulls-x230-"${version}".tar.xz \ |
|
|
README.md \ |
|
|
README.md \ |
|
@ -116,13 +116,13 @@ tar -cJf skulls-x230-"${version}".tar.xz \ |
|
|
x230_heads.sh \ |
|
|
x230_heads.sh \ |
|
|
external_install_bottom.sh \ |
|
|
external_install_bottom.sh \ |
|
|
external_install_top.sh \ |
|
|
external_install_top.sh \ |
|
|
sources \ |
|
|
|
|
|
|
|
|
SOURCE.md \ |
|
|
"${RELEASE_IMAGE_FILE}" \ |
|
|
"${RELEASE_IMAGE_FILE}" \ |
|
|
"${RELEASE_IMAGE_FILE}.sha256" |
|
|
"${RELEASE_IMAGE_FILE}.sha256" |
|
|
|
|
|
|
|
|
rm "${RELEASE_IMAGE_FILE}" |
|
|
rm "${RELEASE_IMAGE_FILE}" |
|
|
rm "${RELEASE_IMAGE_FILE}.sha256" |
|
|
rm "${RELEASE_IMAGE_FILE}.sha256" |
|
|
rm sources/SOURCE.md |
|
|
|
|
|
|
|
|
rm SOURCE.md |
|
|
|
|
|
|
|
|
git commit -a -m "update to ${version}" |
|
|
git commit -a -m "update to ${version}" |
|
|
git tag -s "${version}" -m "skulls-x230 ${version}" |
|
|
git tag -s "${version}" -m "skulls-x230 ${version}" |
|
|