aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO
AgeCommit message (Collapse)Author
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
See #44.
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-29SBO::Lib::Util: only warn when $conf_file existsAndreas 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-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-26SBO::Lib: use the separated out codeAndreas 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-15sbo*, man*, SBO::Lib: trailing whitespace fixesAndreas Guldstrand
2016-07-27SBO::Lib: change copy op to move+copy backAndreas Guldstrand
This is so the node won't change when we restore after having made changes. This should fix #40.
2016-07-02SBO::Lib: add 14.2 repo to known reposAndreas Guldstrand
2016-06-15SBO::Lib: refactor version_cmp to get kernel version from functionAndreas Guldstrand
2016-06-14#43 - kernel version strings can include "-", so replace it with "_"Andreas Guldstrand
2016-06-14SBO::Lib: strip off kernel from version stringsAndreas Guldstrand
This fixes #43.
2016-06-01SBO::Lib: rewrite get_available_updates to not be so funkyAndreas Guldstrand
2016-05-27SBO::Lib::git_sbo_tree: make sure chdir()s return trueAndreas Guldstrand
2016-05-26SBO::Lib check_repo(): guard make_path in an evalAndreas Guldstrand
so we get the correct exit status and error message
2016-05-22SBO::Lib: document race condition in git_sbo_tree where $cwd could be deletedAndreas Guldstrand
2016-05-21SBO::Lib: document race condition in git_sbo_tree where $repo_path can be ↵Andreas Guldstrand
deleted
2016-05-20SBO::Lib: document race condition in migrate_repoAndreas Guldstrand
2016-05-19SBO::Lib: reword race condition message in open_fhAndreas Guldstrand
2016-05-15SBO::Lib: document another race conditionAndreas Guldstrand
2016-05-14SBO::Lib: document another race condition in git fetch/reset comboAndreas Guldstrand
2016-05-13SBO::Lib: Add race condition check to read_configAndreas Guldstrand
2016-05-11SBO::Lib: add _race::cond subroutineAndreas Guldstrand
for identifying, documenting, and testing race conditions
2016-05-04SBO::Lib: fix bug where pressing enter after invalid option supplied didn't workAndreas Guldstrand
2016-05-04SBO::Lib: whitespace fixesAndreas Guldstrand
2016-05-04SBO::Lib: get_sbo_version coerced false values to undef uselesslyAndreas Guldstrand
2016-05-03SBO::Lib:: rewrite get_installed_cpans()Andreas Guldstrand
2016-04-25SBO::Lib: change condition checks to read betterAndreas Guldstrand
2016-04-23SBO::Lib: get_sbo_locations: No need to open slackbuilds.txt if all sbos ↵Andreas Guldstrand
already known
2016-04-23SBO::Lib: get_sbo_location(s)? check args betterAndreas Guldstrand