aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-04-27sboinstall: fix --reinstall optionAndreas Guldstrand
Closes #72.
2019-04-27SBO::Lib::{Repo,Util}: Change how versions translates to URLsAndreas Guldstrand
Closes #73.
2019-04-27sboclean: allow the old options to still workAndreas Guldstrand
2019-04-27Merge pull request #52 from chinarulezzz/fix_sboclean_optspink-mist
sboclean: change options --clean-dist|--clean-work into simple --dist|--work
2019-04-27Merge pull request #79 from 9m9/masterpink-mist
config wget maximum trying times to 5
2019-04-27Merge pull request #78 from pedrormjunior/leftbracepink-mist
escape left brace after perl update Closes #77. Closes #75.
2018-12-23add tries option when wget from slackware.uk9m9
2018-12-22config wget maximum trying times to 59m9
2018-10-06escape left brace after perl update (solving issue #75)Pedro Ribeiro Mendes Júnior
2018-02-14travis: no need to run non-installation testsAndreas Guldstrand
2018-02-14Update Changes file and README.mdAndreas Guldstrand
2018-02-14tools/htmlgen.sh: add -h flagAndreas Guldstrand
2018-02-14Bump versionAndreas Guldstrand
2018-02-14tools/update_versions.sh: Add new SBO::App filesAndreas Guldstrand
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