Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/make.sh
AgeCommit message (Collapse)Author
2020-11-08Fixing a variable missmatch in #61. The global configuration snapshot (that ↵Anton Hvornum
is used for debug printing) does not contain the password for the new user (for safety reasons). So we can no longer get the password from that snapshot, but instead we have to get it from the global variable users (:dict).
2020-11-08Added some more debuggingAnton Hvornum
2020-11-08Fixed an issue where python's setuptools didn't like running bdist_wheel. ↵Lord Anton Hvornum
Causing issues upstream on pypi because examples/ and VERSION would be missing for instance.
2020-11-08Attempting to fix pypi build issues.Lord Anton Hvornum
2020-09-01Added list_mirrors() and prepared for selecting mirrors in guided.pyAnton Hvornum
2020-08-20Added missing function reboot(). Also tweaked the build scripts so that they ↵Anton Hvornum
fetch a common version from the file VERSION. And some spelling tweaks for the log output.
2020-08-18Added build support for PKGBUILD. Also slimmed down make.sh to only compile ↵Anton Hvornum
the binary and nothing more. That way it's easier to ship the build to https://archlinux.life/bin/. Updated README to reflext the archlinux.life domain instead of hvornum.se since projects regarding archlinux will reside there or elsewhere in the future.
2020-07-30Fixed a glitch in the make.sh script.Anton Hvornum
2020-07-30Version bump.Anton Hvornum
2020-07-22Version bump to: v2.0.4rc2Anton Hvornum
2020-07-10Added the arch to the buildAnton Hvornum
2020-07-10Fixed the build to include the examples in the right location.Anton Hvornum
2020-07-10Added a build script for my own sanityAnton Hvornum
2020-07-08Removing temporary build scriptsAnton Hvornum
2020-07-08Adding symlink to examples.Anton Hvornum