index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-11 | Updated hash to v2.0.6rc17. | Anton Hvornum | |
2020-11-11 | Version bump: 2.0.6rc17 | Anton Hvornum | |
2020-11-08 | Fix 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-08 | Fixing 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-08 | Fixing issues with lists being passed instead of strings | Lord Anton Hvornum | |
2020-11-08 | Version bump | Lord Anton Hvornum | |
2020-11-08 | Version bump | Lord Anton Hvornum | |
2020-11-08 | Fixed variable issues and version bump | Lord Anton Hvornum | |
2020-11-08 | Fixed 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-08 | Attempting to fix pypi build issues. | Lord Anton Hvornum | |
2020-11-08 | Updated sha256 hashes. | Lord Anton Hvornum | |
2020-11-07 | Updated sha256 hashes. | Lord Anton Hvornum | |
2020-11-06 | Update PKGBUILD | Anton Hvornum | |
2020-10-11 | Added imports for `archinstall.TTS()` as well as added optinal depends for ↵ | Anton Hvornum | |
`PKGBUILD` files. | |||
2020-10-01 | Renamed 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 |