index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-06 | Remove source check (not required) | m1ten | |
2021-06-05 | updated makedepends and added manual | m1ten | |
2021-04-05 | Fix PKGBUILD conflicts and add provides line | Pyfisch | |
2021-04-05 | Indent using 8 spaces in PKGBUILD | Pyfisch | |
2021-04-05 | Add primary PKGBUILD for testing the package | Pyfisch | |
2021-04-05 | Remove outdated PKGBUILD files | Pyfisch | |
setup.cfg whitespace changes. | |||
2021-04-04 | Update repo to archlinux/archinstall | Rafael Fontenelle | |
2021-01-25 | Move PKGBUILD dir to PKGBUILDs dir and create a new PKGBUILD for git | Giancarlo Razzolini | |
Create a new PKGBUILD that builds from the current git directory for ease of testing. Moved the PKGBUILD directory to PKGBUILDs. | |||
2021-01-20 | Updated hashsums to latest version: v2.1.0 | Anton Hvornum | |
2021-01-20 | Version bump. All future releases will now be PGP-signed. | Anton Hvornum | |
2020-12-06 | Updated hash in PKGBUILD | Anton Hvornum | |
2020-12-06 | Updated hash of PKGBUILD | Anton Hvornum | |
2020-12-06 | Updated hash for PKGBUILD | Anton Hvornum | |
2020-12-06 | Version bump: 2.0.6 | Anton Hvornum | |
Packaging for release. | |||
2020-11-11 | Updated hash to v2.0.6rc17. | Anton Hvornum | |
2020-11-11 | Version bump: 2.0.6rc17 | Anton Hvornum | |
2020-11-08 | Fix for #61. Variable mix-matches should be fixed and tested now. There's ↵ | Anton Hvornum | |
also slightly better debug output to show where the issue is rather than just 'AttributeError'. | |||
2020-11-08 | Fixing a variable missmatch in #61. The global configuration snapshot (that ↵ | Anton Hvornum | |
is used for debug printing) does not contain the password for the new user (for safety reasons). So we can no longer get the password from that snapshot, but instead we have to get it from the global variable users (:dict). | |||
2020-11-08 | Fixing issues with lists being passed instead of strings | Lord Anton Hvornum | |
2020-11-08 | Version bump | Lord Anton Hvornum | |
2020-11-08 | Version bump | Lord Anton Hvornum | |
2020-11-08 | Fixed variable issues and version bump | Lord Anton Hvornum | |
2020-11-08 | Fixed an issue where python's setuptools didn't like running bdist_wheel. ↵ | Lord Anton Hvornum | |
Causing issues upstream on pypi because examples/ and VERSION would be missing for instance. | |||
2020-11-08 | Attempting to fix pypi build issues. | Lord Anton Hvornum | |
2020-11-08 | Updated sha256 hashes. | Lord Anton Hvornum | |
2020-11-07 | Updated sha256 hashes. | Lord Anton Hvornum | |
2020-11-06 | Update PKGBUILD | Anton Hvornum | |
2020-11-06 | Update PKGBUILD | Anton Hvornum | |
2020-11-06 | Update PKGBUILD | Anton Hvornum | |
2020-11-02 | md5 -> sha256 | demostanis | |
2020-10-23 | Add vim line | demostanis | |
2020-10-23 | Added one single sh file to run archinstall | demostanis | |
2020-10-23 | Added sums to PKGBUILD | demostanis | |
2020-10-11 | Added imports for `archinstall.TTS()` as well as added optinal depends for ↵ | Anton Hvornum | |
`PKGBUILD` files. | |||
2020-10-01 | Apparently empty source definitions aren't allowed. | Anton Hvornum | |
2020-10-01 | Renamed the pre-compiled PKGBUILD profile to archinstall-bin. Also added ↵ | Anton Hvornum | |
archinstall which is helper-scripts to run archinstall in python-module mode which depends on python-archinstall. Version bump to 2.0.5 | |||
2020-09-01 | Version bump to release v2.0.4 | Anton Hvornum | |
2020-08-20 | Version bump in the build scripts. | Anton Hvornum | |
2020-08-19 | Wrong $pkgname, adjusted. | Anton Hvornum | |
2020-08-19 | Added a PKGBUILD for python-archinstall. Which is just a Arch Linux native ↵ | Anton Hvornum | |
way of installing the pypi/pip version of archinstall. | |||
2020-08-18 | Added build support for PKGBUILD. Also slimmed down make.sh to only compile ↵ | Anton Hvornum | |
the binary and nothing more. That way it's easier to ship the build to https://archlinux.life/bin/. Updated README to reflext the archlinux.life domain instead of hvornum.se since projects regarding archlinux will reside there or elsewhere in the future. | |||
2020-07-30 | Version bump. | Anton Hvornum | |
2020-07-22 | Version bump to: v2.0.4rc2 | Anton Hvornum | |
2020-07-10 | Added the arch to the build | Anton Hvornum | |
2020-07-10 | Fixed the build to include the examples in the right location. | Anton Hvornum | |
2020-07-10 | Added a PKGBUILD which requires a pre-built nuitka3 version. More on this later. | Anton Hvornum | |