Age | Commit message (Expand) | Author |
2016-06-18 | sboremove: %inst_names has already been checked before, and nothing odd would... | Andreas Guldstrand |
2016-06-18 | sboremove: no need for confirmed hash; it's already checked in get_required_by | Andreas Guldstrand |
2016-05-03 | sboremove: pass arguments to system() safely | Andreas Guldstrand |
2016-05-02 | sboremove: check length of @dep_of instead of if $dep_of[0] exists | Andreas Guldstrand |
2016-05-02 | sboremove: change another loop to use in() | Andreas Guldstrand |
2016-05-02 | sboremove: don't check a ref if it's truthy, check the hash that's actually b... | Andreas Guldstrand |
2016-05-02 | sboremove: rewrite confirm_remove() to use in() | Andreas Guldstrand |
2016-05-01 | sboremove: rewrite get_reverse_reqs() to make use of in() | Andreas Guldstrand |
2016-04-30 | sboremove: change check for exists $foo[0] to checking @foo | Andreas Guldstrand |
2016-04-29 | sboremove: small whitespace fix | Andreas Guldstrand |
2016-04-16 | Remove useless conditions from show_usage/version invocations | Andreas Guldstrand |
2016-04-16 | Test show_usage output for all the sbo* commands | Andreas Guldstrand |
2016-03-03 | sbo*: Add returns to subs missing them and check @_ better | Andreas Guldstrand |
2016-02-13 | Add show_version to sbo scripts | Andreas Guldstrand |
2015-12-08 | Update author list in scripts | Andreas Guldstrand |
2015-12-06 | Change from @EXPORT to @EXPORT_OK | Andreas Guldstrand |
2015-11-30 | Set the system perl as the perl we want to use | Andreas Guldstrand |
2015-11-14 | Additional Perl::Critic::Freenode fixes, and one missed prototype | Andreas Guldstrand |
2015-11-14 | Remove prototypes and make sure subs are called with () | Andreas Guldstrand |
2013-09-20 | SBO-Lib/lib/SBO/Lib.pm, sboinstall, sboremove, sboupgrade: remove smartmatch | j pipkin |
2013-01-13 | removed req_store. warnings{sbo} equals %README% if readme is required | xocel |
2013-01-12 | resolve items marked TODO | J Pipkin |
2013-01-12 | implement failure-dependent exit statuses, ask to proceed if a failure is enc... | J Pipkin |
2013-01-05 | reverted get_inst_names back to 1.3, commented out get_installed_sbos, update... | xocel |
2013-01-04 | Added get_installed_packages, modified get_inst_names to be compatible with n... | xocel |
2013-01-03 | fixes #26 | xocel |
2012-12-31 | elide space between function names and any following open parentheses | J Pipkin |
2012-12-30 | sboremove: minor fixes, moved get_requires to lib.pm, added tests, updated ma... | xocel |
2012-12-28 | sboremove updated | xocel |
2012-12-22 | sboremove, generage two de-duped arrays, @sbos which contains CLI-specified i... | J Pipkin |
2012-12-06 | first bit of sboremove rewrite - use a complex data structure to know which a... | Jacob Pipkin |
2012-11-30 | fix bug I introduced | 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-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-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 | 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-04 | changes to support get_sbo_location changes | Jacob Pipkin |
2012-10-29 | sboremove: fixed missing ; line 192 | xocel |
2012-10-28 | sboremove: minor changes | xocel |
2012-10-15 | sboremove: changed -f to -a | xocel |