* Descriptor templates for the Pan newsreader and all its

dependencies.

svn path=/nix/trunk/test/; revision=9
This commit is contained in:
Eelco Dolstra
2003-03-20 22:25:01 +00:00
parent 2766a4b44e
commit 7c89415774
17 changed files with 157 additions and 0 deletions
Executable
+18
View File
@@ -0,0 +1,18 @@
#! /bin/sh
nix init
root=/home/eelco/Dev/nix/test
cd $root/tmpl
if ! nix-instantiate $root/descr $root/tmpl/*.nix; then
exit 1;
fi
for i in $root/dist/*; do nix regfile $i; done
for i in $root/descr/*; do
md5sum $i
nix regfile $i
done