aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-22SBO-Lib/README: update SBO-Lib version in READMEAndreas Guldstrand
2016-09-21SBO::Lib*: declare all POD as being in UTF-8Andreas Guldstrand
2016-09-20tools/update_version.sh: only update what actually looks like a $VERSION in ↵Andreas Guldstrand
perl scripts
2016-09-19slackbuild/* Update version in slackbuild script tooAndreas Guldstrand
2016-09-18SBO::Lib*: update version to 2.1Andreas Guldstrand
2016-09-17tools/update_versions.sh: Fix whitespace to be consistentAndreas Guldstrand
2016-09-16Add SBO::Lib::<submodules> to the version updating scriptAndreas Guldstrand
2016-09-15.travis.yml: Add Test2 things to install commandAndreas Guldstrand
2016-09-14Test::Execute: rewrite to use Test2 infrastructureAndreas Guldstrand
2016-09-1325-unit-sbofind.t: use Test::Sbotools's load()Andreas Guldstrand
2016-09-1224-unit-sboconfig.t: use Test::Sbotools's load()Andreas Guldstrand
2016-09-1123-unit-sboclean.t: use Test::Sbotools's load()Andreas Guldstrand
2016-09-1005-upgrade.t: tests will fail if nesb2 is mistakenly already installed, so ↵Andreas Guldstrand
clean it up
2016-09-0905-upgrade.t: add test for answering with defaults and answering weirdlyAndreas Guldstrand
2016-09-0802.1-unit-args.t: add unit test of get_readme_contentsAndreas 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-03t/prep.pl: delete as it's no longer neededAndreas Guldstrand
2016-09-0204-install.t: add test for compat32 on fake 32bitAndreas Guldstrand
2016-09-0131-template.t: add tests for template failuresAndreas Guldstrand
2016-09-01sboinstall: guard template decoding with evalAndreas Guldstrand
2016-09-01SBO::Lib::Readme: Fix user_prompt() behaviour and fix up tests for itAndreas Guldstrand
2016-09-01sboupgrade: fix some whitespace issuesAndreas Guldstrand
2016-09-01sbo*: fix vim modelineAndreas Guldstrand
2016-09-01sboinstall: add support for templates. this closes #38.Andreas Guldstrand
2016-08-3130-race-sboconfig.t: add race test for sboconfigAndreas Guldstrand
2016-08-3129-unit-sboremove.t: unit test for sboremoveAndreas Guldstrand
2016-08-3102.2-unit-repo.t: add test for get_sbo_downloads for 32bitAndreas Guldstrand
2016-08-31sboremove: be explicit that it's for SlackBuilds.org packagesAndreas Guldstrand
This closes #44.
2016-08-31sboinstall: alphabetise use importsAndreas Guldstrand
2016-08-31sboinstall: report full package name for something already installed.Andreas Guldstrand
See #44.
2016-08-3002.1-unit-args.t: remove test that isn't needed anymoreAndreas Guldstrand
2016-08-30SBO::Lib::Build: no need for complicated file handling for what is ↵Andreas Guldstrand
essentially just a list
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-2922-race.t: rewrite race test for read_configAndreas Guldstrand
2016-08-2922-race.t: remove race test for read_configAndreas Guldstrand
2016-08-29SBO::Lib::Util: only warn when $conf_file existsAndreas Guldstrand
2016-08-2916-clean.t: skip unless TEST_INSTALL is trueAndreas Guldstrand
2016-08-2916-clean.t: make sure PKG_DIR is FALSEAndreas Guldstrand
2016-08-2907-fail.t: missed a removepkg nonexistentslackbuildAndreas Guldstrand
2016-08-29sbofind: let get_file_contents use slurp() as wellAndreas Guldstrand
2016-08-29SBO::Lib::Readme: let get_readme_contents use slurp() tooAndreas Guldstrand
2016-08-29SBO::Lib::Info: let get_from_info use slurp() tooAndreas Guldstrand
2016-08-29SBO::Lib::Util: read_config can use slurp()Andreas Guldstrand
2016-08-28sboconfig: move slurp() to SBO::Lib::Util, and document itAndreas Guldstrand
2016-08-2802.2-unit-repo.t: make sure we don't try with a too new slackware versionAndreas Guldstrand
2016-08-2802.2-unit-repo.t: add debugging outputAndreas Guldstrand