diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2017-03-06 13:40:51 +0100 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-03-06 13:40:51 +0100 |
commit | 8bebc5872d97419b50f5b20c10133c325ba9c8e8 (patch) | |
tree | 7805ec0a68f5b63a3bdd9559791d8426a7f46b80 /GITALY_SERVER_VERSION | |
parent | 86d1e42ab34d15a801b97d4d1b7812fb4259f7e5 (diff) | |
download | gitlab-ce-8bebc5872d97419b50f5b20c10133c325ba9c8e8.tar.gz |
Add gitaly server dependency
In GitLab 9.0.0 we want to turn on Gitaly in Omnibus installations.
Gitaly is not a required component yet for source installations
because we want to iterate on the configuration and architecture some
more. Omnibus installations will have the option to completely disable
Gitaly if they want to or if necessary.
The new GITALY_SERVER_VERSION file which version of the Gitaly server
application is needed by the current GitLab version.
Diffstat (limited to 'GITALY_SERVER_VERSION')
-rw-r--r-- | GITALY_SERVER_VERSION | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION new file mode 100644 index 00000000000..0d91a54c7d4 --- /dev/null +++ b/GITALY_SERVER_VERSION @@ -0,0 +1 @@ +0.3.0 |