aboutsummaryrefslogtreecommitdiff
path: root/sboupgrade
AgeCommit message (Collapse)Author
2025-04-02Fix sanity checks in sboinstall, sboupgradeSlack Coder
2025-02-20Bail out on bad argumentsSlack Coder
2025-01-28Avoid requiring root accessSlack Coder
Make temporary folder generation lazy to postpone requiring root access until needed.
2024-12-02Change to MIT LicenseSlack Coder
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
This closes #12
2015-12-06Change from @EXPORT to @EXPORT_OKAndreas Guldstrand
2015-12-05sboupgrade: add --all option for all upgradesAndreas Guldstrand
In order to not be asked twice about things already supplied we also need uniq to be exported from SBO::Lib. This fixes #9
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 ↵j pipkin
globally-unused %updates
2013-09-20SBO-Lib/lib/SBO/Lib.pm, sboinstall, sboremove, sboupgrade: remove smartmatchj pipkin
usage; t/test.t: remove smartmatch usage, fix bug where we were testing @symlinks as though its contents would be in a specific order whereas actually it is populated from a hash.
2013-03-09set @$upgrade_queue back to @temp_queue after running user_prompt() for each ↵J Pipkin
@$upgrade_queue
2013-03-02return 0 instead of undef from get_sbo_location, test return with if instead ↵J Pipkin
of with if defined
2013-01-12resolve items marked TODOJ Pipkin
2013-01-12implement failure-dependent exit statuses, ask to proceed if a failure is ↵J Pipkin
encountered during the process
2013-01-10fix reference passing stuff, fix print_failures(), fix bug pushing empty ↵J Pipkin
list which caused sboupgrade/install to die instead of printing failures at the download/verify stage, remove old get_installed_sbos()
2013-01-10This reverts commit 3673d4d416b509032daa7e1483bc24daa32ff3d4.J Pipkin
it will be easier to be consistent with passing refs for arrays and hashes, so we'll fix it that way instead.
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 ↵J Pipkin
accordingly
2013-01-06perform download, md5sum verification, and creation of symlinks prior to ↵J Pipkin
building any sbos
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, ↵xocel
updated get_installed_packages
2013-01-04stop pulling version, integrate into sboupgradeJ Pipkin
2013-01-04Added get_installed_packages, modified get_inst_names to be compatible with ↵xocel
new sub
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