Add reqs file

This commit is contained in:
Joe Gordon 2013-09-12 17:01:32 -07:00
parent 5f686d4d5d
commit 1f20b9df5c
2 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,8 @@ for x in results['hits']['hits']:
try:
change = x["_source"]['@fields']['build_change']
patchset = x["_source"]['@fields']['build_patchset']
print x["_source"]['@timestamp']
#print x["_source"]['@timestamp']
#print x["_source"]['@fields']['received_at'][0]
print "https://review.openstack.org/#/c/%(change)s/%(patchset)s" % locals()
except KeyError:
print "build_name %s" % x["_source"]['@fields']['build_name']

2
requirements.txt Normal file
View File

@ -0,0 +1,2 @@
pyelasticsearch
gerritlib