MCPcopy Create free account
hub / github.com/cxapython/catvm / main

Function main

selenium/deploy_aws.py:137–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

135
136
137def main():
138 commit_id = get_commit_id()
139 d = {}
140 d['version'] = commit_id
141 prepare_setup(d)
142 build_egg()
143 spiderkeeper_services = get_services('spiderkeeper')
144 deploy_egg(spiderkeeper_services[0][0], spiderkeeper_services[0][1], 'shannon_spider', '*.egg')
145 # Added timing task field to parse crawler file
146 get_crontab()
147 deploy_egg(spiderkeeper_services[0][0], spiderkeeper_services[0][1], 'shannon_spider', '*.crontab')
148 clean()
149
150
151if __name__ == '__main__':

Callers 1

deploy_aws.pyFile · 0.70

Calls 7

get_crontabFunction · 0.85
get_commit_idFunction · 0.70
prepare_setupFunction · 0.70
build_eggFunction · 0.70
get_servicesFunction · 0.70
deploy_eggFunction · 0.70
cleanFunction · 0.70

Tested by

no test coverage detected