X Tutup
Skip to content

Commit 2604c86

Browse files
committed
More tweaks to support updated staging on S3.
git-svn-id: https://src.springframework.org/svn/se-springpython-py/trunk/springpython@500 ce8fead1-4192-4296-8608-a705134b927f
1 parent 402ef6a commit 2604c86

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ def build(dir, version, s3bucket, filepath):
165165
filename = filepath.split("/")[-1]
166166
s3key = "/".join([ p['release.type'],
167167
p['project.key'],
168-
p['natural.name'],
169168
filename ])
170169

171170
patterns_to_replace = [("version", version), ("download_url", "http://s3.amazonaws.com/%s/%s-%s.tar.gz" % (s3bucket, s3key, version))]

springpython.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
version=1.1.0
44
natural.name=se-springpython-py
5-
project.key=EXT
5+
project.key=EXTPY
66

77
# release, milestone or snapshot. Trunk is always snapshot for CI build
88
release.type=snapshot

0 commit comments

Comments
 (0)
X Tutup