Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows/iso-build.yaml
AgeCommit message (Collapse)Author
2022-04-26Adding pacman-key --init to ISO runnerAnton Hvornum
2022-04-26--noconfirm to pacman upgradeAnton Hvornum
2022-04-26pacman-key --ref.. -> pacman -S archlinux-keyringAnton Hvornum
2022-04-26archlinux-keyring -> pacman-keyAnton Hvornum
2022-04-26Adding in a refresh of keyring before building ISOAnton Hvornum
2022-02-12Leverage 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-12Various 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
2021-05-22Proposal: use iso-build for releasesDylan M. Taylor
2021-05-15Some additional formattingDylan Taylor
2021-04-28Avoid some word wrapping on smaller consoles like VirtualBox.Dylan M. Taylor
2021-04-27Include the commit SHA in the ISODylan M. Taylor
Update iso-build.yaml with wording change, cat out .zprofile for debugging, and make it so workflow edits trigger builds.
2021-04-22Run CI on pushes to master/mainDylan M. Taylor
2021-04-15.toml files could also possibly affect behavior.Dylan M. Taylor
2021-04-15These could affect whether the code builds/runs correctlyDylan M. Taylor
They should not be ignored.
2021-04-15Revert `README` addition, it's catched by **.mdAnton Hvornum
2021-04-15Added README to ignoreAnton Hvornum
2021-04-15Add ignore rules for iso-build.yamlВладислав
These rules ignore all unrelated files and folders that are not needed to build the ISO.
2021-04-11Update iso-build.yamlDylan M. Taylor
2021-04-10Automatically change directory and replace archinstall on bootDylan M. Taylor
2021-04-10Build Arch Live ISO with Each CommitDylan M. Taylor
The bind mount is probably not necessary