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:
authorJohn Cai <jcai@gitlab.com>2019-10-02 23:03:37 +0300
committerJohn Cai <jcai@gitlab.com>2019-10-02 23:03:37 +0300
commit3ae8bfa785c6139eed17b9351b9b0ba21ac4512f (patch)
treede8b478a9c0938e13db1252bde96416d11559439
parent5d2f4a9d32111f77ea94cf02cf9154f037548ad0 (diff)
parent785d8dab51443d67b4547b6456a289e1823a5089 (diff)
Merge branch 'zj-sec-release-mirroring' into 'master'
Post security release resume push mirroring See merge request gitlab-org/gitaly!1530
-rw-r--r--.gitlab/issue_templates/Security Release.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Security Release.md b/.gitlab/issue_templates/Security Release.md
index 92dc64ed7..e70cf7dce 100644
--- a/.gitlab/issue_templates/Security Release.md
+++ b/.gitlab/issue_templates/Security Release.md
@@ -115,6 +115,17 @@ As a sanity check, you can verify your repository only points to remotes in
- [ ] There is a good chance the newly patched Gitaly master
on `gitlab.com` will need to be used to patch the latest GitLab CE/EE.
This will require running the regular release process on gitlab.com.
+ - [ ] Merge the stable branches for gitlab.com and dev.gitlab.org
+ 1. `git remote add gitlab.com git@gitlab.com:gitlab-org/gitaly.git`
+ 1. `git checkout X-Y-stable`
+ 1. `git fetch gitlab.com X-Y-stable`
+ 1. `git merge gitlab.com/X-Y-stable`
+ 1. `git push gitlab.com X-Y-stable`
+ 1. `git remote remove gitlab.com`
+ - [ ] Gitaly on GitLab.com uses push mirroring to dev.gitlab.com, if branches
+ are diverged this stops working. Go to `Settings > Repository > Mirroring repositories`
+ to update the mirror. When there's no error after the manual update, it will
+ resume normal operation.
[gitaly-ce-version]: https://gitlab.com/gitlab-org/gitlab-ce/blob/master/GITALY_SERVER_VERSION
[gitlab-sec-process]: https://gitlab.com/gitlab-org/release/docs/blob/master/general/security/developer.md