Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/PKGBUILD/python-archinstall
AgeCommit message (Collapse)Author
2020-12-06Updated hash for PKGBUILDAnton Hvornum
2020-12-06Version bump: 2.0.6Anton Hvornum
Packaging for release.
2020-11-11Updated hash to v2.0.6rc17.Anton Hvornum
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-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-08Updated sha256 hashes.Lord Anton Hvornum
2020-11-07Updated sha256 hashes.Lord Anton Hvornum
2020-11-06Update PKGBUILDAnton Hvornum
2020-11-02md5 -> sha256demostanis
2020-10-23Added sums to PKGBUILDdemostanis
2020-10-11Added imports for `archinstall.TTS()` as well as added optinal depends for ↵Anton Hvornum
`PKGBUILD` files.
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 bump in the build scripts.Anton Hvornum
2020-08-19Wrong $pkgname, adjusted.Anton Hvornum
2020-08-19Added a PKGBUILD for python-archinstall. Which is just a Arch Linux native ↵Anton Hvornum
way of installing the pypi/pip version of archinstall.