Author: eelco
Date: Sat Apr 14 14:19:13 2012
New Revision: 33784
URL: https://nixos.org/websvn/nix/?rev=33784&sc=1

Log:
* Set the channel name to "nixpkgs".

Modified:
   nixpkgs/trunk/pkgs/top-level/make-tarball.nix

Modified: nixpkgs/trunk/pkgs/top-level/make-tarball.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/make-tarball.nix       Sat Apr 14 14:15:17 
2012        (r33783)
+++ nixpkgs/trunk/pkgs/top-level/make-tarball.nix       Sat Apr 14 14:19:13 
2012        (r33784)
@@ -69,6 +69,7 @@
     mkdir -p $out/tarballs
     mkdir ../$releaseName
     cp -prd . ../$releaseName
+    echo nixpkgs > ../$releaseName/channel-name
     (cd .. && tar cfa $out/tarballs/$releaseName.tar.bz2 $releaseName) || false
     (cd .. && tar cfa $out/tarballs/$releaseName.tar.lzma $releaseName) || 
false
 
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to