aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-08-16Use Change Log fileHEADmasterSlack 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
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