5
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day 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
remove the -O option from wget since that was causing a few headaches and potential for more; instead create a temporary SRCDIR/download where the wget occurs and the file is then moved to SRCDIR. I am leaving the older stuff commented out for the time being while this is tested; also remove some cruft. More... over 15 years ago
apply two patches from Mauro Giachero; the first allows the user to reverse the order of the build queue, and the second allows the user to enter another menu and re-sort any of them items in the queue; thanks to Mauro Giachero for these patches; also, tweak the summary output log when building packages; when a package fails the MD5SUM check, offer to abort the rest of the build queue since the failed package might be a dependency of something else and it wouldn't make sense to continue. More... over 15 years ago
bump wget timeout from 10 seconds to 15 seconds; solves some download timeouts for x264 and sourceforge mirrors. More... over 15 years ago
improve build queue logging by reporting errors in builds; correctly remove source symlink after each successful and failed build. More... over 15 years ago
add ability to use /home/chess/.sbopkg.conf, which will override settings in /etc/sbopkg/sbopkg.conf; when slackware version is changed, offer opportunity to save this new setting in /home/chess/.sbopkg.conf More... over 15 years ago
add preliminary support for build options/flavors in dialog interface; new menu entry in info item menu allows users to optionally set options or variables that will be passed to the SlackBuild script when it is run; this feature needs testing. More... over 15 years ago
commit diff from Mauro Giachero to fix issue where some packages were incorrectly reported as already being in the build queue. More... over 15 years ago
fix issue where packages were incorrectly identified as already being in the build queue; thanks to SpacePlod for the bug report. More... over 15 years ago
add update list fix for ksmoothdock; thanks to Wade Grant for the bug report. More... over 15 years ago
tweak contributors language More... over 15 years ago
update TODO More... over 15 years ago
remove a bit of crufty commented out stuff from sbopkg More... over 15 years ago
mention that building deps in order is not really a supported feature in README and sbopkg(8) man page More... over 15 years ago
edit message when a sbopkg.conf variable is missing. More... over 15 years ago
change home page in slack-desc More... over 15 years ago
change copyright to 2009; change dates in man pages to January 2009 More... over 15 years ago
fix issue where queue would proceed even if all packages removed from queue; thanks to Mauro Giachero for the bug report. More... over 15 years ago
modify UPDATELIST_DEBUGGING re: new DEBUG variable in sbopkg.conf More... over 15 years ago
add DEBUG information to sbopkg.conf(5) man page More... over 15 years ago
add new DEBUG=0 to sbopkg.conf.new More... over 15 years ago
remove UPDATE_DEBUG and FULL_DEBUG and implement a single DEBUG variable that will now be in sbopkg.conf; test for DEBUG; change debugging calls to test for DEBUG and output some debug at level 1 and more at level 2. More... over 15 years ago
mention in README and both man pages that local copy of SBo repo is less than 50MB. More... over 15 years ago
modify README and sbopkg(8) man page re: build queue More... over 15 years ago
add tmux update fix; mention that Conrol-C will exit out of build queue processing. More... over 15 years ago
Update TODO More... over 15 years ago
edit sbopkg.conf to state that OUTPUT must be exported More... over 15 years ago
remove /latest since the new 'check for an update' code uses something else; update /tools/sbopkg.SlackBuild and /tools/makechangelog More... over 15 years ago
add in ability to check for an update to sbopkg itself using code borrowed with permission from Eric Hameleers' script mirror-slackware-current.sh; this is a new feature in the dialog interface and also in the cli with the new -u switch More... over 15 years ago
fix issue where the 'installed/not installed' was not automatically refreshing after installing a package; thanks to Mauro Giachero for reminding me to fix this annoyance; also, add the ARCH to the info item menu description so it matches everything else More... over 15 years ago
reworking some wording in one of the build queue dialog boxes; thanks to The-Croupier for the suggestion. More... over 15 years ago