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-11-06 | Update PKGBUILD | Anton Hvornum | |
2020-11-06 | Update PKGBUILD | Anton Hvornum | |
2020-11-02 | md5 -> sha256 | demostanis | |
2020-10-23 | Add vim line | demostanis | |
2020-10-23 | Added one single sh file to run archinstall | demostanis | |
2020-10-23 | Added sums to PKGBUILD | demostanis | |
2020-10-11 | Added imports for `archinstall.TTS()` as well as added optinal depends for ↵ | Anton Hvornum | |
`PKGBUILD` files. | |||
2020-10-01 | Apparently empty source definitions aren't allowed. | Anton Hvornum | |
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 | |||
2020-09-01 | Version bump to release v2.0.4 | Anton Hvornum | |
2020-08-20 | Version bump in the build scripts. | Anton Hvornum | |
2020-08-19 | Wrong $pkgname, adjusted. | Anton Hvornum | |
2020-08-19 | Added a PKGBUILD for python-archinstall. Which is just a Arch Linux native ↵ | Anton Hvornum | |
way of installing the pypi/pip version of archinstall. | |||
2020-08-18 | Added 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-30 | Version bump. | Anton Hvornum | |
2020-07-22 | Version bump to: v2.0.4rc2 | Anton Hvornum | |
2020-07-10 | Added the arch to the build | Anton Hvornum | |
2020-07-10 | Fixed the build to include the examples in the right location. | Anton Hvornum | |
2020-07-10 | Added a PKGBUILD which requires a pre-built nuitka3 version. More on this later. | Anton Hvornum | |