aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-06-10Simplify slack-autoupdateHEADmasterSlack Coder
Reduce the lines of code by using bash functions to remove repetition. The functions define the different packages sources to check with the expected format given as comment in the file. It will be now to add and remove package sources.
2024-06-09Improve rc.slack-autoupdate messagingSlack Coder
Be clear about when the updates start being installed, and when installation has completed.
2024-06-09Minimize package install outputSlack Coder
Use pkgtool's '--terse' option for more pleasant output when installing updates.
2024-04-05README: Improve instructions for custom downloadsSlack Coder
Be clear about where to write custom code.
2024-04-04Make slackpkg checks more reliableSlack Coder
Properly handle slackpkg exit codes on updates.
2024-04-04update-current: Fix version substitutionSlack Coder
2024-04-04README: Add note about server upgradesSlack Coder
2024-04-04README: Improve project overviewSlack Coder
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