mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Add tool to build local server tarballs.
We need to maintain this by labeling the files that we don't want to ship with our local server tarballs in the .gitattributes file. (imported from commit e29f38c477a4cdfd80fbb8e4e95c611b34f3b212)
This commit is contained in:
7
.gitattributes
vendored
Normal file
7
.gitattributes
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/tools export-ignore
|
||||
/bots export-ignore
|
||||
/servers/network-hardware-passwords export-ignore
|
||||
/zilencer export-ignore
|
||||
/.gitattributes export-ignore
|
||||
/.gitignore export-ignore
|
||||
/templates/.gitignore export-ignore
|
3
tools/build-local-server-tarball
Executable file
3
tools/build-local-server-tarball
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh -ex
|
||||
|
||||
git archive -o /tmp/zulip-server.tar.gz HEAD
|
Reference in New Issue
Block a user