aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-31remove no-longer-used get_readme_path()J Pipkin
2012-12-31version 1.2 -> 1.3J Pipkin
2012-12-31version 1.2 -> 1.3J Pipkin
2012-12-31dates of man pages updatedJ Pipkin
2012-12-31updates to add sboremove to see also lists, see also list ordering, email ↵J Pipkin
addresses for bug reports
2012-12-31elide space between function names and any following open parentheses and ↵J Pipkin
fix testing
2012-12-31elide space between function names and any following open parenthesesJ Pipkin
2012-12-30sboremove: minor fixes, moved get_requires to lib.pm, added tests, updated ↵xocel
man page, more comments
2012-12-28sboremove updatedxocel
2012-12-28Merge branch 'xocel'xocel
2012-12-28fixed testsxocel
2012-12-22sboremove, generage two de-duped arrays, @sbos which contains CLI-specified ↵J Pipkin
items, and @sbo_reqs, which hold array-refs containing requirements for each @sbos
2012-12-22Merge branch 'xocel into master'J Pipkin
2012-12-22merged slack14 back to master branchJ Pipkin
2012-12-16fixed typo (missing 'like') in options linexocel
2012-12-16fixed duplicates in queue when req matches sbo on command linexocel
2012-12-06Merge branch 'xocel' of dawnrazor.net:sbotools into xocelJacob Pipkin
2012-12-06first bit of sboremove rewrite - use a complex data structure to know which ↵Jacob Pipkin
args are the "root" ones
2012-12-04sbofind -q shows queue in reversed orderJacob Pipkin
2012-11-30version 1.1 -> 1.2Jacob Pipkin
2012-11-30updated ddate in man pagesJacob Pipkin
2012-11-30shared creditJacob Pipkin
2012-11-30fix type location -> locateJacob Pipkin
2012-11-30Revert "fix typo location -> locate, remove broken /-compat32$/ test carried ↵Jacob Pipkin
over from old sboupgrade", since that test is actually required This reverts commit 69ee6249b5de2d5458549af868ac8b5ba5f08b38.
2012-11-30fix typo location -> locate, remove broken /-compat32$/ test carried over ↵Jacob Pipkin
from old sboupgrade
2012-11-30add back slackbuilds_or_fetchJacob Pipkin
2012-11-30add back sanity checks for -j and -pJacob Pipkin
2012-11-30save the varsJacob Pipkin
2012-11-30do reverse the order of the build_queue when it is appropriate to do so.Jacob Pipkin
2012-11-30fix bug where exit status of slackbuild was lost due to piping it to tee, ↵Jacob Pipkin
introduced when reducing amount rewriting done to slackbuilds
2012-11-30sboupgrade -f blah shouldnt install blah if its not already installedJacob Pipkin
2012-11-30save the varsJacob Pipkin
2012-11-30use File::Copy, for move ()Jacob Pipkin
2012-11-30remove excess blank line at start of fileJacob Pipkin
2012-11-30get_build_queue requires an array ref as first argJacob Pipkin
2012-11-30fix bug I introducedJacob Pipkin
2012-11-30dont create the build_queue backwardsJacob Pipkin
2012-11-30stay in 80 columns, use labels for loop controlJacob Pipkin
2012-11-30die as we used to if a provided sbo doesnt exist, say the sbos name when ↵Jacob Pipkin
asking about options
2012-11-29replace sboupgrade with with sboupgradexJacob Pipkin
2012-11-29some cleanupsJacob Pipkin
2012-11-25only call get_from_info if $location, so sboremove wont crash for removed sbosJacob Pipkin
2012-11-25remove excess quotesJacob Pipkin
2012-11-25label loops where loop-control is usedJacob Pipkin
2012-11-25cleanup of user_promptJacob Pipkin
2012-11-25remove unused loop labelJacob Pipkin
2012-11-25ask_user_group should explicitly return undef if <STDIN> !~ /^[Yy\n]/Jacob Pipkin
2012-11-20upgradex: fixed -f/-zxocel
2012-11-18minor fixes: is_rootpkg logic updatedxocel
2012-11-18get_build_queue no longer called ifxocel