Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmake.sh5
-rwxr-xr-xtest.sh6
2 files changed, 0 insertions, 11 deletions
diff --git a/make.sh b/make.sh
deleted file mode 100755
index 379cd492..00000000
--- a/make.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/bash
-rm -rf archinstall.egg-info/ build/ dist/
-python3 setup.py sdist bdist_wheel
-
-echo 'python3 -m twine upload dist/*'
diff --git a/test.sh b/test.sh
deleted file mode 100755
index 011a1f9b..00000000
--- a/test.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/bash
-rm -rf archinstall.egg-info/ build/ dist/
-python3 setup.py sdist bdist_wheel
-sudo pip install --upgrade dist/*.whl
-ls -l /usr/lib/python3.8/site-packages/archinstall
-#echo 'python3 -m twine upload dist/*'