Age | Commit message (Collapse) | Author |
|
|
|
* Added first Hindi language support
* po: Update Hindi translation
|
|
* Added Hebrew translation.
* Updated README with simpler instructions
* cd instruction restored
Restored the required instruction.
---------
Co-authored-by: Yaron Shahrabani <yaron.shahrabrani@axonius.com>
|
|
The hungarian translation is complete and ready to use
|
|
|
|
|
|
|
|
* Update greek base.po, add translations, fix typos
|
|
|
|
|
|
UPD it/LC_MESSAGES/base.po
|
|
* Add Lithuanian translation
* Update languages.json
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add Japanese translation
* Update Japanese translation
* Update Japanese translation
* Update Japanese translation
* Update Japanese translation
* Update Japanese translation
* Update Japanese translation
* Update Japanese translation
|
|
|
|
* Rework GFX installation
* Update
* Update
---------
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
|
|
we were missing 2 dependencies, pyparted and systemd-python(optional), that would lead pip installations to fail sometimes.
I added them and attributed systemd_python to a new optional dependency group called log since it only seems to be used for system logging:
https://github.com/archlinux/archinstall/blob/64c91cdbcba4b1dc5270c4cf4314943e5b151641/archinstall/lib/output.py#L133
|
|
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
|
|
|
* Preparing release
* Bumping version to: v2.7.0
|
|
* Updates and corrections for Czech localization
|
|
* Delete archinstall/locales/fr/LC_MESSAGES/base.po
* Delete archinstall/locales/fr/LC_MESSAGES/base.mo
* Add files via upload
* Rename archinstall/locales/base.po to archinstall/locales/fr/LC_MESSAGES/base.po
* Delete archinstall/locales/base.mo
* Add files via upload
|
|
|
|
* Added a --skip-ntp parameter to deal with #2144
* Made info/warn strings translateable
* Corrected spelling mistake
|
|
git's reset/revert features.. (#2249)
|
|
|
|
readthedocs being sad? (#2247)
|
|
|
|
* Adding permanent redirect for readthedocs
* Have to remove pyparted because readthedocs can't build it
* Removed pyparted from pyproject.toml as readthedocs read that one too afterall.
|
|
* Adding permanent redirect for readthedocs
* Have to remove pyparted because readthedocs can't build it
|
|
* Added nvidia-dkms when installing propri driver to fix #2233, #2214 and #2002
* Forgot class-name infront of NvidiaDKMS
|
|
|
|
|
|
* It appears jekyll might be needed? https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-enable-built-in-jekyll-enable_jekyll
* Added some debugging
* Maybe jekyll is not needed?
|
|
* Moved to arch container
* Swapped branch for testing
* Removed publish if condition for now
* I think I got it this time, publish_branch has to be separate in order for the runner to create it and have access to pushing things?
* Missing 'git' depndency, to work with git heh
|
|
* Testing github pages
* Adding libparted-dev to the ubuntu machine (I'd like to move away from ubuntu, but the runner recommended it)
* Debugging
* changed to master branch
|
|
|
|
* The new build system requires a requirements.txt
* .txt is in .gitignore, had to force it in
* Missing requirements. I don't like this odd side loading of requirements.. but need to get docs built quickly.
|
|
* The new build system requires a requirements.txt
* .txt is in .gitignore, had to force it in
|