aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-01-10Remove WTFPL references and consolidateSlack Coder
Keep it simple and list this in once place.
2025-01-10Fix and use Docker for testingSlack Coder
Document testing and provide a docker file for others to use. Also fix some breaking tests for 15.0.
2024-12-04Bump 2.7.2v2.7.2Slack Coder
2024-12-04Correct Perl modules authorSlack Coder
New maintainer.
2024-12-04Update manpage header informationSlack Coder
2024-12-04Update documentationSlack Coder
- Include email address for bug reports. - Update README. - Note about compat32.
2024-12-04Remove Changes fileSlack Coder
Keep it simple by keeping a single changelog. The perl module is not on cpan anyways.
2024-12-02Change to MIT LicenseSlack Coder
2024-11-24Rename to sbotools2v2.7.1Slack Coder
2024-08-16Use Change Log fileSlack Coder
2024-08-16README: Make fork friendlier for usersSlack Coder
- How to audit code Help users understand how the audit forks changes. - Use Gnupg for verification. - README: Update Change Log Keep the change log up to date.
2024-08-16Support Slackware 15.0Slack Coder
Add the support URL for Slackware 15.0
2024-08-16slackbuild: install zsh completionsAndreas Guldstrand
2024-08-16update sboclean completion for 2.6David O'Shaughnessy
2024-08-16use instead of hardcoded path for SBo repoDavid O'Shaughnessy
2024-08-16initial commit zsh completionsDavid O'Shaughnessy
2019-04-28Update version to 2.7 and update changes/readmeAndreas Guldstrand
2019-04-28sbofind: really fix exact matchesAndreas Guldstrand
Closes #71.
2019-04-2703-travis.t: fix upsAndreas Guldstrand
2019-04-27travis: no need to list all the cover.db filesAndreas Guldstrand
2019-04-27travis: test with perl 5.28Andreas Guldstrand
2019-04-2701-unit.t: Update test for changed unsupported version behaviourAndreas Guldstrand
2019-04-27bring slackbuild files up to date with SBoAndreas Guldstrand
2019-04-27Update Changes and README.mdAndreas Guldstrand
2019-04-27update version to 2.6.Andreas Guldstrand
2019-04-27sboinstall, Build, Info: Allow ignoring of SBo from reqs that doesn't existAndreas Guldstrand
2019-04-27sbofind: fix exact matchesAndreas Guldstrand
Closes #71.
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