Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/VERSION
AgeCommit message (Collapse)Author
2020-11-11Version bump: 2.0.6rc17Anton Hvornum
2020-11-08Fix for #61. Variable mix-matches should be fixed and tested now. There's ↵Anton Hvornum
also slightly better debug output to show where the issue is rather than just 'AttributeError'.
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-08Fixing issues with lists being passed instead of stringsLord Anton Hvornum
2020-11-08Version bumpLord Anton Hvornum
2020-11-08Version bumpLord Anton Hvornum
2020-11-08Fixed variable issues and version bumpLord Anton 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-11-06Update VERSIONAnton Hvornum
2020-10-01Renamed the pre-compiled PKGBUILD profile to archinstall-bin. Also added ↵Anton Hvornum
archinstall which is helper-scripts to run archinstall in python-module mode which depends on python-archinstall. Version bump to 2.0.5
2020-09-01Version bump to release v2.0.4Anton Hvornum
2020-08-20Version bumpAnton 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.