Python fabric??????????????
???????????? ???????[ 2014/4/14 15:34:04 ] ????????Python ??? ????
????fabric
????title????????????????????????????????……?? task*3 ???? salary * 3 (o(????)o)
?????????????????????????????????????????е????????????????????????????????
???????bug?????????????汾??(2????)??ssh?????????pull????2???????rsync?????????A??B??C??D??E??1??????????ssh??ABCDE????????????????(8-10????) = 13-15????
??????????????????β??????????????????????????????????????????????????????????????????????ssh?????????????д??????????????????У??????????????н??
???????????????fabric???
????????
?????????????
?????????????????????????????????????????????
???????Щ????????????????????????python…..
????????????????
?????????shell???????????????????????????????????????????
????????????
??????????????????????????????????У?
????sudo easy_install fabric
????????1.6?汾????????pip install????????
??????????????????????
????[ken@~$] which fab
????/usr/local/bin/fab
??????????????????1?????
????????????????
????hello world
????????б?????????????????????????????????????
??????????py???: fabfile.py
????def hello():
????print("Hello world!")
????????????У?
????[ken@~/tmp/fab$] fab hello
????Hello world!
????Done.
?????????????????fabfile????????????????????????????
[ken@~/tmp/fab$] mv fabfile.py test.py
fabfile.py -> test.py
[ken@~/tmp/fab$] fab hello
Fatal error: Couldn't find any fabfiles!
Remember that -f can be used to specify fabfile path?? and use -h for help.
Aborting.
[ken@~/tmp/fab$] fab -f test.py hello
Hello world!
Done.
????????????
???????fabfile.py?????
????def hello(name?? value):
????print("%s = %s!" % (name?? value))
???????
[ken@~/tmp/fab$] fab hello:name=age??value=20
age = 20!
Done.
[ken@~/tmp/fab$] fab hello:age??20
age = 20!
Done.
??????

???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11