forked from lix-project/hydra
Hydra::Helper::Nix: sort exported functions
This commit is contained in:
parent
4945306a2b
commit
d4fe7e55dd
|
@ -16,20 +16,31 @@ use IPC::Run;
|
|||
|
||||
our @ISA = qw(Exporter);
|
||||
our @EXPORT = qw(
|
||||
getHydraHome getHydraConfig getBaseUrl
|
||||
getSCMCacheDir getStatsdConfig
|
||||
registerRoot getGCRootsDir gcRootFor
|
||||
jobsetOverview jobsetOverview_
|
||||
getDrvLogPath findLog
|
||||
getMainOutput
|
||||
cancelBuilds
|
||||
captureStdoutStderr
|
||||
findLog
|
||||
gcRootFor
|
||||
getBaseUrl
|
||||
getDrvLogPath
|
||||
getEvals getMachines
|
||||
pathIsInsidePrefix
|
||||
captureStdoutStderr run grab
|
||||
getTotalShares
|
||||
getGCRootsDir
|
||||
getHydraConfig
|
||||
getHydraHome
|
||||
getMainOutput
|
||||
getSCMCacheDir
|
||||
getStatsdConfig
|
||||
getStoreUri
|
||||
readNixFile
|
||||
getTotalShares
|
||||
grab
|
||||
isLocalStore
|
||||
cancelBuilds restartBuilds);
|
||||
jobsetOverview
|
||||
jobsetOverview_
|
||||
pathIsInsidePrefix
|
||||
readNixFile
|
||||
registerRoot
|
||||
restartBuilds
|
||||
run
|
||||
);
|
||||
|
||||
|
||||
sub getHydraHome {
|
||||
|
|
Loading…
Reference in a new issue