This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
zulip
mirror of
https://github.com/zulip/zulip.git
Watch
1
Star
0
Fork
You've already forked zulip
0
Code
Issues
Projects
Releases
Wiki
Activity
df5cef6a0d
zulip
/
tools
/
build-api-tarball
6 lines
81 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add tool to build an API tarball for distribution. (imported from commit eeaf9f526f243cc628eede603fe1b1691c34977f)
2012-11-26 17:54:21 +01:00
#!/bin/sh -x
Update build-api-tarball to use setup.py. This comes at the expense of only functioning on the current working tree. (imported from commit a92dd47f0cc4d47858c2ea678d86ceb9458a6fe5)
2013-02-01 21:42:47 +01:00
cd api/
python setup.py sdist
echo API tarball written to api/dist