about summary refs log tree commit diff
path: root/tests/nix-channel.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-10-02 Fix testsDan Peebles1-1/+1
`nix copy` no longer accepts a `--recursive` argument
2016-08-10 Nuke nix-push.Shea Levy1-1/+1
Rarely used, nix copy replaces it.
2016-05-30 Test the NAR info cacheEelco Dolstra1-9/+4
2016-04-11 Remove manifest supportEelco Dolstra1-2/+0
Manifests have been superseded by binary caches for years. This also gets rid of nix-pull, nix-generate-patches and bsdiff/bspatch.
2015-04-29 tests: Fix wrong channel name in nix-channel.sh.aszlig1-1/+1
The $channelName variable passed to the channel builder is the last portion of the URL and while that works in the previous test for channels prior to #519, it doesn't work if the last portion is nixexprs.tar.bz2. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-04-20 Support tarballs in nix channel URLsDan Peebles1-0/+23
2012-07-26 nix-push: Support generating a manifest againEelco Dolstra1-1/+1
This makes all the tests succeed. Woohoo!
2012-04-14 nix-channel improvementsEelco Dolstra1-2/+2
"nix-channel --add" now accepts a second argument: the channel name. This allows channels to have a nicer name than (say) nixpkgs_unstable. If no name is given, it defaults to the last component of the URL (with "-unstable" or "-stable" removed). Also, channels are now stored in a profile (/nix/var/nix/profiles/per-user/$USER/channels). One advantage of this is that it allows rollbacks (e.g. if "nix-channel --update" gives an undesirable update).
2012-01-03 * FreeBSD tar defaults to the tape device instead of stdout.Eelco Dolstra1-1/+1
2012-01-03 * Add a test for nix-channel.Eelco Dolstra1-0/+43
* Refactor the nix-channel unpacker a bit.