aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-11-04remove last bit of leftover crud from the make -j# thingJacob Pipkin
2012-11-04@sbos is an array, dont call it as an array refJacob Pipkin
2012-11-04$loc_store is a reference, call it correctlyJacob Pipkin
2012-11-04tee the running of the slackbuild instead of the tar and makepkg via editing ↵Jacob Pipkin
the slackbuild
2012-11-04use MAKEOPTS for -j instead of hacking the SlackBuildJacob Pipkin
2012-11-04changes to support get_sbo_location changesJacob Pipkin
2012-11-04changes to support get_sbo_location changesJacob Pipkin
2012-11-04also handle being passed an array refJacob Pipkin
2012-11-04get_sbo_download - no prototype, keep state, deal with either a single ↵Jacob Pipkin
scalar or array passed in, return based on wantarray
2012-11-04use relative path to Lib.pmJacob Pipkin
2012-11-01dont try to empty queue since that no longer appliesJacob Pipkin
2012-11-01use my instead of state for $temp_queue, rip out $empty junkJacob Pipkin
2012-11-01more test for get_build_queueJacob Pipkin
2012-11-01add ability to empty $temp_queue in order to facilitate unit testingJacob Pipkin
2012-11-01but fix to state $temp_queue where had an empty element at end, label for ↵Jacob Pipkin
loop in get_build_queue, use unshift in add_to_queue instead of reversing array in get_build_queue, label for loop in add_to_queue
2012-11-01extend get_build_queue test for three sbos at onceJacob Pipkin
2012-11-01remove extraneous locations stuff from add_to_queue - get_sbo_location does ↵Jacob Pipkin
not return a list
2012-11-01get_build_queue: take an array ref as first arg, make the temp_queue keep ↵Jacob Pipkin
state, changes for clarity
2012-11-01tests for get_build_queueJacob Pipkin
2012-11-01reinstate clean_reqs test for installed reqs, set compat32 = 0 beforehand, ↵Jacob Pipkin
use zdoom instead of wine
2012-11-01comment out no-longer-valid circular requirement testJacob Pipkin
2012-11-01work out of xocel branchJacob Pipkin
2012-11-01in get_filename_from_link, added only do the substitution if $filenameJacob Pipkin
2012-11-01zdoom version 2.5.0 -> 2.6.0Jacob Pipkin