projects
/
pyutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f44a316
)
More tweaking of cut_version.sh.
author
Scott Gasch
<scott@gasch.org>
Mon, 31 Oct 2022 22:34:47 +0000
(15:34 -0700)
committer
Scott Gasch
<scott@gasch.org>
Mon, 31 Oct 2022 22:34:47 +0000
(15:34 -0700)
cut_version.sh
patch
|
blob
|
history
diff --git
a/cut_version.sh
b/cut_version.sh
index 00d1c0b930970fc5e31cc515a48db0443c8b7a8f..1750956e5ddd36ec12546801d80b8dd7f18c2712 100755
(executable)
--- a/
cut_version.sh
+++ b/
cut_version.sh
@@
-94,6
+94,12
@@
git rm ${LINK}
ln -s ${WHEEL} dist/pyutils-latest-py3-none-any.whl
git add ${WHEEL}
git add ${LINK}
+cd dist/
+for FILE in *.whl; do
+ md5 ${FILE} > ${FILE}.md5
+done
+git add *.md5
+cd ..
git commit -a -m "Cut version ${VERSION}" -m "${CHANGES}"
echo "Pushing changes to git"