aboutsummaryrefslogtreecommitdiff
path: root/slackupgrade
AgeCommit message (Collapse)AuthorFiles
2022-04-30Support for Slackware 15.0Sergey Poznyakoff1
* conf/14.2-15.0.repl: New file. * Makefile (CONFFILES): Add new file. * slackupgrade (tempdir_remove): Use dropfile to remove files from onexit_remove_list. This way only files downloaded by the script itself are removed. (dropfile): Accept multiple arguments. Take into account rename list when building list of initial packages (pkg_names). After installing packages from the aaa_* series, call ldconfig. That's a bit of hack. Ideally the decision on whether ldconfig is needed should be based on analyzing the content of the package (perhaps its doinst.sh too).
2021-09-14Minor fixSergey Poznyakoff1
* slackupgrade (package_file_name): Use proper variable in diagnostics
2020-03-28Fix the -k option.Sergey Poznyakoff1
* slackupgrade: Fix declaration of the -k option Change the value of keep_file to the absolute path name.
2020-02-15Use tput or stty to get the terminal sizeSergey Poznyakoff1
2020-02-15Fix installation directory for configuration filesSergey Poznyakoff1
2020-02-07Make sure all downloaded files are removedSergey Poznyakoff1
2020-02-07Make mirror URL configurable via the environment.Sergey Poznyakoff1
2020-02-07Implement the "safe upgrade" modeSergey Poznyakoff1
In safe upgrade mode, all the necessary package tarballs are first downloaded to the spool directory. Once downloaded, the program starts upgrading using these tarballs. Each tarball is removed after being processed. The old ("incremental") mode is used if there is not enough disk space for full download.
2019-12-16Fix typosSergey Poznyakoff1
2019-09-23Version 1.0Sergey Poznyakoff1
* slackupgrade: Use the .new suffix for the conffiles log. Backup existing log files before the run. Keep at most five backup copies for each log. Use the ".dry_run" suffix for log files created during the dry run. Enable interactive mode only if stdin is connected to a terminal. Reflect informative output in the main log file. Add timestamps to log file entries. * slackupgrade.8: Document changes. * Makefile: Version 1.0 * README: Update.
2019-09-23Rename the script to slackupgradeSergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.