index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-15 | One package per line formatting in profiles - easier to read/maintain | Dylan Taylor | |
2021-05-15 | Whitespace changes | Dylan Taylor | |
2021-05-15 | Very selectively fix some PEP 8 issues with profiles | Dylan Taylor | |
2021-05-12 | Replaced the magic __builtin__ global variable. This should fix mypy ↵ | Anton Hvornum | |
complaints while still retaining the same functionality, kinda. It's less automatic but it's also less of dark magic, which makes sense for anyone but me. | |||
2021-04-29 | Fixed a typo in the last PR https://github.com/archlinux/archinstall/pull/378 | Jatin | |
replaced a `.` with a `,` in gnome.py profile. | |||
2021-04-28 | Add packages to top of each desktop profile | Dylan Taylor | |
2021-04-28 | Remove refs to application profiles that were removed | Dylan Taylor | |
2021-04-08 | Add minimal profile and implement idea of 'top-level' profiles | Dylan Taylor | |
2020-10-19 | Fix some PEP-8 errors. | Varun Madiath | |
2020-10-19 | Fix typos. | Varun Madiath | |
2020-09-30 | __name__ missmatch in gnome profile. | Anton Hvornum | |
2020-09-30 | Added gnome as a profile (and application for application specific steps). ↵ | Anton Hvornum | |
Also tweaked xorg to not be so intrusive when used for anything other than awesome WM. Tweaked awesome WM to accomodate this change. |