aboutsummaryrefslogtreecommitdiff
path: root/sboupgrade
AgeCommit message (Collapse)Author
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-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-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-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
2012-05-31added grokking of (user|group)add cmds in READMEs, fixed missing word in ↵Jacob Pipkin
question regarding requirement parsing
2012-05-31rename grok_readme to grok_requirements, remove extraneous code in ↵Jacob Pipkin
get_readme_path
2012-05-30many small cleanups, fixes for consistency, code reduction, etcJacob Pipkin
2012-05-30minor cleanups; comments, etcJacob Pipkin
2012-05-30bug fix: == -> eq in string comparisonJacob Pipkin
2012-05-30use die instead of print "blah blah\n" and exit 1, which was really dumbJacob Pipkin
2012-05-30remove unneeded parens in 'close ()' bitsJacob Pipkin
2012-05-30for req parsing, work around case where last thing in README is list of ↵Jacob Pipkin
requirements with no period at end
2012-05-28fix bug where grok_readme didn't return if no reqs were found, fix bug where ↵Jacob Pipkin
grok_readme looked for not -compat32 packages when looking for installed deps of a compat32 sbo, make grok_readme call sboupgrade -oN directly instead of sboinstall
2012-05-28comments added to the sbo* scriptsJacob Pipkin
2012-05-27numerous fixes and enhancements to requirement-parsing codeJacob Pipkin
2012-05-26fix bug where tmp files are not being deleted, fix make clean not cleaning ↵Jacob Pipkin
source directories
2012-05-26requirement-parsingJacob Pipkin
2012-05-26fix bug where only first line of README was being outputJacob Pipkin
2012-05-23cleanupJacob Pipkin
2012-05-14verify -j input, and redo way of getting pkg name to allow for incorrect ↵Jacob Pipkin
versions in info files, and because the new way is much more accurate.
2012-05-13fixed wording for -j: SMP -> multicoreJacob Pipkin
2012-05-13bug-fixes to make the -j stuff workJacob Pipkin
2012-05-13added stuff to support -j option to make, not tested yet.Jacob Pipkin
2012-05-12groundwork for supporting installation of -compat32 SlackBuildsJacob Pipkin
2012-05-10fix bug where no sbosnap fetch caused script failureJacob Pipkin
2012-05-09fix bug where distclean'ing doesn't work, plus other cleanupsJacob Pipkin
2012-05-09code refactoring, serious speed-upsJacob Pipkin
2012-05-08added -i option to not install a pkg after build.Jacob Pipkin
2012-05-08changes to support 32-bit only SBos on multilib x86_64Jacob Pipkin
2012-05-08initial repo addJacob Pipkin