From a2e676261a91302cb32d86c85cb514c0276affc2 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 20 Aug 2020 12:25:21 +0000 Subject: 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. --- make.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make.sh') 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/" -- cgit v1.2.3-54-g00ecf