From 16526fc4bedac629044d4b27739a4d2529652d32 Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Mon, 19 Mar 2012 13:14:35 -0700 Subject: [PATCH] Added fedora git commands --- conf/distros/fedora-16.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/conf/distros/fedora-16.yaml b/conf/distros/fedora-16.yaml index 3ce07f3f..3b646d4a 100644 --- a/conf/distros/fedora-16.yaml +++ b/conf/distros/fedora-16.yaml @@ -30,7 +30,16 @@ commands: drop_db: ['mysql', '--user=%USER%', '--password=%PASSWORD%', '-e', 'DROP DATABASE IF EXISTS %DB%;'] grant_all: ["mysql", "--user=%USER%", "--password=%PASSWORD%", '-e', "\"GRANT ALL PRIVILEGES ON *.* TO '%USER%'@'%' IDENTIFIED BY '%PASSWORD%'; FLUSH PRIVILEGES;\""] - + git: + checkout: + - git + - checkout + clone: + - git + - clone + pull: + - git + - pull libvirt: restart: ['service', 'libvirtd', 'restart'] status: ['service', 'libvirtd', 'status']