summarylogtreecommitdiffstats
path: root/updates.sh
diff options
context:
space:
mode:
authorMoses Narrow2022-07-08 08:41:34 -0500
committerMoses Narrow2022-07-08 08:41:34 -0500
commit95fbb944e19dd3ad3f473f57a3d1c7623f66a33f (patch)
treec670e0f1aa3d729e4957c2f7671d3482f5638af0 /updates.sh
parent0e9b084b5adb7b788d0f7fb14ac7b1c63e692430 (diff)
downloadaur-95fbb944e19dd3ad3f473f57a3d1c7623f66a33f.tar.gz
bump version to 1.0.1 & remove the use of -a flag for config gen. Fix minor script inconsistencies.
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##*/}