summarylogtreecommitdiffstats
path: root/updates.sh
diff options
context:
space:
mode:
Diffstat (limited to 'updates.sh')
-rwxr-xr-xupdates.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/updates.sh b/updates.sh
index b9258798160b..d1cb946296e4 100755
--- a/updates.sh
+++ b/updates.sh
@@ -1,6 +1,8 @@
#!/bin/bash
#re-archive the scripts and update the checksums, etc.
-tar -czvf skywire-scripts.tar.gz skywire-scripts
+#NOTE THAT THIS EXPECTS THE SCRIPTS HAVE BEEN EDITED LOCALLY
+#git pull and tar -xf skywire-scripts.tar.gz before commiting and pushing
+tar -hczvf skywire-scripts.tar.gz skywire-scripts
#reset the pkgver to autogenerated
_version=$(git ls-remote --tags --refs --sort="version:refname" https://github.com/skycoin/skywire.git | tail -n1)
_version=${_version##*/}