aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-11-18Display queue before user promptsxocel
2012-11-18Fixed user/group commandsxocel
2012-11-17decouple config file tests from local systemJacob Pipkin
2012-11-17added t/packages and t/sbo to decouple unit testing from local stuffJacob Pipkin
2012-11-17changes to decouple test.t from local systemJacob Pipkin
2012-11-17changes to decouple test.t from local systemJacob Pipkin
2012-11-16use label when doing loop controlJacob Pipkin
2012-11-16added now-required parenthese for get_sbo_locationJacob Pipkin
2012-11-16combine "my" stuff into one lineJacob Pipkin
2012-11-16dont stuff get_sbo_location into $test, but wrap the if around it directlyJacob Pipkin
2012-11-16switch back to using push instead of unshift in add_to_queue/get_build_queue ↵Jacob Pipkin
since arrays have more extra room at end than beginning
2012-11-16spacing and extra comma cleaned upJacob Pipkin
2012-11-16testing branch git-merge'dJacob Pipkin
2012-11-12removed non_int short option(-r). only accepts --nointeractive now.xocel
2012-11-12sboremove: added undocumented non_interactive mode, -rxocel
2012-11-12merged multisbo into xocelxocel
2012-11-08use --delete when running rsync_treeJacob Pipkin
2012-11-05get rid of prototype for create_symlinks, all tests passJacob Pipkin
2012-11-05get rid of prototype for print_failures, all tests passJacob Pipkin
2012-11-05get rid of prototypes for (readme|user)_prompt, all tests pass (tests are ↵Jacob Pipkin
incomplete here)
2012-11-05get rid of prototype for ask_user_group, all tests passJacob Pipkin
2012-11-05get rid of prototype for config_write. all tests passJacob Pipkin
2012-11-05get rid of useless (%) prototypes. all tests pass.Jacob Pipkin
2012-11-05git rid of prototype for get_symlink_from_filename. all tests pass.Jacob Pipkin