2006-03-01 13:15:33 +01:00
|
|
|
source common.sh
|
|
|
|
|
2005-01-25 18:08:52 +01:00
|
|
|
drvPath=$($TOP/src/nix-instantiate/nix-instantiate dependencies.nix)
|
|
|
|
outPath=$($TOP/src/nix-store/nix-store -r $drvPath)
|
|
|
|
|
|
|
|
echo "pushing $drvPath"
|
|
|
|
|
|
|
|
mkdir $TEST_ROOT/cache
|
|
|
|
|
|
|
|
$PERL -w -I$TOP/scripts $TOP/scripts/nix-push \
|
|
|
|
--copy $TEST_ROOT/cache $TEST_ROOT/manifest $drvPath
|