aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-04-04Help users download from custom sourcesSlack Coder
Describe in the README how to support downloading from a custom source, and add a source code location for examples.
2024-04-04Avoid programmer errorSlack Coder
Use 'find "$VAR" | xarg rm -fr' which will error out if $VAR is unset.
2024-03-28README: Add notes about feedback and issuesSlack Coder
2024-03-26Add GPG keySlack Coder
2024-03-26Improve information formattingSlack Coder
Follow markdown type syntax.
2024-03-26fixup! Fix kernel updateSlack Coder
2024-03-26fixup! Fix update notificationSlack Coder
2024-03-26Fix testSlack Coder
Update references to 'autoupdate' to use the new command name.
2024-03-26Fix kernel updateSlack Coder
Include the necessary local command paths which are excluded from sysvinit. Also check for the information file before moving it to avoid noisy log output.
2024-03-26Fix update notificationSlack Coder
Source notification information before the files containing it are moved.
2024-03-26Fix comment typoSlack Coder
2024-03-25Fix notificationSlack Coder
Use the correct filepath for update notifications.
2024-03-25Improve finding last installed packageSlack Coder
Use a random string instead of XXXXXX as it latter could be in the changelog.
2024-03-25Avoid taking STAGING_DIR from environmentSlack Coder
The staging directory is deleted in certain cases, taking it from the environment is accident prone.
2024-03-25Improve wording in slack-autoupdateSlack Coder
2024-03-25Improve kernel update handlingSlack Coder
Handle more generic situations: - Use /boot/vmlinuz instead of /boot/vmlinuz-huge. - Use the kernel md5sum to confirm kernel changes.
2024-03-25Improve sbotool for local overridesSlack Coder
See comment in code.
2024-03-25Use project name in scriptsSlack Coder
Make the relationship between the scripts clear by using the project name in the update and download scripts.
2024-03-25Minor fixesSlack Coder
- Cleanup unused variables. - Fix deletion of consumed updates. - Source profile.d environments as they may be required by some SBO scripts.
2024-03-22fix syntax bugSlack Coder
2024-03-22Avoid using Slackware mirror for slackpkgSlack Coder
2024-03-21Fix update and download scriptsSlack Coder
- Correct syncing of Slackware mirror for slackpkg. - Fix kernel check for updating kernel.
2024-03-16README: correctSlack Coder
2024-03-16Initial commitSlack Coder