aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-16Remove useless conditions from show_usage/version invocationsAndreas Guldstrand
2016-04-16Add testing for cleaning builds.Andreas Guldstrand
2016-04-16Test show_usage output for all the sbo* commandsAndreas Guldstrand
2016-04-16Add Test::Sbotools module, and fix Test::Execute for itAndreas Guldstrand
2016-04-15Add testing for multilib with different source filesAndreas Guldstrand
2016-04-14Add tests for JOBS setting. This closes #41.Andreas Guldstrand
2016-04-13Rewrite make line only if jobs specifiedAndreas Guldstrand
See #41.
2016-04-13Fix parallel builds by adding $MAKEOPTStom-crane
Patch from tom-crane in issue #41.
2016-04-13Allow searching for tags case insensitivelyAndreas Guldstrand
2016-04-09Add indent() sub for easy indenting of textAndreas Guldstrand
2016-04-01Use the correct order of arguments to skip()Andreas Guldstrand
2016-04-01Check for error condition in testAndreas Guldstrand
2016-04-01Re-add irc notifications after mergeAndreas Guldstrand
2016-04-01Make tools/cover.pl take a second argument to output the html stats toAndreas Guldstrand
2016-04-01Add tools/cover.pl helper scriptAndreas Guldstrand
2016-04-01Add cover_db helpers to gitignoreAndreas Guldstrand
2016-04-01Try again with removed \Andreas Guldstrand
2016-04-01Tar the cover_db up and see if we can split the prove command into multiple ↵Andreas Guldstrand
lines
2016-03-31Try it without tar, and no need to run `cover`Andreas Guldstrand
2016-03-31Oops, typoAndreas Guldstrand
2016-03-31Tar up the cover_db and only upload itAndreas Guldstrand
2016-03-31Save cover_db on S3Andreas Guldstrand
2016-03-30Change where we put the PERL5OPT env variable, and don't give any argument ↵Andreas Guldstrand
to cover
2016-03-30Make sure the proper directory exists for cover_dbAndreas Guldstrand
2016-03-30Change how we handle the cover_db not workingAndreas Guldstrand
2016-03-30Seems Travis CI didn't like a command starting with a [Andreas Guldstrand
2016-03-30Add "Done" notification for travis-deps/install.shAndreas Guldstrand
2016-03-30Ignore some files when doing coverageAndreas Guldstrand
2016-03-30Let's check that the cover_db was created, and also run as rootAndreas Guldstrand
2016-03-29Add coverage to travisAndreas Guldstrand
2016-03-09Make sure we have SBOs to checkAndreas Guldstrand
2016-03-09put the argument on the right side if the }.Andreas Guldstrand
2016-03-09Make 13-local-check.t be a bit more verbose in its first testAndreas Guldstrand
2016-03-09Missed f in regex and package_up.shAndreas Guldstrand
2016-03-09Allow update tools to use git revisions for version stringsAndreas Guldstrand
2016-03-09Hopefully speed up get_installed_packages() significantlyAndreas Guldstrand
2016-03-05Add testing of tag search. This closes #37.Andreas Guldstrand
2016-03-05Check if TAGS.txt exists before attempting to open itAndreas Guldstrand
2016-03-05We don't want to treat the TAGS.txt names as partial matches. See #37.Andreas Guldstrand
2016-03-05Search through TAGS.txt for matches as well. See #37.Andreas Guldstrand
2016-03-0301-test.t: correct spelling on test nameAndreas Guldstrand
2016-03-03sbo*: Add returns to subs missing them and check @_ betterAndreas Guldstrand
2016-03-03sboclean: Change the meaning of the return value for remove_stuffAndreas Guldstrand
2016-03-02No need for a temporary variable to deref an array if it's a refAndreas Guldstrand
2016-03-01Change $pkg_db comment to reflect renamed test fileAndreas Guldstrand
2016-02-29Change get_update_list to return a list instead of a refAndreas Guldstrand
2016-02-27Missed one exists()Andreas Guldstrand
2016-02-27Change a number of exists() checks on arrays to scalar array insteadAndreas Guldstrand
2016-02-25Update README.md and Changes filesAndreas Guldstrand
2016-02-24update_versions.sh: Add -? and -h flags for usage infoAndreas Guldstrand