Branch: refs/heads/python
  Home:   https://github.com/NixOS/charon
  Commit: 821ecc1b750a0a234a77207129837e81bc3331af
      
https://github.com/NixOS/charon/commit/821ecc1b750a0a234a77207129837e81bc3331af
  Author: Eelco Dolstra <[email protected]>
  Date:   2012-03-15 (Thu, 15 Mar 2012)

  Changed paths:
    M charon/deployment.py
  M scripts/charon

  Log Message:
  -----------
  Add flags to restrict the set of machines to be deployed

If specified, the flag --include causes deployment actions to be
performed on the specified machines only.  E.g.,

  $ charon -s foo.json deploy --include mrhankey wendy

will deploy the machines "mrhankey" and "wendy", skipping any other
machines in the network.  The flag --exclude causes the specified
machines to be skipped.  E.g.,

  $ charon -s foo.json deploy --exclude stan kyle kenny

upgrades all machines in the netwerk except the three listed.  If no
flag is given, all machines are upgraded.



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

Reply via email to