aboutsummaryrefslogtreecommitdiff
path: root/sboupgrade
AgeCommit message (Expand)Author
2019-04-27sboinstall, Build, Info: Allow ignoring of SBo from reqs that doesn't existAndreas Guldstrand
2016-09-07sbo*, SBO::Lib::*: make use of prompt() for getting user inputAndreas Guldstrand
2016-09-01sboupgrade: fix some whitespace issuesAndreas Guldstrand
2016-09-01sbo*: fix vim modelineAndreas Guldstrand
2016-08-16sbo*: expand non-leading tabs into spaces to align things properlyAndreas Guldstrand
2016-08-15sbo*, man*, SBO::Lib: trailing whitespace fixesAndreas Guldstrand
2016-06-13sboupgrade: change //= construct to be more verboseAndreas Guldstrand
2016-06-13sboupgrade: get rid of no-longer-used variablesAndreas Guldstrand
2016-04-16Remove useless conditions from show_usage/version invocationsAndreas Guldstrand
2016-03-03sbo*: Add returns to subs missing them and check @_ betterAndreas Guldstrand
2016-02-13Add show_version to sbo scriptsAndreas Guldstrand
2016-02-12Don't try to install or upgrade slackware packagesAndreas Guldstrand
2015-12-16Fix bug where sboupgrade -f wasn't workingAndreas Guldstrand
2015-12-08Update author list in scriptsAndreas Guldstrand
2015-12-07Next version will be 2.0; remove a long deprecated featureAndreas Guldstrand
2015-12-07sboupgrade: handle dependencies properlyAndreas Guldstrand
2015-12-06Change from @EXPORT to @EXPORT_OKAndreas Guldstrand
2015-12-05sboupgrade: add --all option for all upgradesAndreas Guldstrand
2015-11-30Set the system perl as the perl we want to useAndreas Guldstrand
2015-11-14Additional Perl::Critic::Freenode fixes, and one missed prototypeAndreas Guldstrand
2015-11-14Remove prototypes and make sure subs are called with ()Andreas Guldstrand
2013-09-20collapse two consecutive "unless ($force) {" sections into one, get rid of gl...j pipkin
2013-09-20SBO-Lib/lib/SBO/Lib.pm, sboinstall, sboremove, sboupgrade: remove smartmatchj pipkin
2013-03-09set @$upgrade_queue back to @temp_queue after running user_prompt() for each ...J Pipkin
2013-03-02return 0 instead of undef from get_sbo_location, test return with if instead ...J Pipkin
2013-01-12resolve items marked TODOJ Pipkin
2013-01-12implement failure-dependent exit statuses, ask to proceed if a failure is enc...J Pipkin
2013-01-10fix reference passing stuff, fix print_failures(), fix bug pushing empty list...J Pipkin
2013-01-10This reverts commit 3673d4d416b509032daa7e1483bc24daa32ff3d4.J Pipkin
2013-01-11%failures now declared as , sboinstall line 96: changed to %locationsxocel
2013-01-09split sboupgrade from sboinstallJ Pipkin
2013-01-07remove exit 1 from print_failures subroutineJ Pipkin
2013-01-07exit 1 if failureJ Pipkin
2013-01-06propogate @symlinks from check_distfiles to do_slackbuild, update tests accor...J Pipkin
2013-01-06perform download, md5sum verification, and creation of symlinks prior to buil...J Pipkin
2013-01-06Merge branch 'cpan_fix', fixes #23J Pipkin
2013-01-05replaced =~ s/^perl-//g; with =~ ...xocel
2013-01-05reverted get_inst_names back to 1.3, commented out get_installed_sbos, update...xocel
2013-01-04stop pulling version, integrate into sboupgradeJ Pipkin
2013-01-04Added get_installed_packages, modified get_inst_names to be compatible with n...xocel
2013-01-03merged c32_x64_fix, fixes #25J Pipkin
2013-01-03fixes #26xocel
2012-12-31die if -p is specified without -NJ Pipkin
2012-12-31remove no-longer-used get_readme_path()J Pipkin
2012-12-31elide space between function names and any following open parenthesesJ Pipkin
2012-12-28fixed testsxocel
2012-12-16fixed typo (missing 'like') in options linexocel
2012-12-16fixed duplicates in queue when req matches sbo on command linexocel
2012-11-30shared creditJacob Pipkin
2012-11-30fix type location -> locateJacob Pipkin