aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-11-05git rid of prototype for get_build_queue. all tests pass.Jacob Pipkin
2012-11-05git rid of prototype for get_distfile. all tests pass.Jacob Pipkin
2012-11-05git rid of prototype for open_fh. all tests pass.Jacob Pipkin
2012-11-04remove prototype from verify_distfile, cleanups/perl golfJacob Pipkin
2012-11-04bug fix to last thing, and rename $vars to $store in get_from_info for ↵Jacob Pipkin
consistency with get_sbo_location state variable
2012-11-04make get_sbo_location state-keeping more correct, rename $loc_store to $storeJacob Pipkin
2012-11-04clean up a comment and remove so superfluous codeJacob Pipkin
2012-11-04stop pretending its feasible to keep track of the number of tests, prefer is ↵Jacob Pipkin
to ok wherever possible
2012-11-04comment typo fix: computer -> computeJacob Pipkin
2012-11-04removed superfluous "return unless -d $distfiles;" from verify_distfile ↵Jacob Pipkin
subroutine
2012-11-04rename $info_md5sum to equally clear but more concise $info_md5Jacob Pipkin
2012-11-04remove compare_md5s testsJacob Pipkin
2012-11-04remove compare_md5s sub, call verify_distfile from get_distfile instead of ↵Jacob Pipkin
comparing in both places
2012-11-04rename $multi variable to more descriptive $multilibJacob Pipkin
2012-11-04ditch prototype for compare_md5sJacob Pipkin
2012-11-04fix to check-and-dereference-array-ref logic. passes tests.Jacob Pipkin
2012-11-04fix so that new get_sbo_location tests are actually done correctly - fixes ↵Jacob Pipkin
two of the four
2012-11-04tests added for new get_sbo_location capabilities (all fail)Jacob Pipkin
2012-11-04fix for get_sbo_location changes, all unit tests now passJacob Pipkin
2012-11-04re-order get_requires testsJacob Pipkin
2012-11-04call get_sbo_location correctly for new changesJacob Pipkin
2012-11-04more fixes for changes in rewrite_slackbuildJacob Pipkin
2012-11-04fix to support changes in rewrite_slackbuildJacob Pipkin
2012-11-04fix to last fixJacob Pipkin
2012-11-04get_sbo_location should return undef if it finds nothingJacob Pipkin
2012-11-04fixes for changes to get_sbo_locationJacob Pipkin