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
commit28fff51e2d4e6d65ed2603ed55d8381bb8524087 (patch)
treedd61c01970de308b459083842beaca9b883e03f1 /updates.sh
parent029b664fb0cdd2acbf60d9262b138e4a4f6960c7 (diff)
downloadaur-28fff51e2d4e6d65ed2603ed55d8381bb8524087.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.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##*/}