aboutsummaryrefslogtreecommitdiff
path: root/sboinstall
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
2019-04-27sboinstall: fix --reinstall optionAndreas Guldstrand
Closes #72.
2017-03-25sboinstall: add --reinstall commandline option.Andreas Guldstrand
This fixes #58.
2016-09-07sbo*, SBO::Lib::*: make use of prompt() for getting user inputAndreas Guldstrand
2016-09-01sboinstall: guard template decoding with evalAndreas Guldstrand
2016-09-01sbo*: fix vim modelineAndreas Guldstrand
2016-09-01sboinstall: add support for templates. this closes #38.Andreas Guldstrand
2016-08-31sboinstall: alphabetise use importsAndreas Guldstrand
2016-08-31sboinstall: report full package name for something already installed.Andreas Guldstrand
See #44.
2016-08-16sbo*: expand non-leading tabs into spaces to align things properlyAndreas Guldstrand
2016-04-26sboinstall: a few more whitespace fixesAndreas Guldstrand
2016-04-25sboinstall: change condition check to read betterAndreas Guldstrand
2016-04-25sboinstall Whitespace fixes - indent with tabsAndreas Guldstrand
2016-04-16Remove useless conditions from show_usage/version invocationsAndreas Guldstrand
2016-04-16Test show_usage output for all the sbo* commandsAndreas 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-08Update author list in scriptsAndreas Guldstrand
2015-12-06Change from @EXPORT to @EXPORT_OKAndreas 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-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-28fix cpan-searching regex to include ^ and $, dont check against cpan unless ↵J Pipkin
sbo =~ /^perl-/
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
2012-12-31elide space between function names and any following open parenthesesJ Pipkin
2012-11-30shared creditJacob Pipkin
2012-10-04removed 'date:' line from comments, cleanups for quote consistency, etcJacob Pipkin
2012-09-21sboinstall converted to long options and fixes added from 0.8Jacob Pipkin
2012-09-01more and more cleanups and fixesJacob Pipkin
2012-09-01more cleanups and fixes and suchJacob Pipkin
2012-08-30changes for REQUIRES in SBos for 14, and many cleanups, fixes, enhancementsJacob Pipkin
2012-06-11added vim lines to everythingJacob Pipkin
2012-06-11bunch more code reductions and stuffJacob Pipkin
2012-06-01added -R option to sbo(install|upgrade) to view README but not parse ↵Jacob Pipkin
requirements
2012-05-30many small cleanups, fixes for consistency, code reduction, etcJacob Pipkin
2012-05-28comments added to the sbo* scriptsJacob Pipkin
2012-05-23cleanupJacob Pipkin
2012-05-13fixed wording for -j: SMP -> multicoreJacob Pipkin