* Bump the default Hydra priority of tarball builds.
svn path=/nixpkgs/trunk/; revision=14777
This commit is contained in:
parent
6b24d7bebe
commit
7505920605
@ -109,6 +109,10 @@ stdenv.mkDerivation (
|
|||||||
|
|
||||||
meta = (if args ? meta then args.meta else {}) // {
|
meta = (if args ? meta then args.meta else {}) // {
|
||||||
description = "Build of a source distribution from a checkout";
|
description = "Build of a source distribution from a checkout";
|
||||||
|
|
||||||
|
# Tarball builds are generally important, so give them a high
|
||||||
|
# default priority.
|
||||||
|
schedulingPriority = "200";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user