aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-08-2802*.t: add another unit test file with new testsAndreas Guldstrand
2016-08-2801-unit.t: rearrange use SBO::Lib line to import subs alphabeticallyAndreas Guldstrand
2016-08-2801-unit.t: fix up a comment that had too many ;Andreas Guldstrand
2016-08-2826-race-sbocheck: $logfile is a dir, so rmdir instead of unlinkAndreas Guldstrand
2016-08-2820-config.t: test setting multiple options at onceAndreas Guldstrand
2016-08-2801-unit.t: add check_multilib() testAndreas Guldstrand
2016-08-28sboremove: use SBO::Lib line contained duplicate of get_sbo_locationAndreas Guldstrand
2016-08-28SBO-Lib/README: update versions for both SBO::Lib and Sort::VersionsAndreas Guldstrand
2016-08-28SBO::Lib::Util: remove some trailing whitespaceAndreas Guldstrand
2016-08-28SBO::Lib::Info/Tree: move get_orig_version from ::Tree to ::InfoAndreas Guldstrand
and update ::Pkgs accordingly
2016-08-2822-race.t: open_fh() moved to ::UtilAndreas Guldstrand
2016-08-2701-unit.t: $tmpd and get_kernel_version have movedAndreas Guldstrand
2016-08-26SBO::Lib: use the separated out codeAndreas Guldstrand
2016-08-25Add new SBO::Lib::* modules to the MANIFESTAndreas Guldstrand
2016-08-24SBO::Lib::Build: separate out build utils from SBO::LibAndreas Guldstrand
Also adds documentation for the utils.
2016-08-23SBO::Lib::Download: separate out download utils from SBO::LibAndreas Guldstrand
Also adds documentation for the utils.
2016-08-22SBO::Lib::Readme: separate out package utils from SBO::LibAndreas Guldstrand
Also adds documentation for the utils.
2016-08-21SBO::Lib::Pkgs: separate out package utils from SBO::LibAndreas Guldstrand
Also adds documentation for the utils.
2016-08-20SBO::Lib::Info: separate out info utils from SBO::LibAndreas Guldstrand
Also adds documentation for the utils.
2016-08-19SBO::Lib::Tree: separate out tree utils from SBO::LibAndreas Guldstrand
Also adds documentation for the utils.
2016-08-18SBO::Lib::Repo: separate out repo utils from SBO::LibAndreas Guldstrand
Also adds documentation for the utils.
2016-08-17SBO::Lib::Util: separate out some utils from SBO::LibAndreas Guldstrand
Also adds documentation for the utils.
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-08-1320-config.t: test handling of comments, empty lines, and duplicate settingsAndreas Guldstrand