aboutsummaryrefslogtreecommitdiff
path: root/sboconfig
AgeCommit message (Collapse)Author
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-05factored out "open my $fh, $op, $file" and made it robust in one fell swoopJacob Pipkin
2012-05-31replace some for and if statements with their postscript formsJacob Pipkin
2012-05-30many small cleanups, fixes for consistency, code reduction, etcJacob Pipkin
2012-05-30copy conf file to temp file instead of reading conf file and writing its ↵Jacob Pipkin
contents to temp file, and remove unneeded "use Fcntl;" line.
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-28comments added to the sbo* scriptsJacob Pipkin
2012-05-26allow -j to be set to FALSEJacob 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-13bugfix to sboconfig -l sorting stuffJacob Pipkin
2012-05-13make sboconfig -l sort the outputJacob Pipkin
2012-05-13cleanupJacob Pipkin
2012-05-13added jobs setting to sboconfigJacob Pipkin
2012-05-10code style cleanupsJacob Pipkin
2012-05-08initial repo addJacob Pipkin