summary refs log tree commit diff
path: root/pkgs/build-support/release
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2008-11-25 02:26:54 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2008-11-25 02:26:54 +0000
commitfc06d93252a4d94275340e46ff4a7049669b5e77 (patch)
treeb8c48695aff3874b7e20d6fe96aea59a9f465d4a /pkgs/build-support/release
parentc90bd0756cbfe1225666a096b580d32c0101fda2 (diff)
downloadnixpkgs-fc06d93252a4d94275340e46ff4a7049669b5e77.tar
nixpkgs-fc06d93252a4d94275340e46ff4a7049669b5e77.tar.gz
nixpkgs-fc06d93252a4d94275340e46ff4a7049669b5e77.tar.bz2
nixpkgs-fc06d93252a4d94275340e46ff4a7049669b5e77.tar.lz
nixpkgs-fc06d93252a4d94275340e46ff4a7049669b5e77.tar.xz
nixpkgs-fc06d93252a4d94275340e46ff4a7049669b5e77.tar.zst
nixpkgs-fc06d93252a4d94275340e46ff4a7049669b5e77.zip
svn path=/nixpkgs/trunk/; revision=13401
Diffstat (limited to 'pkgs/build-support/release')
-rw-r--r--pkgs/build-support/release/debian-build.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/build-support/release/debian-build.nix b/pkgs/build-support/release/debian-build.nix
index 3bae38e1d06..3fe4dac25b7 100644
--- a/pkgs/build-support/release/debian-build.nix
+++ b/pkgs/build-support/release/debian-build.nix
@@ -1,7 +1,5 @@
 # This function compiles a source tarball in a virtual machine image
-# that contains a Debian-like (i.e. dpkg-based) OS.  Currently this is
-# just for portability testing: it doesn't produce any Debian
-# packages.
+# that contains a Debian-like (i.e. dpkg-based) OS.
 
 {vmTools, fetchurl}: args: with args;
 
@@ -73,7 +71,7 @@ vmTools.runInLinuxImage (stdenv.mkDerivation (
     ''; # */
 
     meta = {
-      description = "Test build on ${args.diskImage.fullName} (${args.diskImage.name})";
+      description = "Build of a Deb package on ${args.diskImage.fullName} (${args.diskImage.name})";
     };
   }