aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-07-0916-clean.t: test sboupgrade -c TRUEAndreas Guldstrand
2016-07-08tools/cover.pl: filter out irrelevant cover runsAndreas Guldstrand
2016-07-0707-fail.t: only run the compat32 malformed readme test when TEST_MULTILIB=2 ↵Andreas Guldstrand
and the relevant tools exist
2016-07-0607-fail.t: add test for compat32 malformed-readmeAndreas Guldstrand
2016-07-0518-snap.t: correct path for repoAndreas Guldstrand
2016-07-0418-snap.t: Test SBO_HOME settingAndreas Guldstrand
2016-07-02Missed a changelog entryAndreas Guldstrand
2016-07-02Set release date for 2.0Andreas Guldstrand
2016-07-02man*: update manpage datesAndreas Guldstrand
2016-07-02tools/update_man_pages: Change ddate invocation to display holiday names as wellAndreas Guldstrand
2016-07-02SBO::Lib: add 14.2 repo to known reposAndreas Guldstrand
2016-07-02tools/cover.pl: remove untarring the cover dbsAndreas Guldstrand
2016-06-22tools/cover.pl: no need to write the combined cover_dbAndreas Guldstrand
2016-06-21tools/cover.pl don't parse the combined cover_dbAndreas Guldstrand
2016-06-2017-find.t: add test for unusual slackbuilds.txt entryAndreas Guldstrand
2016-06-2027-race-sbofind.t: no need to mkdir $tags_fileAndreas Guldstrand
2016-06-20Test::Sbotools: change order of cleaning upAndreas Guldstrand
2016-06-20Test::Sbotools: replace system(mv) with rename() builtinAndreas Guldstrand
2016-06-19Add race tests for sboconfig::config_write()Andreas Guldstrand
2016-06-19sboconfig: remove unneeded "early" returnAndreas Guldstrand
2016-06-1806-remove.t: fix test output checkAndreas Guldstrand
2016-06-1828-race-sboremove.t: check race reading READMEAndreas Guldstrand
2016-06-1806-remove.t: add test for nointeractive when specifying the same sbo twiceAndreas Guldstrand
2016-06-18sboremove: %inst_names has already been checked before, and nothing odd ↵Andreas Guldstrand
would happen anyway
2016-06-18sboremove: no need for confirmed hash; it's already checked in get_required_byAndreas Guldstrand
2016-06-17perlcriticrc: use the freenode themeAndreas Guldstrand
2016-06-15Update changes fileAndreas Guldstrand
2016-06-1501-unit.t: add unit tests for version_cmpAndreas Guldstrand
2016-06-15weird-versionsbo.SlackBuild: needs to make sure the kernel version string ↵Andreas Guldstrand
doesn't have dashes
2016-06-15SBO::Lib: refactor version_cmp to get kernel version from functionAndreas Guldstrand
2016-06-14#43 - kernel version strings can include "-", so replace it with "_"Andreas Guldstrand
2016-06-14SBO::Lib: strip off kernel from version stringsAndreas Guldstrand
This fixes #43.
2016-06-14t/: tests for sbos adding kernel to version stringAndreas Guldstrand
See #43.
2016-06-1305-upgrade.t: add test for sboupgrade --all when nothing needs updatingAndreas Guldstrand
2016-06-1307-fail.t: also removepkg multilibfail in cleanupAndreas Guldstrand
2016-06-13sboupgrade: change //= construct to be more verboseAndreas Guldstrand
2016-06-13sboupgrade: get rid of no-longer-used variablesAndreas Guldstrand
2016-06-1127-race-sbofind.t: add tests for races in sbofindAndreas Guldstrand
2016-06-1126-race-sbocheck.t: correct comment; it's for sbocheck, not sboconfigAndreas Guldstrand
2016-06-11sbofind: enable testing of race conditionAndreas Guldstrand
2016-06-10sbofind: check if path is a file rather than if it's readable; root can read ↵Andreas Guldstrand
it anyway
2016-06-1026-race-sbocheck.t: add test for not being able to write logfileAndreas Guldstrand
2016-06-0925-unit-sbofind.t: add sbofind unit testsAndreas Guldstrand
2016-06-08sbofind: add missing period in error messageAndreas Guldstrand
2016-06-0722-race.t: make sure shelling out doesn't cause outputAndreas Guldstrand
2016-06-0623-24.t: no need to localise subroutines when the tests are in their own filesAndreas Guldstrand
2016-06-0501-unit.t: separate out the sboclean and sboconfig unit tests into their own ↵Andreas Guldstrand
files
2016-06-0401-unit.t: add sboconfig unit testingAndreas Guldstrand
2016-06-0401-unit.t: abstract out loading of a script, and make sure all the ↵Andreas Guldstrand
subroutines are localised
2016-06-0301-unit.t: rename sboclean testsAndreas Guldstrand