Added fedora git commands

This commit is contained in:
Joshua Harlow 2012-03-19 13:14:35 -07:00
parent a03ffd73cf
commit 16526fc4be

View File

@ -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']