summarylogtreecommitdiffstats
path: root/updates.sh
diff options
context:
space:
mode:
Diffstat (limited to 'updates.sh')
-rwxr-xr-xupdates.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/updates.sh b/updates.sh
index 41b9b2e5f9e6..d1cb946296e4 100755
--- a/updates.sh
+++ b/updates.sh
@@ -1,6 +1,8 @@
#!/bin/bash
-#re-archive the scripts and update the checksums, etc. Assumes archive was extracted and edited
-tar -czvf skywire-scripts.tar.gz skywire-scripts
+#re-archive the scripts and update the checksums, etc.
+#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##*/}