aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib
AgeCommit message (Collapse)Author
2016-07-02Set release date for 2.0Andreas Guldstrand
2016-07-02SBO::Lib: add 14.2 repo to known reposAndreas Guldstrand
2016-06-15Update changes fileAndreas 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
2016-04-19pull_sbo_tree(): Only find() if the directory existsAndreas Guldstrand
2016-04-19SBO::Lib::git_sbo_tree(): Remove redundant statementAndreas Guldstrand
2016-04-19Check that .git/config file exists before attempting to open itAndreas Guldstrand
2016-04-19SBO::Lib: consolidate error handling in git_sbo_tree()Andreas Guldstrand
2016-04-19$File::Find::name is never emptyAndreas Guldstrand
2016-04-16Add indent() sub to exportsAndreas Guldstrand
2016-04-16Change argument checking to use postscript unlessAndreas Guldstrand
2016-04-13Rewrite make line only if jobs specifiedAndreas Guldstrand
See #41.
2016-04-13Fix parallel builds by adding $MAKEOPTStom-crane
Patch from tom-crane in issue #41.
2016-04-09Add indent() sub for easy indenting of textAndreas Guldstrand
2016-03-09Make sure we have SBOs to checkAndreas Guldstrand
2016-03-09Hopefully speed up get_installed_packages() significantlyAndreas Guldstrand
2016-03-02No need for a temporary variable to deref an array if it's a refAndreas Guldstrand
2016-03-01Change $pkg_db comment to reflect renamed test fileAndreas Guldstrand
2016-02-27Missed one exists()Andreas Guldstrand
2016-02-27Change a number of exists() checks on arrays to scalar array insteadAndreas Guldstrand
2016-02-25Update README.md and Changes filesAndreas Guldstrand
2016-02-20sbocheck: include LO vs SBo version mismatchesAndreas Guldstrand
And generally make the output more coherent. This also adds tests for this feature. Closes #20.
2016-02-19Add check for package being made and tests for it. This fixes #35.Andreas Guldstrand
2016-02-14Change a diamond glob to an explicit glob()Andreas Guldstrand
2016-02-14No need to check NON_INT arg there; it would have already returnedAndreas Guldstrand
2016-02-14Change unsupported conditional declarations to proper codeAndreas Guldstrand
2016-02-14Update README and Changes filesAndreas Guldstrand
2016-02-13git fetch; git reset --hard origin; instead of pulling. This fixes #27Andreas Guldstrand
2016-01-08Update Sort::Versions test file tooAndreas Guldstrand
2016-01-08Updated Sort::Versions from 1.50 to 1.62Andreas Guldstrand