aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-24t/19-unit.t: move repo away properly for check_repo() testAndreas Guldstrand
2016-04-24t/19-unit.t: Add new tests for get_sbo_location(s)?Andreas Guldstrand
2016-04-23t/19-unit.t: Add different rsync_sbo_tree() testsAndreas Guldstrand
2016-04-23t/19-unit.t: Add another check_repo testAndreas Guldstrand
2016-04-23t/20-unit-args.t: Add arg checking unit testsAndreas Guldstrand
2016-04-23t/19-unit.t: remove tests that only check arg checkingAndreas Guldstrand
2016-04-23SBO::Lib: get_sbo_locations: No need to open slackbuilds.txt if all sbos ↵Andreas Guldstrand
already known
2016-04-23SBO::Lib: get_sbo_location(s)? check args betterAndreas Guldstrand
2016-04-23t/19-unit.t: fix a small whitespace issueAndreas Guldstrand
2016-04-23t/09-multilib.t: rewrite to use Test::SbotoolsAndreas Guldstrand
2016-04-23Test::Sbotools: move original repo out of the way when using set_repoAndreas Guldstrand
2016-04-22t/05-upgrade.t: rewrite to use Test::SbotoolsAndreas Guldstrand
2016-04-21t/10-version.t: rewrite to use Test::SbotoolsAndreas Guldstrand
2016-04-20tools/cover.pl: Missed argument to coverAndreas Guldstrand
2016-04-19t/19-unit.t: capture output from commandsAndreas Guldstrand
2016-04-19pull_sbo_tree(): Only find() if the directory existsAndreas Guldstrand
2016-04-19t/19-unit.t: make executableAndreas Guldstrand
2016-04-19Test pull_sbo_tree doesn't create SLACKBUILDS.TXTAndreas Guldstrand
2016-04-19Add a line to a temp test file to cover check_git_remote() betterAndreas Guldstrand
2016-04-19SBO::Lib::git_sbo_tree(): Remove redundant statementAndreas Guldstrand
2016-04-19Add another test prereq to travisAndreas Guldstrand
2016-04-19t/19-unit.t: Add first version of proper unit testing for SBO::Lib to ↵Andreas Guldstrand
improve coverage
2016-04-19Check that .git/config file exists before attempting to open itAndreas Guldstrand
2016-04-19SBO::Lib: consolidate error handling in git_sbo_tree()Andreas Guldstrand
2016-04-19$File::Find::name is never emptyAndreas Guldstrand
2016-04-18Revert 04-install.t test that didn't add coverageAndreas Guldstrand
2016-04-1804-install.t: Add migration test where repo dir doesn't existAndreas Guldstrand
2016-04-1814-jobs.t: test 0 and invalid -j valuesAndreas Guldstrand
2016-04-18Test sbosnap erroneous argumentsAndreas Guldstrand
2016-04-18sbosnap: Make argument checking more streamlinedAndreas Guldstrand
2016-04-18Convert 14-jobs.t to use Test::SbotoolsAndreas Guldstrand
2016-04-17Rewrite 04-install.t to use Test::Sbotools, and test migrationAndreas Guldstrand
2016-04-16Test sbofindAndreas Guldstrand
2016-04-16Add tags-replacing mechanismAndreas Guldstrand
2016-04-16Use indent() to indent contents of filesAndreas Guldstrand
2016-04-16Add indent() sub to exportsAndreas Guldstrand
2016-04-16Allow tags to give names for LO tooAndreas Guldstrand
2016-04-16Rewrite another show_usage invocationAndreas Guldstrand
2016-04-16Change argument checking to use postscript unlessAndreas Guldstrand
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