Age | Commit message (Expand) | Author |
2012-11-25 | label loops where loop-control is used | Jacob Pipkin |
2012-11-25 | cleanup of user_prompt | Jacob Pipkin |
2012-11-25 | remove unused loop label | Jacob Pipkin |
2012-11-25 | ask_user_group should explicitly return undef if <STDIN> !~ /^[Yy\n]/ | Jacob Pipkin |
2012-11-20 | upgradex: fixed -f/-z | xocel |
2012-11-18 | minor fixes: is_rootpkg logic updated | xocel |
2012-11-18 | get_build_queue no longer called if | xocel |
2012-11-18 | Display queue before user prompts | xocel |
2012-11-18 | Fixed user/group commands | xocel |
2012-11-17 | decouple config file tests from local system | Jacob Pipkin |
2012-11-17 | added t/packages and t/sbo to decouple unit testing from local stuff | Jacob Pipkin |
2012-11-17 | changes to decouple test.t from local system | Jacob Pipkin |
2012-11-17 | changes to decouple test.t from local system | Jacob Pipkin |
2012-11-16 | use label when doing loop control | Jacob Pipkin |
2012-11-16 | added now-required parenthese for get_sbo_location | Jacob Pipkin |
2012-11-16 | combine "my" stuff into one line | Jacob Pipkin |
2012-11-16 | dont stuff get_sbo_location into $test, but wrap the if around it directly | Jacob Pipkin |
2012-11-16 | switch back to using push instead of unshift in add_to_queue/get_build_queue ... | Jacob Pipkin |
2012-11-16 | spacing and extra comma cleaned up | Jacob Pipkin |
2012-11-16 | testing branch git-merge'd | Jacob Pipkin |
2012-11-12 | removed non_int short option(-r). only accepts --nointeractive now. | xocel |
2012-11-12 | sboremove: added undocumented non_interactive mode, -r | xocel |
2012-11-12 | merged multisbo into xocel | xocel |
2012-11-08 | use --delete when running rsync_tree | Jacob Pipkin |
2012-11-05 | get rid of prototype for create_symlinks, all tests pass | Jacob Pipkin |
2012-11-05 | get rid of prototype for print_failures, all tests pass | Jacob Pipkin |
2012-11-05 | get rid of prototypes for (readme|user)_prompt, all tests pass (tests are inc... | Jacob Pipkin |
2012-11-05 | get rid of prototype for ask_user_group, all tests pass | Jacob Pipkin |
2012-11-05 | get rid of prototype for config_write. all tests pass | Jacob Pipkin |
2012-11-05 | get rid of useless (%) prototypes. all tests pass. | Jacob Pipkin |
2012-11-05 | git rid of prototype for get_symlink_from_filename. all tests pass. | Jacob Pipkin |
2012-11-05 | git rid of prototype for get_build_queue. all tests pass. | Jacob Pipkin |
2012-11-05 | git rid of prototype for get_distfile. all tests pass. | Jacob Pipkin |
2012-11-05 | git rid of prototype for open_fh. all tests pass. | Jacob Pipkin |
2012-11-04 | remove prototype from verify_distfile, cleanups/perl golf | Jacob Pipkin |
2012-11-04 | bug fix to last thing, and rename $vars to $store in get_from_info for consis... | Jacob Pipkin |
2012-11-04 | make get_sbo_location state-keeping more correct, rename $loc_store to $store | Jacob Pipkin |
2012-11-04 | clean up a comment and remove so superfluous code | Jacob Pipkin |
2012-11-04 | stop pretending its feasible to keep track of the number of tests, prefer is ... | Jacob Pipkin |
2012-11-04 | comment typo fix: computer -> compute | Jacob Pipkin |
2012-11-04 | removed superfluous "return unless -d $distfiles;" from verify_distfile subro... | Jacob Pipkin |
2012-11-04 | rename $info_md5sum to equally clear but more concise $info_md5 | Jacob Pipkin |
2012-11-04 | remove compare_md5s tests | Jacob Pipkin |
2012-11-04 | remove compare_md5s sub, call verify_distfile from get_distfile instead of co... | Jacob Pipkin |
2012-11-04 | rename $multi variable to more descriptive $multilib | Jacob Pipkin |
2012-11-04 | ditch prototype for compare_md5s | Jacob Pipkin |
2012-11-04 | fix to check-and-dereference-array-ref logic. passes tests. | Jacob Pipkin |
2012-11-04 | fix so that new get_sbo_location tests are actually done correctly - fixes tw... | Jacob Pipkin |
2012-11-04 | tests added for new get_sbo_location capabilities (all fail) | Jacob Pipkin |
2012-11-04 | fix for get_sbo_location changes, all unit tests now pass | Jacob Pipkin |