postgresql: Build all versions on Hydra (Linux)

Additionally, add @ocharles to the list of maintainers.

I am only building these on Linux environments in Hydra for now, as
that's the only environment I can be a maintainer for.
This commit is contained in:
Oliver Charles 2014-02-13 18:49:30 +00:00 committed by Domen Kožar
parent 7f4b97d495
commit 3f95f39bab
5 changed files with 10 additions and 0 deletions

View file

@ -20,5 +20,7 @@ stdenv.mkDerivation rec {
homepage = http://www.postgresql.org/;
description = "A powerful, open source object-relational database system";
license = "bsd";
maintainers = [ stdenv.lib.maintainers.ocharles ];
hydraPlatforms = stdenv.lib.platforms.linux;
};
}

View file

@ -23,5 +23,7 @@ stdenv.mkDerivation rec {
homepage = http://www.postgresql.org/;
description = "A powerful, open source object-relational database system";
license = "bsd";
maintainers = [ stdenv.lib.maintainers.ocharles ];
hydraPlatforms = stdenv.lib.platforms.linux;
};
}

View file

@ -31,5 +31,7 @@ stdenv.mkDerivation rec {
homepage = http://www.postgresql.org/;
description = "A powerful, open source object-relational database system";
license = "bsd";
maintainers = [ stdenv.lib.maintainers.ocharles ];
hydraPlatforms = stdenv.lib.platforms.linux;
};
}

View file

@ -31,5 +31,7 @@ stdenv.mkDerivation rec {
homepage = http://www.postgresql.org/;
description = "A powerful, open source object-relational database system";
license = "bsd";
maintainers = [ stdenv.lib.maintainers.ocharles ];
hydraPlatforms = stdenv.lib.platforms.linux;
};
}

View file

@ -31,5 +31,7 @@ stdenv.mkDerivation rec {
homepage = http://www.postgresql.org/;
description = "A powerful, open source object-relational database system";
license = "bsd";
maintainers = [ stdenv.lib.maintainers.ocharles ];
hydraPlatforms = stdenv.lib.platforms.linux;
};
}