aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-08-30um?Jacob Pipkin
2012-08-30bugfixes++Jacob Pipkin
2012-08-30more enhancements and cleanupsJacob Pipkin
2012-08-30changes for REQUIRES in SBos for 14, and many cleanups, fixes, enhancementsJacob Pipkin
2012-07-14work around fact that some .info files have UNTESTED instead of UNSUPPORTED ↵Jacob Pipkin
for x32-only stuff
2012-07-14fixed bug in sboupgrade where choosing to set no options broke the scriptJacob Pipkin
2012-07-14sboupgrade exits non-zero on failure, and stops running if a requirement fails.Jacob Pipkin
2012-07-07enhancement to requirement-parsingJacob Pipkin
2012-07-05enhancements to compat32 requirement handling, and a bug fix for it tooJacob Pipkin
2012-07-05bug fix to convertpkg to compat32 bitJacob Pipkin
2012-07-04fixes for slack 13.37's perl 5.12Jacob Pipkin
2012-07-04bug fix to the bug fix... :(Jacob Pipkin
2012-07-04bug fix to last change...Jacob Pipkin
2012-07-04modified how handle slack version, reduced code and more future-proof, much ↵Jacob Pipkin
better overall
2012-06-29version 0.6 -> 0.7Jacob Pipkin
2012-06-29made (fetch|update)_tree return 1 on completion instead of nothingJacob Pipkin
2012-06-29fixed bug in sboclean, regex for . and .. in directory listing severely b0rkedJacob Pipkin
2012-06-29fixed bug in sbofind, using eq where = belongedJacob Pipkin
2012-06-29fixed precedence bug: system "thing" == 0 or stuff should be system ↵Jacob Pipkin
("thing") == 0 or stuff
2012-06-29fixed bug where saying no to README returned instead of exited, fixed bug ↵Jacob Pipkin
where was not initialized prior to being evaluated.
2012-06-29fixed bug where update_tree didn't do anything with check_slackbuilds_txt ↵Jacob Pipkin
knowledge
2012-06-27updated for 14.0 in current, fixed typo exsitsJacob Pipkin
2012-06-11added vim lines to everythingJacob Pipkin
2012-06-11bunch more code reductions and stuffJacob Pipkin
2012-06-11code reductionsJacob Pipkin
2012-06-11code reductionJacob Pipkin
2012-06-11many little fixes, corrections, and reductionsJacob Pipkin
2012-06-08whole bunch of excess code removed, also got rid of the make_temp_file crap ↵Jacob Pipkin
and starting using File::Temp
2012-06-08bug fix in comparison testJacob Pipkin
2012-06-08much code reduction surrounding config file parsingJacob Pipkin
2012-06-07sboupgrade: yet more reduction of excess codeJacob Pipkin
2012-06-07cleanups and code reductionJacob Pipkin
2012-06-06even more code reduction. perl golf is fun.Jacob Pipkin
2012-06-05sboupgrade, made a couple things more robust, got rid of a bunch of excess ↵Jacob Pipkin
code, possibly fixed a nasty bug where process_sbos would skip anything it was given if no_readme eq "TRUE"
2012-06-05reduced extra code in sbofind, seems to also be faster? huh.Jacob Pipkin
2012-06-05further reduction of code for get_installed_sbos () sub.Jacob Pipkin
2012-06-05reduction of code for get_installed_sbos () sub.Jacob Pipkin
2012-06-05removal of excess code when reading from STDINJacob Pipkin
2012-06-05factored out "open my $fh, $op, $file" and made it robust in one fell swoopJacob Pipkin
2012-06-01version 0.5 -> 0.6Jacob Pipkin
2012-06-01sbo(upgrade|install).1 updated with (user|group)add and option info, options ↵Jacob Pipkin
moved around to match the order of the -h screens
2012-06-01added -i and -r info to sbofind.1 man pageJacob Pipkin
2012-06-01further enhancement to requirement parsingJacob Pipkin
2012-06-01fix bug where -c arg to sboupgrade did nothingJacob Pipkin
2012-06-01enhancements to requirement parsing, made "Proceed with" question reflect ↵Jacob Pipkin
compat32, made installation of compat32 package require the non-compat32 version to be installed first.
2012-06-01bug fixes to make sboclean workJacob Pipkin
2012-06-01sboclean script created.Jacob Pipkin
2012-06-01sboclean(1) man page created, added to SEE ALSO section of other man pagesJacob Pipkin
2012-06-01added -R option to sbo(install|upgrade) to view README but not parse ↵Jacob Pipkin
requirements
2012-06-01sboupgrade: enhancements to requirement parsing, bug fix after removing ↵Jacob Pipkin
extraneous initial check of requirements against installed packages, comment added for grok_user_group, option handling code added