aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-02-14man1: Document download behaviour. This closed #66.Andreas Guldstrand
2018-02-14SBO::Lib::App: add $VERSION statementAndreas Guldstrand
2018-02-14travis: also test on perl 5.26Andreas Guldstrand
2018-02-14t/03-travis.t: Damn unicode foiled me once againAndreas Guldstrand
2018-02-14t/: Fix up testsAndreas Guldstrand
2018-02-14SBO::App: Fix package name and method lookupAndreas Guldstrand
2018-02-14t/09-multilib.t: Add sboremove testAndreas Guldstrand
See #65
2018-02-14sbosnap: move everything to module and make it OOAndreas Guldstrand
2018-02-14SBO::App: separate out new constructorAndreas Guldstrand
2018-02-14Strip -compat32 from slackbuild names and make sure to properly return an ↵Andreas Guldstrand
array reference This fixes #65
2018-02-14sboremove: move everything to module and make it OOAndreas Guldstrand
2017-05-30sbofind: optimise searchingAndreas Guldstrand
On my machine, before this commit, 'sbofind R' would spend 2.5 minutes searching, 6.5 minutes outputting results After this commit, 'sbofind R' would spend 4 seconds searching, 6.5 minutes outputting results See #48.
2017-05-18Set release date in README.md and ChangesAndreas Guldstrand
2017-05-18Update date in man-pagesAndreas Guldstrand
2017-05-18Update README.md and ChangesAndreas Guldstrand
2017-05-1832-info.t: fix a typo in a test nameAndreas Guldstrand
2017-05-18t/03-travis.t: fix up travis tests for new sbofind outputAndreas Guldstrand
2017-05-18t/01-unit.t: remove pull_sbo_tree testAndreas Guldstrand
2017-05-18sbofind: add version to result output - This closes #60.Andreas Guldstrand
2017-05-18SBO::Lib::Repo: exit with error when repo synch fails.Andreas Guldstrand
This fixes #61.
2017-03-25Update README.pm and ChangesAndreas Guldstrand
2017-03-25t/04-install.t: add tests for --reinstall optionAndreas Guldstrand
See #58.
2017-03-25t/31-template.t: fix skipping when not under travisAndreas Guldstrand
2017-03-25sboinstall: add --reinstall commandline option.Andreas Guldstrand
This fixes #58.
2017-03-25SBO::Lib::Util: fix typo in prompt() documentationAndreas Guldstrand
2017-02-06Updated README.md and ChangesAndreas Guldstrand
2017-02-06SBO::Lib::Readme: Add a fix for useradd/groupadd commands which span lines.Andreas Guldstrand
This closes #57.
2017-02-06t/31-template.t: add tests for useradd/groupadd commands which span lines; ↵Andreas Guldstrand
see #57
2017-02-06t/ useradd/groupadd in README change from 200 to 199 to not conflict with ↵Andreas Guldstrand
possible postfix install
2017-02-05Update README.md and ChangesAndreas Guldstrand
2017-02-05Bump version to 2.4Andreas Guldstrand
2017-02-05t/ fix up some tests for new sboremoveAndreas Guldstrand
2017-02-05sboremove: three more small fixes in logicAndreas Guldstrand
2017-02-04sboremove: fix a few missesAndreas Guldstrand
2017-02-04sboremove: rewrite almost completelyAndreas Guldstrand
2017-02-04SBO::Lib::Pkgs: update doc for get_installed_packagesAndreas Guldstrand
2017-01-21Update date and version in manpagesAndreas Guldstrand
2017-01-21Update README.md and Changes filesAndreas Guldstrand
2017-01-21Fix .info parsing - again. This fixes #55Andreas Guldstrand
2017-01-21Update copyright noticeAndreas Guldstrand
2017-01-21Update versionAndreas Guldstrand
2017-01-17Update man-pages for 2.2 and release 2.2Andreas Guldstrand
2017-01-17Fix parsing of .info files with trailing whitespace. This fixes #54.Andreas Guldstrand
2017-01-15Update version to 2.2Andreas Guldstrand
2017-01-14set release date for 2.1Andreas Guldstrand
2017-01-14update man-pagesAndreas Guldstrand
2017-01-14Update ChangesAndreas Guldstrand
2017-01-14Update README.mdAndreas Guldstrand
2017-01-14SBO::Lib::Repo: don't exclude .tar.gz files when rsyncing. This fixes #53.Andreas Guldstrand
2017-01-14t/01-unit.t: forgot to fix numbering of tests in commentsAndreas Guldstrand