5
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 11 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add patch from hba to check for all variable in the config file; cleaned up old commented out code More... about 16 years ago
tweak -h help to remove reference to environmental variables More... about 16 years ago
after discussions on IRC, I decided to change sbopkg.conf.sample back to simply a listing of variables without the option to pass environmental variables. I think exporting variables or some such complicates matters for this tool and it is really not needed. Also edited sbopkg.8 man page to remove references to environmental variables. More... about 16 years ago
edit TODO; minor cleanups in sbopkg More... about 16 years ago
fixed size of lots of dialog boxes; added check to see if ChangeLog.txt exists before displaying it More... about 16 years ago
add an error check to the log deletion requiring root privileges; add a "done" msgbox after log is deleted. More... about 16 years ago
add ability to view the sbopkg-build-log from the main menu; add error check to warn user if log is not found; add ability for user to keep or delete the sbopkg-build-log after viewing it More... about 16 years ago
add some comments to sbopkg More... about 16 years ago
fix typo in CWD= More... about 16 years ago
added check before pkg building to see if a local SlackBuild exists and if it does, offer the user a choice of which SlackBuild to use. This works in the dialog but not on the command line yet. More... about 16 years ago
remove #!/bin/sh from sbopkg.conf.sample; fix CWD=$(pwd) More... about 16 years ago
add initial code for editing the SlackBuild. Seem to work ok but have not yet added ability to build a package using the edited SlackBuild but that is an easy addition. Can also delete the local edited copy of the SlackBuild. The rsync command was also tweaked to exclude the .sbopkg which is the text appended to the local edited SlackBuild. Edited man pages and version number in sbopkg to 0.0.4 More... about 16 years ago
many whitespace cleanups; added timeout to rsync call; separated rsync_command from rsync_repo in order to keep the dialog box in state while rsync is performed, similar to what happens when a build occurs; there are still some old commented out code for the time being; general cleanups More... about 16 years ago
create 0.0.2 tag; many, many changes and enhancements, many due to excellent diff and help by slakmagik; created cache directory (Robby Workman) and added ability to view cache; fixed the issue with the pkg building screen so it now holds while pkg is building (slakmagik); added -f option so user can override config file (slakmagik); added checks to see if user has write permissions on rsync directory; added --delete flag to rsync call (Alan Hicks); many other code cleanups and enhancements (slakmagik); edited sbopkg.conf.sample so it is a shell script that is parsed by sbopkg; edited both man pages to reflect changes More... about 16 years ago
initial code to create cache directory to store sources; add function to get the tarball if it does not exist and then create a symlink to the package directory; add --delete to rsync calls; minor cleanups; add -x to script for debugging; added SRCDIR to sbopkg.conf.sample More... about 16 years ago
Add items to TODO: download location and ability to edit SlackBuild per SBo mailing list More... about 16 years ago
initial commit of sbopkg, sbopkg.conf.sample, TODO, sbopkg.conf.5, and sbopkg.8; add all except the man pages to svn propset for $Id$ tags More... about 16 years ago
Edited README More... about 16 years ago
add README; start testing Id tags More... about 16 years ago