* Bump the default Hydra priority of tarball builds.

svn path=/nixpkgs/trunk/; revision=14777
This commit is contained in:
Eelco Dolstra 2009-03-30 13:21:00 +00:00
parent 6b24d7bebe
commit 7505920605

@ -109,6 +109,10 @@ stdenv.mkDerivation (
meta = (if args ? meta then args.meta else {}) // {
description = "Build of a source distribution from a checkout";
# Tarball builds are generally important, so give them a high
# default priority.
schedulingPriority = "200";
};
}