5
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 07, 2023 — May 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add support for UNSUPPORTED/UNTESTED packages in the repo by offering the user the chance to continue anyway or skip; thanks to slakmagik and Mauro for comments during review More... over 14 years ago
add Miro=miro to 50-default renames file More... over 14 years ago
tag and release 0.31.0 More... over 14 years ago
commit a patch from Mauro that add an unset before an eval otherwise BUILD gets stuck once and not reset set which can show incorrect potential updates More... over 14 years ago
commit a patch from Mauro that changes a variable name (BUILD) that was used to track the build package number as well as the set of packages were were building/installing from CLI; this latter instance now uses a different variable More... over 14 years ago
small tweak to coerce bash into accepting any octal-looking numbers we might get in updates_compare_versions() as decimal - thanks to artourter for the report (issue 31) More... over 14 years ago
Add the description of the r735 changes to ChangeLog-current.txt, which I forgot to do at r735. More... over 14 years ago
Check for updates: show and queue all version changes. More... over 14 years ago
Check for updates: don't duplicate queue items. More... over 14 years ago
Fix executable man page (from r731) More... over 14 years ago
minor cleanup - adds and modifies comments and whitespace, modifies an assignment to PKG in get_source(); modifies process_queue() by checking return values directly rather than via $? in a couple of places, changes an assignment to BUILD, and removes an unused COUNTER, and parenthesizes a string index in the '-b' flag code path More... over 14 years ago
this is a band-aid which modifies get_source() to force links and explicitly fall through a case; more directly, it sets a NO_DL_LOOP flag if sbopkg has done a download so that it doesn't download in an infinite loop. It moves the download command into a conditional which can break the loop. It also modifies check_source() to unset the flag if sbopkg has done a successful download, so it can do the next one. Finally, it modifies get_source_names() to only go into the guessing code if we have done a download, don't have a source file, and only need to guess on one source name - thanks to godling for noticing a failure in downloading dictd and the infinite loop; thanks to Chess and Mauro for review and suggestions. More... over 14 years ago
add tint=tint2 to 50-default renames file More... over 14 years ago
Work around build issues with custom LC_COLLATE values. More... over 14 years ago
Rework the options selection menu to avoid truncating the options. More... over 14 years ago
Add dialog and cli options to review all READMEs for queued packages. More... over 14 years ago
Declare ALLOW_MULTI among global variables. More... over 14 years ago
fix cosmetic bug where ARCH and BUILD were not displaying correctly in the updates list; thanks to Mauro and slakmagik for the actual working code for this fix More... over 14 years ago
Change the default checkout location to something more likely, though it should still be customized by the user; add UID check; fix bug with non-existent repo directories (thanks to Mauro for the even less buggy fix); fix bug with a subshell that prevented sspm from exiting on one error - it was meant to be a group command; convert the su block into a normal block; add a couple more exclusions to the tar command to skip backup and tags files - and throw a note into the ChangeLog so users don't get surprised by the repo moving or having its ownership changed More... over 14 years ago
Add a KNOWN_ISSUES file and modify sbopkg.SlackBuild to take it into account. More... over 14 years ago
Shorten the ARCH indication in backtitles. More... over 14 years ago
Be more strict when validating YES/NO configuration variables. More... over 14 years ago
Allow multiple instances of sbopkg to run simultaneously. More... over 14 years ago
Fix an issue with an incompatibility between bash 3.1, 3.2, 4.0 which caused quoted strings in the RHS of the =~ operator in [[ commands to be interpreted as literal strings, thus causing parts of sbopkg to fail. Update HACKING to address this. Thanks to SiegeX and others for the reports and suggestions. Thanks to Mauro and Chess for review and suggestions. More... over 14 years ago
Fix issue with r713 showing a broken backtitle when ARCH isn't set. More... over 14 years ago
correct part of the last revision which broke sbopkg's proper handling of the situation where no SBo packages are installed More... over 14 years ago
add the ability to uninstall SBo packages from the dialog interface that lists installed packages; thanks to pokipoki08 for the suggestion. Thanks to Chess and Mauro for code review and suggestions. More... over 14 years ago
fix an issue with the build options dialog menu where selecting 'None' would not work; thanks to happyslacker for the bug report. More... over 14 years ago
Fix wrong regex in uncheck_installed(). More... over 14 years ago
undo accidental commit to src/usr/sbin/sbopkg More... over 14 years ago