Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/make.sh
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2020-08-20 12:25:21 +0000
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-08-20 12:25:21 +0000
commita2e676261a91302cb32d86c85cb514c0276affc2 (patch)
tree0bf6056d9298bcb0a2378c59d025e305c62dd1e8 /make.sh
parentba9d5c746f7e94b59befdcf469558e3532f4e590 (diff)
Added missing function reboot(). Also tweaked the build scripts so that they fetch a common version from the file VERSION. And some spelling tweaks for the log output.
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/make.sh b/make.sh
index 30e622f8..d4caeb97 100755
--- a/make.sh
+++ b/make.sh
@@ -1,7 +1,7 @@
#!/bin/bash
# Description: Binary builder for https://archlinux.life/bin/
-VERSION="2.0.4rc4"
+VERSION=$(cat VERSION)
rm -rf archinstall.egg-info/ build/ src/ pkg/ dist/ archinstall.build/ "archinstall-v${VERSION}-x86_64/" *.pkg.*.xz archinstall-*.tar.gz
@@ -12,6 +12,6 @@ tar -czvf "archinstall-v${VERSION}.tar.gz" "archinstall-v${VERSION}-x86_64"
# makepkg -f
# python3 setup.py sdist bdist_wheel
-# echo 'python3 -m twine upload dist/*; rm -rf dist/'
+# echo 'python3 -m twine upload dist/* && rm -rf dist/'
rm -rf archinstall.egg-info/ build/ src/ pkg/ archinstall.build/ "archinstall-v${VERSION}-x86_64/"