summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorkyleknap <kyleknap@amazon.com>2014-10-08 12:41:04 -0700
committerkyleknap <kyleknap@amazon.com>2014-10-08 12:41:04 -0700
commit2517f660f8ef9012708d46da3a36ab967993d2f6 (patch)
treed90281aecdf962a2c7342938ac0a20d57fb74088 /scripts
parentff3d8159af3c816303785e023a4182aacb6aabf5 (diff)
parent8f500ce75fea1ba1446195b26dddbe90b52223d8 (diff)
downloadboto-2.33.0.tar.gz
Merge branch 'release-2.33.0'2.33.0
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/git-release-notes.py2
-rw-r--r--scripts/rebuild_endpoints.py1
2 files changed, 2 insertions, 1 deletions
diff --git a/scripts/git-release-notes.py b/scripts/git-release-notes.py
index 6655b61c..5b6faaaf 100755
--- a/scripts/git-release-notes.py
+++ b/scripts/git-release-notes.py
@@ -30,7 +30,7 @@ for hunk in revisions.split('~~~')[:-1]:
parents = lines[1].split(' ', 1)[1].split(' ')
message = ' '.join(lines[2:])
- #print(commit, parents)
+ # print(commit, parents)
if RELEASE.search(message):
print('Found release commit, stopping:')
diff --git a/scripts/rebuild_endpoints.py b/scripts/rebuild_endpoints.py
index f5f12809..37ac37d8 100644
--- a/scripts/rebuild_endpoints.py
+++ b/scripts/rebuild_endpoints.py
@@ -19,6 +19,7 @@ def fetch_endpoints():
return resp.text
+
def parse_xml(raw_xml):
return pq(raw_xml, parser='xml')