aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-21updated dates in man pages and fixed some bugsJacob Pipkin
2012-09-21add get_arch to export list, fix bug where ) should be }, make ↵Jacob Pipkin
get_sbo_location find for sbos with special characters in their names, check_distfile -> verify_distfile, typo ext -> exit, remove now excess check for x86_64 for compat32, call make_clean with parameter format
2012-09-21sboconfig: missing qw(:config bundling)Jacob Pipkin
2012-09-21fix some quoting inconsistenciesJacob Pipkin
2012-09-21removed extraneous qw(:config), fixed some spacingJacob Pipkin
2012-09-09fixed sboupgrade.1 -w to -zJ Pipkin
2012-09-09fixed bug where stuff like libsigc++ wouldn\'t installJ Pipkin
2012-09-09added (defaults shown) to sboconfig help outputJ Pipkin
2012-09-09sbocheck.1 -P to .PJ Pipkin
2012-09-09version 0.7 -> 0.8J Pipkin
2012-09-09changed -v help from "Show sbotools verion" to "Show version" in man pagesJ Pipkin
2012-09-09add a help option to sbocheckJ Pipkin
2012-09-09ddate updated in manpagesJ Pipkin
2012-09-09changed sbotools.conf.5 so defaults are listed firstJ Pipkin
2012-09-09man1 manpages updated to include long option formsJ Pipkin
2012-09-09converted sboinstall clean/distclean back to old wayJ Pipkin
2012-09-09converted sboupgrade clean/distclean back to old wayJ Pipkin
2012-09-09sbosnap: reformatted help outputJ Pipkin
2012-09-09sbofind: reformatted help outputJ Pipkin
2012-09-09sboconfig: reformatted help outputJ Pipkin
2012-09-09sboclean: reformatted help outputJ Pipkin
2012-09-09sboupgrade converted back to old parametersJ Pipkin
2012-09-09sboinstall converted back to old parametersJ Pipkin
2012-09-09fix bug from Getopt conversion where sboupgrade was getting -j setting with ↵J Pipkin
an initial space
2012-09-09fixed -> from Getopt::Long conversionJ Pipkin
2012-09-09req parser enhancement, remove excess /n after showing readme, remove ↵J Pipkin
upgradable sbos from @ARGV so they're not passed to the install_new code
2012-09-09fixed bug where sboupgrade wouldn't warn about already installed packagesJ Pipkin
2012-09-09cleanup: removed excess semicolonJ Pipkin
2012-09-09fix backwards sense of noclean option handlingJ Pipkin
2012-09-09fix for change to way make_clean takes args, remove \n at end of say lineJ Pipkin
2012-09-09fixed spacing at beginning of make_cleanJ Pipkin
2012-09-09re-ordered help output to be more alphabetically friendlyJ Pipkin
2012-09-09re-ordered help output to be more alphabetically friendlyJ Pipkin
2012-09-09remove now superfluous compat32/arch check from SBO/Lib.pmJ Pipkin
2012-09-09add compat32/arch check to sboupgrade so we can bail at the appropriate ↵J Pipkin
point if arch != x86_64 and --compat32|-p is specified
2012-09-09add get_arch to export list so we can use it in sboupgradeJ Pipkin
2012-09-09fix bug from Getopt conversion where sboupgrade was getting -j setting with ↵J Pipkin
an initial space
2012-09-09fixed typo in converstion to Getopt::Long - ->J Pipkin
2012-09-09made %params its own hash so parameters for each item could be better output ↵J Pipkin
to user
2012-09-09fixes for correction of hash usage in GetOptionsJ Pipkin
2012-09-09fixed incorrect usage of hash in GetOptionsJ Pipkin
2012-09-08GetOptions, ->J Pipkin
2012-09-08set ::Lib::compat32 to 0 before get_requires/clean_reqs tests, so that they workJ Pipkin
2012-09-08added clean and non-int to list of variables created in Lib.pm to make tests runJ Pipkin
2012-09-08sbosnap converted to Getopt::LongJ Pipkin
2012-09-08sboinstall converted to Getopt::LongJ Pipkin
2012-09-08sbofind converted to Getopt::LongJ Pipkin
2012-09-08sboconfig converted to Getopt::LongJ Pipkin
2012-09-08removed bundling from sbocheck since it doesn't make sense thereJ Pipkin
2012-09-08sboclean converted to Getopt::LongJ Pipkin