archinstall/examples
Anton Hvornum c08520f990
SysCommand() to remove ANSII VT100 Esc codes & archlinux-keyring fix (#933)
* Fixed SysCommandWorker() so that it removes ANSII VT100 escape codes. I also moved package.py into it's own folder, as that's something I want to expand on a lot, so package related stuff should go in there. I created a installed_package() function which gets information about the locally installed package. I changed so that find_packages() and find_package() returns a data-model instead for the package information. This should unify and make sure we detect issues down the line.

* Working on structuring .version constructor that works with BaseModel

* Added version contructors to VersionDef(). Also added __eq__ and __lt__ to LocalPackage() and PackageSearchResult().

* removed debug and added a TODO

* Removed whitespace

* Removed mirror-database function from myrepo
2022-02-02 14:22:52 +01:00
..
__init__.py some type hint fixes and a bad catch fix 2021-05-12 15:45:45 +05:30
config-sample.json Updated examples, fix #772 2021-11-26 14:24:47 +00:00
creds-sample.json Updated examples, fix #772 2021-11-26 14:24:47 +00:00
custom-command-sample.json Updated configuration example "custom commands" 2022-02-02 08:22:08 +01:00
disk_layouts-sample.json Issue923 (#927) 2022-02-01 16:44:39 +01:00
guided.py SysCommand() to remove ANSII VT100 Esc codes & archlinux-keyring fix (#933) 2022-02-02 14:22:52 +01:00
minimal.py vfat -> fat32, updated minimal 2021-06-10 20:40:28 +02:00
only_hd.py Issue923 (#927) 2022-02-01 16:44:39 +01:00
unattended.py Final whitespace changes I think 2021-05-15 13:04:18 -04:00