Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-01Wrong function name in os.pathAnton Hvornum
2020-09-01Wrong filename on servicesAnton Hvornum
2020-09-01Adding service logic. Checking if reflector has finished before we select cus...Anton Hvornum
2020-09-01Forgot to send with mirrors in the function call perform_installation() in gu...Anton Hvornum
2020-09-01Added archinstall.Installer().set_mirrors, which allows to modify the mirrors...Anton Hvornum
2020-09-01Spelling errorAnton Hvornum
2020-09-01Added more loggingAnton Hvornum
2020-09-01Fixed copy paste issue within code in the select function.Anton Hvornum
2020-09-01Spelling errorAnton Hvornum
2020-09-01Spelling errorAnton Hvornum
2020-09-01Added user interaction: select_mirror_RegionsAnton Hvornum
2020-09-01Added list_mirrors() and prepared for selecting mirrors in guided.pyAnton Hvornum
2020-09-01Version bump to release v2.0.4Anton Hvornum
2020-09-01Forgot self in a parameterAnton Hvornum
2020-09-01Added the option to set keyboard layout of installation. Not only on the live...Anton Hvornum
2020-09-01Added locale helpers in terms of keyboard language/layout. archinstall.list_k...Anton Hvornum
2020-08-31Forgot the syntax of sudoers apparently. Corrected.Anton Hvornum
2020-08-31Forgot self. in InstallerAnton Hvornum
2020-08-31Fixed a conditional logic issue. It didn't break out of user creation when it...Anton Hvornum
2020-08-31Adding a different text on the user step if root is disabled. Also adding use...Anton Hvornum
2020-08-31Added post-installation check on __exit__ of archinstall.Installer(). This wi...Anton Hvornum
2020-08-31Made btrfs optional in the minimal_installation. As it's only required if the...Anton Hvornum
2020-08-21Merge branch 'master' of github.com:Torxed/archinstallAnton Hvornum
2020-08-21Adding a comment. Also testing webhooksAnton Hvornum
2020-08-21Corrected API endpoint for automated tests.Anton Hvornum
2020-08-21Added some debug output to the automated test profile.Anton Hvornum
2020-08-21Update README.mdAnton Hvornum
2020-08-21Update README.mdAnton Hvornum
2020-08-21Update README.mdAnton Hvornum
2020-08-21Update README.mdAnton Hvornum
2020-08-21Adjusted the automated test build to send the correct status message to the b...Anton Hvornum
2020-08-21Update README.mdAnton Hvornum
2020-08-21Update README.mdAnton Hvornum
2020-08-21Added automated test status.Anton Hvornum
2020-08-21Added API for automatic testing status.Anton Hvornum
2020-08-21Added try/catch for HTTPS POST.Anton Hvornum
2020-08-20Added a timeout on the HTTPS POST status after a successful install.Anton Hvornum
2020-08-20Added the HTTPS POST for a successful build to the unattended test build.Anton Hvornum
2020-08-20Added a unattended installer. Fixed list_profiles() to not include .py ending...Anton Hvornum
2020-08-20Starting to add networking helpers in archinstall. First up is archinstall.ge...Anton Hvornum
2020-08-20Version bump in the build scripts.Anton Hvornum
2020-08-20Version bumpAnton Hvornum
2020-08-20Added missing function reboot(). Also tweaked the build scripts so that they ...Anton Hvornum
2020-08-19Wrong $pkgname, adjusted.Anton Hvornum
2020-08-19Added a PKGBUILD for python-archinstall. Which is just a Arch Linux native wa...Anton Hvornum
2020-08-18Spelling errors and clarifications.Anton Hvornum
2020-08-18Fixed merge.Anton Hvornum
2020-08-18Added build support for PKGBUILD. Also slimmed down make.sh to only compile t...Anton Hvornum
2020-08-09Added make.sh into PKGBUILDAnton Hvornum
2020-08-05Removed support entirely for .json. Cleaning up the Profile() class **a lot**...Anton Hvornum