index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-26 | Rework user management (#1220) | Daniel Girtler | |
* Rework users * Update user installation * Fix config serialization * Update * Update schemas and documentation * Update * Fix flake8 * Make users mypy compatible * Fix minor copy Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se> | |||
2022-05-18 | Enhance view (#1210) | Daniel Girtler | |
* Add preview for menu entries * Fix mypy * Update * Update * Fix mypy Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-04-26 | Adding pacman-key --init to ISO runner | Anton Hvornum | |
2022-04-26 | --noconfirm to pacman upgrade | Anton Hvornum | |
2022-04-26 | pacman-key --ref.. -> pacman -S archlinux-keyring | Anton Hvornum | |
2022-04-26 | archlinux-keyring -> pacman-key | Anton Hvornum | |
2022-04-26 | Adding in a refresh of keyring before building ISO | Anton Hvornum | |
2022-04-22 | Support for multiple network interfaces (#1052) | Daniel | |
* Support for multiple network interfaces * Fix mypy * Fix flake8 Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-03-29 | Reverted mypy runner changes | Anton Hvornum | |
2022-03-28 | Fix some mypy things (#1023) | Daniel | |
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> Co-authored-by: Anton Hvornum <anton@hvornum.se> | |||
2022-02-12 | Leverage same build system used by PyPi in the ArchInstall ISO (#973) | Dylan M. Taylor | |
* Leverage same build system used by PyPi in the ArchInstall ISO * 3.6.0 is not in the archinstall repos yet. Use 3.5.1 so ISOs don't need networking to build. | |||
2022-02-12 | Various Build System Improvements (#971) | Dylan M. Taylor | |
* Convert workflow from flit to twine for publishing * This could be split into two different tasks * Change build-system toml block to setuptools * Switch to standardized project block * Some corrections * Add build module * Remove symlinks * Move example and profiles folders to archinstall * Create symlinks outside of the archinstall folder * Add new workflow to build archinstall but not publish for regular commits * Add build artifacts * Rename, so it's just archinstall.zip * Replace symlinks with copies * Also replace symlinks with copies in python-build.yml * Revert "Create symlinks outside of the archinstall folder" This reverts commit d76cf18eaa9a5916178cda13df3258db678159c8. * Revert "Move example and profiles folders to archinstall" This reverts commit c41c1c9102129970f747a3b532cdf2b426a62a53. * Revert "Remove symlinks" This reverts commit fd959e32305edf4f1c13d90891eb13c6b2d41f79. * Switch up how I'm replacing symlinks with copies * Explore using flit as the build backend still * Drop tools.flit.metadata block * tool.flit.scripts is incompatible with project block * Remove symlink copy workaround * This seems to cause an error, until I figure it out, license is specified in classifiers. * Make authors a list of dicts * URL correction * Use more of the new style metadata for flit * This is redundant; build downloads these in a venv * project.scripts replaces tool.flit.scripts * whitespace * Try explicitly adding symlinks as includes * Minor whitespacce tweaks * Add newer build packages to ISO * Update comment on python-build.yml | |||
2022-01-06 | Added type annotations to all functions (#845) | Anton Hvornum | |
* Added type annotations for 1/5 of the files. There's bound to be some issues with type miss-match, will sort that out later. * Added type hints for 4/5 of the code * Added type hints for 4.7/5 of the code * Added type hints for 5/5 of the code base * Split the linters into individual files This should help with more clearly show which runner is breaking since they don't share a single common name any longer. Also moved mypy settings into pyproject.toml * Fixed some of the last flake8 issues * Missing parameter * Fixed invalid lookahead types * __future__ had to be at the top * Fixed last flake8 issues | |||
2021-11-25 | Only create pypi releases on publishing a release | Anton Hvornum | |
Since we can create them, but as draft or locally through tagging. It's best to safe bet this to only published releases. Worst case manual submission has to be done. | |||
2021-10-04 | Tighten up flake8 tests used by lint_python GitHub Action | Christian Clauss | |
2021-05-22 | Proposal: use iso-build for releases | Dylan M. Taylor | |
2021-05-15 | Some additional formatting | Dylan Taylor | |
2021-05-15 | Prevent mypy from producing errors | Dylan M. Taylor | |
2021-05-15 | Further split out pytest; TODO: add tests. | Dylan M. Taylor | |
2021-05-15 | Split into separate jobs | Dylan M. Taylor | |
2021-05-15 | Update lint-python.yaml | Dylan M. Taylor | |
2021-05-15 | Bring in some of the good CI changes from #411 | Dylan M. Taylor | |
2021-05-12 | an example mypy workflow | advaithm | |
2021-04-28 | Update python-publish.yml | Anton Hvornum | |
2021-04-28 | Avoid some word wrapping on smaller consoles like VirtualBox. | Dylan M. Taylor | |
2021-04-27 | Include the commit SHA in the ISO | Dylan M. Taylor | |
Update iso-build.yaml with wording change, cat out .zprofile for debugging, and make it so workflow edits trigger builds. | |||
2021-04-27 | Merge pull request #337 from dylanmtaylor/patch-4 | Anton Hvornum | |
Run CI on pushes to master/main | |||
2021-04-22 | Run CI on pushes to master/main | Dylan M. Taylor | |
2021-04-17 | Merging in master to feature branch. | Anton Hvornum | |
2021-04-15 | .toml files could also possibly affect behavior. | Dylan M. Taylor | |
2021-04-15 | These could affect whether the code builds/runs correctly | Dylan M. Taylor | |
They should not be ignored. | |||
2021-04-15 | Revert `README` addition, it's catched by **.md | Anton Hvornum | |
2021-04-15 | Added README to ignore | Anton Hvornum | |
2021-04-15 | Add ignore rules for iso-build.yaml | Владислав | |
These rules ignore all unrelated files and folders that are not needed to build the ISO. | |||
2021-04-12 | moved to flit build system | advaithm | |
2021-04-12 | Pull in iso-build.yaml from master to generate a test ISO | Dylan M. Taylor | |
2021-04-11 | Update iso-build.yaml | Dylan M. Taylor | |
2021-04-10 | Automatically change directory and replace archinstall on boot | Dylan M. Taylor | |
2021-04-10 | Build Arch Live ISO with Each Commit | Dylan M. Taylor | |
The bind mount is probably not necessary | |||
2021-03-22 | Created a GitHub action to publish to pypi | Anton Hvornum | |