- Shell 100%
|
|
||
|---|---|---|
| data | Updated radeon free xorg driver handling | |
| patches | some patch fixes | |
| README.md | docs: Change Readme extension from txt to md | |
| sgfxi | version bump | |
| sgfxi-version | version bump | |
Please file issue reports, feature requests, or pull requests at:
https://codeberg.org/smxi/sgfxi/issues
Update and Versioning
The sgfxi script is now configured to check for updates directly from its git
repository on Codeberg. An automated versioning system is in place to support
this functionality:
- Automated Versioning: A git
pre-commithook automatically extracts the version and date from thesgfxiscript header and generates asgfxi-versionfile before each commit. - Update Check: The
sgfxiscript uses this remotesgfxi-versionfile on Codeberg to compare its local version with the latest available version.
To enable the automated versioning locally, ensure the .git/hooks/pre-commit
hook is executable and contains the following code:
#!/bin/bash
version=$(awk -F":" '/version|Date/ {gsub(/^[ \t]+/, "", 2ドル); a[++i]=2ドル} END {print a[1] ":" a[2]}' sgfxi)
echo "sgfxi=$version" > sgfxi-version
echo "#**EOF**#" >> sgfxi-version
git add sgfxi-version
The Codeberg repos will be mirrored to Github until the end of 2023, after that, no updates to github repos will be made. Some time after that, the code will be removed.
Please take the time to read this helpful article from the Software Freedom Conservancy:
https://sfconservancy.org/GiveUpGitHub/
Any use of this project's code by GitHub Copilot, past or present, is done without my permission. I do not consent to GitHub's use of this project's code in Copilot.