summaryrefslogtreecommitdiffstats
path: root/files/core-functions.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fix (hopefully) blacklisting of specific packagesDave Woodfall2018-11-221-2/+5
| | | | | | | | | | | | | | In short, it seems impossible to blacklist some packages without catching other undesirable packages. As an example, blacklisting glibc will also catch glibc-zoneinfo (and the other glibc-*) packages. It would be good to have the ability to blacklist only the glibc package without it catching the others. With this change, if sysadmin wants the blacklist to be "greedy," then adding "glibc.*" to the blacklist will do that. Reported-by: Peter Hyman <pete@peterhyman.com> Signed-off-by: Robby Workman <rworkman@slackware.com>
* Minor grammatical fixupRobby Workman2018-11-201-1/+1
| | | | Thanks to Gerard Lally on LQ.
* Mention possible stale mirror if CHECKSUMS.md5 gpg verify failsslackpkg-2.83.0-noarch-4.txzRobby Workman2018-09-051-1/+4
| | | | Signed-off-by: Robby Workman <rworkman@slackware.com>
* Fix for /var/log/packages/ possibly being a symlink to elsewhereRobby Workman2018-06-071-6/+6
|
* Use CHECKSUMS.md5.asc to determine ChangeLog newnessPatrick J. Volkerding2018-06-071-0/+27
| | | | | | Thanks to drgibbon on LQ for the suggestion. Signed-off-by: Robby Workman <rworkman@slackware.com>
* Make sure user knows that the warning about -current only shows onceRobby Workman2018-01-061-0/+5
|
* core-functions.sh: Warn (first time) if -current mirror is selectedDidier Spaier2018-01-061-7/+25
| | | | Require confirmation the first time a -current mirror is selected.
* Add $ROOT to $WORKDIR, $TEMP, and $TMPDIR instancesRobby Workman2018-01-021-30/+30
| | | | | | | | This *should* have no effect if $ROOT is blank Files modified: files/core-functions.sh files/slackpkg
* core-functions.sh: Fix Slackware ARM gpg keyRobby Workman2018-01-021-1/+1
|
* core-functions.sh: Create $WORKDIR before using itRobby Workman2017-12-301-0/+3
| | | | | | This should never be an issue on a properly installed system (assuming slackpkg is installed on the system), but it doesn't hurt anything either to be safe.
* *: Initial commit of slackpkg (as of 2.82.2 release)2.82.2Robby Workman2017-10-221-0/+1351