Hydra::Helper::Nix: sort exported functions

This commit is contained in:
Graham Christensen 2022-01-21 09:22:12 -05:00
parent 4945306a2b
commit d4fe7e55dd

View file

@ -16,20 +16,31 @@ use IPC::Run;
our @ISA = qw(Exporter); our @ISA = qw(Exporter);
our @EXPORT = qw( our @EXPORT = qw(
getHydraHome getHydraConfig getBaseUrl cancelBuilds
getSCMCacheDir getStatsdConfig captureStdoutStderr
registerRoot getGCRootsDir gcRootFor findLog
jobsetOverview jobsetOverview_ gcRootFor
getDrvLogPath findLog getBaseUrl
getMainOutput getDrvLogPath
getEvals getMachines getEvals getMachines
pathIsInsidePrefix getGCRootsDir
captureStdoutStderr run grab getHydraConfig
getTotalShares getHydraHome
getMainOutput
getSCMCacheDir
getStatsdConfig
getStoreUri getStoreUri
readNixFile getTotalShares
grab
isLocalStore isLocalStore
cancelBuilds restartBuilds); jobsetOverview
jobsetOverview_
pathIsInsidePrefix
readNixFile
registerRoot
restartBuilds
run
);
sub getHydraHome { sub getHydraHome {