aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib
AgeCommit message (Collapse)Author
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
2015-12-31Fix bug where a failing convertpkg-compat32 wasn't noticed.Andreas Guldstrand
2015-12-28Make sure we only use --info=progress2 on new osAndreas Guldstrand
Slackware 14.1 and below don't support it, so the slackware version needs to be reported as higher than 14.1 for us to use it.
2015-12-28Add --info=progress2 to rsync argumentsAndreas Guldstrand
This outputs some information about speed. Fixes #26
2015-12-21Handle check_distfiles() return values properlyAndreas Guldstrand
This fixes #21.
2015-12-18Fix package cleanupAndreas Guldstrand
2015-12-14All relevant issues now have mention in the ChangesAndreas Guldstrand
2015-12-14Better md formatting and add the last 2 ChangesAndreas Guldstrand
2015-12-14Update Changes and reorganise themAndreas Guldstrand
2015-12-13Update ftp.slackware.org.uk to slackware.ukAndreas Guldstrand
2015-12-12SBO::Lib: Fix in(), and use it in more placesAndreas Guldstrand
2015-12-12Automatically migrate a version 1.x repo to a 2.x oneAndreas Guldstrand
2015-12-11Changed check of $sbo_home to $repo_pathAndreas Guldstrand
2015-12-09Add missing commaAndreas Guldstrand
2015-12-08Update manpages and scripts for #6Andreas Guldstrand
2015-12-08Update versionAndreas Guldstrand
2015-12-08Further changes to support #6Andreas Guldstrand
2015-12-08Start work supporting alternate repositoriesAndreas Guldstrand
See #6
2015-12-07Update Changes file againAndreas Guldstrand
2015-12-07Update Changes fileAndreas Guldstrand
2015-12-07Bail out gracefully if a dependency can't be foundAndreas Guldstrand
This fixes #16
2015-12-07Next version will be 2.0; remove a long deprecated featureAndreas Guldstrand
2015-12-07Add a few more changesAndreas Guldstrand