Browse Source

create git tags per device

as we want to create release packages per device too
x230t
Martin Kepplinger 3 years ago
committed by Martin Kepplinger
parent
commit
fd4e9caffb
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      x230/release.sh
  2. +1
    -1
      x230t/release.sh

+ 1
- 1
x230/release.sh View File

@ -143,7 +143,7 @@ tar -cJf "$RELEASE_DIR".tar.xz "$RELEASE_DIR"
rm -rf "$RELEASE_DIR"
git commit -a -m "update to ${version}"
git tag -s "${version}" -m "skulls-x230 ${version}"
git tag -s "x230-${version}" -m "skulls-x230 ${version}"
sha256sum "$RELEASE_DIR".tar.xz > "$RELEASE_DIR".tar.xz.sha256
sha512sum "$RELEASE_DIR".tar.xz > "$RELEASE_DIR".tar.xz.sha512


+ 1
- 1
x230t/release.sh View File

@ -143,7 +143,7 @@ tar -cJf "$RELEASE_DIR".tar.xz "$RELEASE_DIR"
rm -rf "$RELEASE_DIR"
git commit -a -m "update to ${version}"
git tag -s "${version}" -m "skulls-x230t ${version}"
git tag -s "x230t-${version}" -m "skulls-x230t ${version}"
sha256sum "$RELEASE_DIR".tar.xz > "$RELEASE_DIR".tar.xz.sha256
sha512sum "$RELEASE_DIR".tar.xz > "$RELEASE_DIR".tar.xz.sha512


Loading…
Cancel
Save