aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO
AgeCommit message (Expand)Author
2024-08-16Support Slackware 15.0Slack Coder
2019-04-28Update version to 2.7 and update changes/readmeAndreas Guldstrand
2019-04-27update version to 2.6.Andreas Guldstrand
2019-04-27sboinstall, Build, Info: Allow ignoring of SBo from reqs that doesn't existAndreas Guldstrand
2019-04-27SBO::Lib::{Repo,Util}: Change how versions translates to URLsAndreas Guldstrand
2019-04-27Merge pull request #79 from 9m9/masterpink-mist
2018-12-23add tries option when wget from slackware.uk9m9
2018-12-22config wget maximum trying times to 59m9
2018-10-06escape left brace after perl update (solving issue #75)Pedro Ribeiro Mendes JĂșnior
2018-02-14Bump versionAndreas Guldstrand
2018-02-14SBO::Lib::App: add $VERSION statementAndreas Guldstrand
2018-02-14SBO::App: Fix package name and method lookupAndreas Guldstrand
2018-02-14sbosnap: move everything to module and make it OOAndreas Guldstrand
2018-02-14SBO::App: separate out new constructorAndreas Guldstrand
2018-02-14Strip -compat32 from slackbuild names and make sure to properly return an arr...Andreas Guldstrand
2018-02-14sboremove: move everything to module and make it OOAndreas Guldstrand
2017-05-18SBO::Lib::Repo: exit with error when repo synch fails.Andreas Guldstrand
2017-03-25SBO::Lib::Util: fix typo in prompt() documentationAndreas Guldstrand
2017-02-06SBO::Lib::Readme: Add a fix for useradd/groupadd commands which span lines.Andreas Guldstrand
2017-02-05Bump version to 2.4Andreas Guldstrand
2017-02-04SBO::Lib::Pkgs: update doc for get_installed_packagesAndreas Guldstrand
2017-01-21Fix .info parsing - again. This fixes #55Andreas Guldstrand
2017-01-21Update copyright noticeAndreas Guldstrand
2017-01-21Update versionAndreas Guldstrand
2017-01-17Fix parsing of .info files with trailing whitespace. This fixes #54.Andreas Guldstrand
2017-01-15Update version to 2.2Andreas Guldstrand
2017-01-14SBO::Lib::Repo: don't exclude .tar.gz files when rsyncing. This fixes #53.Andreas Guldstrand
2017-01-13SBO::Lib::Readme: allow exporting ask_other_readmesAndreas Guldstrand
2016-12-16SBO::Lib::Readme: add documentation for ask_other_readmesAndreas Guldstrand
2016-12-14SBO::Lib::Readme: add ask_other_readmes which asks to display other readmesAndreas Guldstrand
2016-12-13SBO::Lib::Info: fix bug in parse_info with wrong handling of empty valuesAndreas Guldstrand
2016-12-12SBO::Lib::Info: fix bug in parse_info with wrong key regexAndreas Guldstrand
2016-12-10SBO::Lib::Repo: add --no-local switch to git clone command. This closes #47.Andreas Guldstrand
2016-12-08SBO::Lib::Info: document parse_info. This closes #46.Andreas Guldstrand
2016-12-07SBO::Lib::Info: add parse_info sub for parsing .info files properlyAndreas Guldstrand
2016-12-05SBO::Lib::Util: update documentation for version_cmp. This closes #45.Andreas Guldstrand
2016-12-04SBO::Lib::Util: fix version_cmp for #45.Andreas Guldstrand
2016-09-21SBO::Lib*: declare all POD as being in UTF-8Andreas Guldstrand
2016-09-18SBO::Lib*: update version to 2.1Andreas Guldstrand
2016-09-07sbo*, SBO::Lib::*: make use of prompt() for getting user inputAndreas Guldstrand
2016-09-06SBO::Lib::Util: add prompt() routine to handle prompting the user for inputAndreas Guldstrand
2016-09-05SBO::Lib: add documentation pointing to submodulesAndreas Guldstrand
2016-09-04SBO::Lib::Build: perform_sbo: use $changes{jobs} to check if JOBS should be setAndreas Guldstrand
2016-09-01SBO::Lib::Readme: Fix user_prompt() behaviour and fix up tests for itAndreas Guldstrand
2016-08-31sboinstall: report full package name for something already installed.Andreas Guldstrand
2016-08-30SBO::Lib::Build: no need for complicated file handling for what is essentiall...Andreas Guldstrand
2016-08-30SBO::Lib::Build: perform_sbo should change back from the SBo dir after buildingAndreas Guldstrand
2016-08-30SBO::Lib::Build: add run_tee() to handle command running and outputAndreas Guldstrand
2016-08-29SBO::Lib::Util: only warn when $conf_file existsAndreas Guldstrand
2016-08-29SBO::Lib::Readme: let get_readme_contents use slurp() tooAndreas Guldstrand