aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-30Fix failingslackbuild name in .SlackBuild scriptAndreas Guldstrand
2015-12-29Add test for failing slackbuildAndreas Guldstrand
See #23
2015-12-28Add proper test for rsync outputAndreas Guldstrand
This closes #26
2015-12-28Make sure we only use --info=progress2 on new osAndreas Guldstrand
Slackware 14.1 and below don't support it, so the slackware version needs to be reported as higher than 14.1 for us to use it.
2015-12-28Add --info=progress2 to rsync argumentsAndreas Guldstrand
This outputs some information about speed. Fixes #26
2015-12-28Travis should only alert the irc channel on changeAndreas Guldstrand
2015-12-28Change sbosnap test in travis.t to a regexpAndreas Guldstrand
so it doesn't choke on the upcoming changes to display download speed
2015-12-27Change how issues are listed in README.mdAndreas Guldstrand
2015-12-23Add test for symlink deletionAndreas Guldstrand
2015-12-23Added upgrade testsAndreas Guldstrand
2015-12-23Set the proper @INC for install.t and remove.tAndreas Guldstrand
2015-12-23Make sure $lo is definedAndreas Guldstrand
2015-12-23Need to make sure path exists before creating SLACKBUILDS.TXTAndreas Guldstrand
2015-12-23Fix old run syntax to use new script syntax in *.t filesAndreas Guldstrand
2015-12-23Add new TEST_INSTALL env var to travis.ymlAndreas Guldstrand
2015-12-23Add big bunch of install testsAndreas Guldstrand
2015-12-23Update travis.t to use Test::ExecuteAndreas Guldstrand
2015-12-23Add Test::Execute test helper moduleAndreas Guldstrand
2015-12-21Handle check_distfiles() return values properlyAndreas Guldstrand
This fixes #21.
2015-12-18Fix package cleanupAndreas Guldstrand
2015-12-17Reenable irc notificationsAndreas Guldstrand
2015-12-16Accidentally used the same name for two things; separate themAndreas Guldstrand
2015-12-16Fix one last syntax errorAndreas Guldstrand
2015-12-16Fix errors in travis.tAndreas Guldstrand
2015-12-16Restructure travis.t testsAndreas Guldstrand
2015-12-16Fix test resultsAndreas Guldstrand
2015-12-16Found the missing commaAndreas Guldstrand
2015-12-16Add diagnostic messageAndreas Guldstrand
2015-12-16Short-circuit run() if cmd isn't givenAndreas Guldstrand
2015-12-16Let's interpolate @cmd directlyAndreas Guldstrand
2015-12-16Temporarily disable irc notificationsAndreas Guldstrand
2015-12-16Fix up travis.tAndreas Guldstrand
2015-12-16Add preliminary new sboupgrade testsAndreas Guldstrand
2015-12-16Make fake slackbuilds cd to the package directoryAndreas Guldstrand
2015-12-16Adding sboupgrade -f test and refactoring run() to allow input tooAndreas Guldstrand
2015-12-16Don't put the README in the rootAndreas Guldstrand
2015-12-16Add files supporting installation testing even on slackware systemsAndreas Guldstrand
2015-12-16Fix bug where sboupgrade -f wasn't workingAndreas Guldstrand
2015-12-16Fix missed ; in package_up.shAndreas Guldstrand
2015-12-16Fix up the packaging process a bitAndreas Guldstrand
2015-12-16Add .gitignore that ignores two directories created during testingAndreas Guldstrand
2015-12-15Add back irc notifications to .travis.ymlAndreas Guldstrand
2015-12-15Fix another typo: SLACKWAERE->SLACKWAREAndreas Guldstrand
2015-12-15Another case fix for SLACKBUILDS.TXT, but this time just in skip messageAndreas Guldstrand
2015-12-15Wrong case in SLACKBUILDS.TXT filenameAndreas Guldstrand
2015-12-15Fix inverted skip checkAndreas Guldstrand
2015-12-15Make Travis CI run non-online tests as wellAndreas Guldstrand
2015-12-15Correct test planAndreas Guldstrand
2015-12-15Add -r option to sboupgrade --all incantationAndreas Guldstrand
2015-12-15Suppress error message from removepkg stubAndreas Guldstrand