Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-14 | Bring tests up to date | Andreas Guldstrand | |
2015-12-14 | Update test with new repo_path change | Andreas Guldstrand | |
2015-12-14 | Change prep.pl to change @EXPORT_OK instead of @EXPORT | Andreas Guldstrand | |
2015-12-14 | Move the -I switch out and run the tests without do_tests wrapper | Andreas Guldstrand | |
2015-12-14 | Run ./do_tests.sh | Andreas Guldstrand | |
2015-12-14 | Need to change dir for do_tests.sh | Andreas Guldstrand | |
2015-12-14 | Remove sboinstall check from here | Andreas Guldstrand | |
2015-12-14 | Let's see if this version works | Andreas Guldstrand | |
2015-12-14 | Output env and use sudo to do_tests.sh | Andreas Guldstrand | |
2015-12-14 | Let's check sboinstall's return value and then run t/do_tests.sh | Andreas Guldstrand | |
2015-12-14 | Change from ffmpeg to sbotools, and try to build (which will fail at least ↵ | Andreas Guldstrand | |
when making a package) | |||
2015-12-14 | Try sbofind ffmpeg after we've fetched | Andreas Guldstrand | |
2015-12-14 | This seems a better incantation | Andreas Guldstrand | |
2015-12-13 | Let's see if using this incantation works | Andreas Guldstrand | |
2015-12-13 | Specify that we require sudo | Andreas Guldstrand | |
2015-12-13 | Let sbosnap fetch be run with sudo | Andreas Guldstrand | |
2015-12-13 | Set debugging options and do an sbosnap fetch | Andreas Guldstrand | |
2015-12-13 | Specify we're using perl, and which versions | Andreas Guldstrand | |
2015-12-13 | Change permissions on t/travis.sh | Andreas Guldstrand | |
2015-12-13 | Initial travis config | 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-10 | sbofind: [LO] Escape the interpolated search string | Andreas Guldstrand | |
2015-12-09 | Make sbofind search through the local overrides as well | Andreas Guldstrand | |
2015-12-09 | Add missing comma | Andreas Guldstrand | |
2015-12-08 | Update author list in scripts | 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 | Update Changes file again | Andreas Guldstrand | |
2015-12-07 | Update Changes file | Andreas Guldstrand | |
2015-12-07 | Bail out gracefully if a dependency can't be found | Andreas Guldstrand | |
This fixes #16 | |||
2015-12-07 | Add missing -q option to sbofind manpage | Andreas Guldstrand | |
2015-12-07 | Next version will be 2.0; remove a long deprecated feature | Andreas Guldstrand | |
2015-12-07 | Add a few more changes | Andreas Guldstrand | |
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-07 | sboupgrade: handle dependencies properly | Andreas Guldstrand | |
This closes #12 | |||
2015-12-06 | Change from @EXPORT to @EXPORT_OK | Andreas Guldstrand | |
2015-12-05 | Fix a variable name in tools/update_man_pages.sh | Andreas Guldstrand | |
2015-12-05 | Update Changes file | 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-05 | Change the sbocheck output slightly | Andreas Guldstrand | |
Closes #10 | |||
2015-12-05 | Change sboconfig flag for local overrides to -o | Andreas Guldstrand | |
Because -l is already in use. |