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@hvornum.se>2021-03-09 23:39:11 +0100
committerAnton Hvornum <anton@hvornum.se>2021-03-09 23:39:11 +0100
commite2aeb3a32faa397db899f4105a16f31a095387be (patch)
tree007129425274e4efee38622c8cf5f912074a5531 /make.sh
parent48e9f13f0105e449c95e52672d1bf98e6e6b5d65 (diff)
parentcfbaaedb17e9ad6975a5bb37095e2b4ebe8e6797 (diff)
Mergining in PR #112. Reworked partitioning and added new functions
Diffstat (limited to 'make.sh')
-rwxr-xr-xmake.sh18
1 files changed, 0 insertions, 18 deletions
diff --git a/make.sh b/make.sh
deleted file mode 100755
index f733ce10..00000000
--- a/make.sh
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/bash
-# Description: Binary builder for https://archlinux.life/bin/
-
-VERSION=$(cat VERSION)
-
-rm -rf archinstall.egg-info/ build/ src/ pkg/ dist/ archinstall.build/ "archinstall-v${VERSION}-x86_64/" *.pkg.*.xz archinstall-*.tar.gz
-
-#nuitka3 --standalone --show-progress archinstall
-#cp -r examples/ archinstall.dist/
-#mv archinstall.dist "archinstall-v${VERSION}-x86_64"
-#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/'
-python3 -m twine upload dist/* && rm -rf dist/
-
-rm -rf archinstall.egg-info/ build/ src/ pkg/ archinstall.build/ "archinstall-v${VERSION}-x86_64/"