Age | Commit message (Expand) | Author |
2012-12-22 | sboremove, generage two de-duped arrays, @sbos which contains CLI-specified i... | J Pipkin |
2012-12-22 | Merge branch 'xocel into master' | J Pipkin |
2012-12-22 | merged slack14 back to master branch | J Pipkin |
2012-12-16 | fixed typo (missing 'like') in options line | xocel |
2012-12-16 | fixed duplicates in queue when req matches sbo on command line | xocel |
2012-12-06 | Merge branch 'xocel' of dawnrazor.net:sbotools into xocel | Jacob Pipkin |
2012-12-06 | first bit of sboremove rewrite - use a complex data structure to know which a... | Jacob Pipkin |
2012-12-04 | sbofind -q shows queue in reversed order | Jacob Pipkin |
2012-11-30 | version 1.1 -> 1.2 | Jacob Pipkin |
2012-11-30 | updated ddate in man pages | Jacob Pipkin |
2012-11-30 | shared credit | Jacob Pipkin |
2012-11-30 | fix type location -> locate | Jacob Pipkin |
2012-11-30 | Revert "fix typo location -> locate, remove broken /-compat32$/ test carried ... | Jacob Pipkin |
2012-11-30 | fix typo location -> locate, remove broken /-compat32$/ test carried over fro... | Jacob Pipkin |
2012-11-30 | add back slackbuilds_or_fetch | Jacob Pipkin |
2012-11-30 | add back sanity checks for -j and -p | Jacob Pipkin |
2012-11-30 | save the vars | Jacob Pipkin |
2012-11-30 | do reverse the order of the build_queue when it is appropriate to do so. | Jacob Pipkin |
2012-11-30 | fix bug where exit status of slackbuild was lost due to piping it to tee, int... | Jacob Pipkin |
2012-11-30 | sboupgrade -f blah shouldnt install blah if its not already installed | Jacob Pipkin |
2012-11-30 | save the vars | Jacob Pipkin |
2012-11-30 | use File::Copy, for move () | Jacob Pipkin |
2012-11-30 | remove excess blank line at start of file | Jacob Pipkin |
2012-11-30 | get_build_queue requires an array ref as first arg | Jacob Pipkin |
2012-11-30 | fix bug I introduced | Jacob Pipkin |
2012-11-30 | dont create the build_queue backwards | Jacob Pipkin |
2012-11-30 | stay in 80 columns, use labels for loop control | Jacob Pipkin |
2012-11-30 | die as we used to if a provided sbo doesnt exist, say the sbos name when aski... | Jacob Pipkin |
2012-11-29 | replace sboupgrade with with sboupgradex | Jacob Pipkin |
2012-11-29 | some cleanups | Jacob Pipkin |
2012-11-25 | only call get_from_info if $location, so sboremove wont crash for removed sbos | Jacob Pipkin |
2012-11-25 | remove excess quotes | Jacob Pipkin |
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 |