Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-19 | pull_sbo_tree(): Only find() if the directory exists | Andreas Guldstrand | |
2016-04-19 | SBO::Lib::git_sbo_tree(): Remove redundant statement | Andreas Guldstrand | |
2016-04-19 | Check that .git/config file exists before attempting to open it | Andreas Guldstrand | |
2016-04-19 | SBO::Lib: consolidate error handling in git_sbo_tree() | Andreas Guldstrand | |
2016-04-19 | $File::Find::name is never empty | Andreas Guldstrand | |
2016-04-16 | Add indent() sub to exports | Andreas Guldstrand | |
2016-04-16 | Change argument checking to use postscript unless | Andreas Guldstrand | |
2016-04-13 | Rewrite make line only if jobs specified | Andreas Guldstrand | |
See #41. | |||
2016-04-13 | Fix parallel builds by adding $MAKEOPTS | tom-crane | |
Patch from tom-crane in issue #41. | |||
2016-04-09 | Add indent() sub for easy indenting of text | Andreas Guldstrand | |
2016-03-09 | Make sure we have SBOs to check | Andreas Guldstrand | |
2016-03-09 | Hopefully speed up get_installed_packages() significantly | Andreas Guldstrand | |
2016-03-02 | No need for a temporary variable to deref an array if it's a ref | Andreas Guldstrand | |
2016-03-01 | Change $pkg_db comment to reflect renamed test file | Andreas Guldstrand | |
2016-02-27 | Missed one exists() | Andreas Guldstrand | |
2016-02-27 | Change a number of exists() checks on arrays to scalar array instead | Andreas Guldstrand | |
2016-02-20 | sbocheck: include LO vs SBo version mismatches | Andreas Guldstrand | |
And generally make the output more coherent. This also adds tests for this feature. Closes #20. | |||
2016-02-19 | Add check for package being made and tests for it. This fixes #35. | Andreas Guldstrand | |
2016-02-14 | Change a diamond glob to an explicit glob() | Andreas Guldstrand | |
2016-02-14 | No need to check NON_INT arg there; it would have already returned | Andreas Guldstrand | |
2016-02-14 | Change unsupported conditional declarations to proper code | Andreas Guldstrand | |
2016-02-13 | git fetch; git reset --hard origin; instead of pulling. This fixes #27 | Andreas Guldstrand | |
2015-12-31 | Fix bug where a failing convertpkg-compat32 wasn't noticed. | Andreas Guldstrand | |
2015-12-28 | Make sure we only use --info=progress2 on new os | Andreas 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-28 | Add --info=progress2 to rsync arguments | Andreas Guldstrand | |
This outputs some information about speed. Fixes #26 | |||
2015-12-21 | Handle check_distfiles() return values properly | Andreas Guldstrand | |
This fixes #21. | |||
2015-12-18 | Fix package cleanup | Andreas Guldstrand | |
2015-12-13 | Update ftp.slackware.org.uk to slackware.uk | Andreas Guldstrand | |
2015-12-12 | SBO::Lib: Fix in(), and use it in more places | Andreas Guldstrand | |
2015-12-12 | Automatically migrate a version 1.x repo to a 2.x one | Andreas Guldstrand | |
2015-12-11 | Changed check of $sbo_home to $repo_path | Andreas Guldstrand | |
2015-12-09 | Add missing comma | Andreas Guldstrand | |
2015-12-08 | Update manpages and scripts for #6 | Andreas Guldstrand | |
2015-12-08 | Update version | Andreas Guldstrand | |
2015-12-08 | Further changes to support #6 | Andreas Guldstrand | |
2015-12-08 | Start work supporting alternate repositories | Andreas Guldstrand | |
See #6 | |||
2015-12-07 | Bail out gracefully if a dependency can't be found | Andreas Guldstrand | |
This fixes #16 | |||
2015-12-07 | Local overrides may have nonexistent fields | Andreas Guldstrand | |
This fixes #14 | |||
2015-12-07 | Change newline cuddling of local overrides message | Andreas Guldstrand | |
2015-12-07 | Let's end the module properly | Andreas Guldstrand | |
... so we don't rely on the last assignment or subroutine call | |||
2015-12-07 | Alert that a local override is being used | Andreas Guldstrand | |
This fixes #13 This fixes #15 Yay, 2 fixes for the price of one commit! | |||
2015-12-06 | Change from @EXPORT to @EXPORT_OK | Andreas Guldstrand | |
2015-12-05 | Change version comparison | Andreas Guldstrand | |
Sometimes versions aren't in order. This might have been the cause of issue #11 | |||
2015-12-05 | sboupgrade: add --all option for all upgrades | Andreas Guldstrand | |
In order to not be asked twice about things already supplied we also need uniq to be exported from SBO::Lib. This fixes #9 | |||
2015-12-04 | Allow to override the version of slackware to grab from SBo | Andreas Guldstrand | |
2015-12-04 | Add ability to set a directory of local overrides. | Andreas Guldstrand | |
This fixes #8 | |||
2015-12-03 | Refactor the filename extraction from link | Andreas Guldstrand | |
2015-12-03 | Use sbosrcarch if a download fails | Andreas Guldstrand | |
This should solve #7 but further testing is warranted | |||
2015-11-27 | Update version, website, and maintainer info | Andreas Guldstrand | |
2015-11-26 | This shouldn't be a regex. chomp() and eq properly. | Andreas Guldstrand | |