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-04 11:36:07 +0200
committerAnton Hvornum <anton.feeds+github@gmail.com>2020-08-04 11:36:07 +0200
commit2dea2426b2426a284d5789770c136356ded69aa7 (patch)
tree4a8e4859df53554ca4d1fe7efd9cb17861e503ad /make.sh
parent928654ae350b9b79062e4d0bcb18f4b6ccea3b6b (diff)
Version bump rc4
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/make.sh b/make.sh
index e369209a..46d2d00d 100755
--- a/make.sh
+++ b/make.sh
@@ -1,15 +1,15 @@
#!/bin/bash
# Description: Crude build/maker script for PKGBUILD dependencies and stuff.
-rm -rf archinstall.egg-info/ build/ src/ pkg/ dist/ archinstall.build/ archinstall-v2.0.4rc3-x86_64/ *.pkg.*.xz archinstall-*.tar.gz
+rm -rf archinstall.egg-info/ build/ src/ pkg/ dist/ archinstall.build/ archinstall-v2.0.4rc4-x86_64/ *.pkg.*.xz archinstall-*.tar.gz
nuitka3 --standalone --show-progress archinstall
cp -r examples/ archinstall.dist/
-mv archinstall.dist archinstall-v2.0.4rc3-x86_64
-tar -czvf archinstall-v2.0.4rc3.tar.gz archinstall-v2.0.4rc3-x86_64
+mv archinstall.dist archinstall-v2.0.4rc4-x86_64
+tar -czvf archinstall-v2.0.4rc4.tar.gz archinstall-v2.0.4rc4-x86_64
makepkg -f
python3 setup.py sdist bdist_wheel
echo 'python3 -m twine upload dist/*; rm -rf dist/'
-rm -rf archinstall.egg-info/ build/ src/ pkg/ archinstall.build/ archinstall-v2.0.4rc3-x86_64/
+rm -rf archinstall.egg-info/ build/ src/ pkg/ archinstall.build/ archinstall-v2.0.4rc4-x86_64/