Author: sandervanderburg Date: Tue Jan 18 21:02:06 2011 New Revision: 25614 URL: https://svn.nixos.org/websvn/nix/?rev=25614&sc=1
Log: Added no upgrade parameter Modified: disnix/disnixos/trunk/scripts/disnixos-deploy-network.in Modified: disnix/disnixos/trunk/scripts/disnixos-deploy-network.in ============================================================================== --- disnix/disnixos/trunk/scripts/disnixos-deploy-network.in Tue Jan 18 20:48:15 2011 (r25613) +++ disnix/disnixos/trunk/scripts/disnixos-deploy-network.in Tue Jan 18 21:02:06 2011 (r25614) @@ -89,10 +89,10 @@ fi # Generate services model from network model -servicesFile=`disnixos-genservices $networkFile --no-out-link $showTraceArg` +servicesFile=`disnixos-genservices --no-out-link $showTraceArg $networkFile` # Generate infrastructure model from network model -infrastructureFile=`disnixos-geninfra $networkFile --no-out-link $showTraceArg` +infrastructureFile=`disnixos-geninfra --no-out-link $showTraceArg $networkFile` # Map NixOS configurations (services) to machines in the infrastructure model distributionFile=`disnix-gendist-roundrobin -s $servicesFile -i $infrastructureFile --no-out-link $showTraceArg` @@ -104,4 +104,4 @@ disnix-distribute --interface $interface $manifest # Activate system derivations -disnix-activate $profileArg --interface $interface --no-coordinator-profile --no-target-profile $manifest +disnix-activate $profileArg --interface $interface --no-coordinator-profile --no-target-profiles --no-upgrade $manifest _______________________________________________ nix-commits mailing list [email protected] http://mail.cs.uu.nl/mailman/listinfo/nix-commits
