[Nix-dev] nixos/nixpkgs release tags?

Florian Friesdorf flo at chaoflow.net
Mon Jul 16 02:53:47 CEST 2012


On Tue, 12 Jun 2012 17:29:43 -0400, Eelco Dolstra <eelco.dolstra at logicblox.com> wrote:
> Hi,
> 
> On 12/06/12 17:26, Florian Friesdorf wrote:
> 
> > I have some local changes that are not in a state to be committed yet,
> > but I'd like to use them already, so I have to patch nixos/nixpkgs. Also
> > I'd like to be as close to the channel versions as possible.
> > 
> > Are there / could there be tags on github to indicate the latest
> > nixos/nixpkgs versions in the channel?
> 
> Not currently, but it's on the TODO list.

Script that extracts the revisions from a channels nixos/svn_revision
file and create tags in nixos/nixpkgs repos (subdir of current dir):

https://github.com/chaoflow/skel/blob/master/bin/create_tags_from_nixos_channel.sh


I use it:

% sudo -H nix-channel --update
% cd dev/nixos
% (cd nixos && git pull --rebase)
% (cd nixpkgs && git pull --rebase)
% create_tags_from_nixos_channel.sh


dev/nixos contains nixos and nixpkgs as subdirs

% ls -l dev/nixos
total 8K
drwxr-xr-x 9 cfl cfl 4096 Jul 15 07:02 nixos/
drwxr-xr-x 6 cfl cfl 4096 Jul 15 04:01 nixpkgs/

-- 
Florian Friesdorf <flo at chaoflow.net>
  GPG FPR: 7A13 5EEE 1421 9FC2 108D  BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: flo at chaoflow.net
IRC: chaoflow on freenode,ircnet,blafasel,OFTC
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 835 bytes
Desc: not available
Url : http://lists.science.uu.nl/pipermail/nix-dev/attachments/20120716/0477f9c3/attachment.bin 


More information about the nix-dev mailing list