Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2019-04-23 17:02:45 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2019-04-23 17:02:45 +0300
commitcd13139d8df0d038da974322378a6c59b7a5255c (patch)
tree7fd3c4105bdddbd133be4c1d37600904fff9c050
parent384c4754a2091a4ad5c8d5c9a86af78a39a44c90 (diff)
Document security releases targetting
-rw-r--r--doc/PROCESS.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/PROCESS.md b/doc/PROCESS.md
index b68bc7a68..a62cad24b 100644
--- a/doc/PROCESS.md
+++ b/doc/PROCESS.md
@@ -34,6 +34,14 @@ GITLAB_TOKEN=$(cat /path/to/gitlab-token) _support/update-downstream-server-vers
- This will create a merge-request (with changelog) and assign it to you. Once the build has
completed successfully, assign it to a maintainer for review.
+##### Security release
+
+- Check what version of Gitaly you're backporting by opening the `GITALY_SERVER_VERSION` file
+ in GitLab-Rails
+- Create a stable branch for this version:
+ - `git checkout vX.Y.Z`, than `git checkout -b X-Y-stable`, and push it to the main gitlab.com repository
+ - Create the required merge requests on `dev.gitlab.org` and follow the usual process
+
## Experimental builds
Push the release tag to dev.gitlab.org/gitlab/gitaly. After the