On Tue, 12 Jun 2012 17:29:43 -0400, Eelco Dolstra <[email protected]> 
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 <[email protected]>
  GPG FPR: 7A13 5EEE 1421 9FC2 108D  BAAF 38F8 99A3 0C45 F083
Jabber/XMPP: [email protected]
IRC: chaoflow on freenode,ircnet,blafasel,OFTC

Attachment: pgpvy1ywauIGI.pgp
Description: PGP signature

_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to