aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO
AgeCommit message (Collapse)Author
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-01tweaks to Lib.pm to handle options, and fix a bug in get_installed_sbos ↵Jacob Pipkin
created when I changed how I was doing arrays of hashes
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-30cleanup of "use xyz;" statements where xyz is not actually usedJacob Pipkin
2012-05-30stop exporting subs used nowhere: get_slack_version, check_slackbuilds_txt, ↵Jacob Pipkin
get_pkg_name
2012-05-30use die instead of print "blah blah\n" and exit 1, which was really dumbJacob Pipkin
2012-05-30refactoring, reorganizing, etcJacob Pipkin
2012-05-28added comments to SBO/Lib.pmJacob Pipkin
2012-05-27fix bug where the code determining pkg name found the original pkg for ↵Jacob Pipkin
-compat32s instead of the converted pkg
2012-05-26fix bug where tmp files are not being deleted, fix make clean not cleaning ↵Jacob Pipkin
source directories
2012-05-26bug fix to the previous bug fixJacob Pipkin
2012-05-26bug fixJacob Pipkin
2012-05-23re-organizationJacob Pipkin
2012-05-23cleanupsJacob 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-13misc cleanupJacob 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-10rewrite SBo to set arch correctly for 32-bit only SBos on x86_64 systems.Jacob Pipkin
2012-05-09fixed bug preventing last download in list for a given SBo with multiple ↵Jacob Pipkin
downloads from getting downloaded.
2012-05-09fix bug where distclean'ing doesn't work, plus other cleanupsJacob Pipkin
2012-05-09cleanups following previous changesJacob Pipkin
2012-05-09code refactoring, serious speed-upsJacob Pipkin
2012-05-09make 32-bit only SBos also work on 32-bit SlackJacob Pipkin
2012-05-08added -i option to not install a pkg after build.Jacob Pipkin
2012-05-08bunch of minor fixes, 32-bit only SBos now workJacob Pipkin
2012-05-08more of the same...Jacob Pipkin
2012-05-08more variable name snafusJacob Pipkin
2012-05-08calling close() on not a file handleJacob Pipkin
2012-05-08duh.Jacob Pipkin
2012-05-08missing s in s//Jacob Pipkin
2012-05-08changes to support 32-bit only SBos on multilib x86_64Jacob Pipkin
2012-05-08getting rid of a stray swap fileJacob Pipkin
2012-05-08initial repo addJacob Pipkin