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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-11-26 16:41:17 +0300
committerStan Hu <stanhu@gmail.com>2017-11-26 16:41:17 +0300
commit815f35be4f84646cd723ae3beb0053bbe52ad136 (patch)
tree6cf6f3f7e197ecb9c683c08da611bd0f30e8f988 /changelogs
parentd199ecd452a3bfdc8ba7b4a0ae244a282c047c9f (diff)
parent30a9fc33f38ca552d5d53e7096edd2a1c1648db4 (diff)
Merge branch '40352-ignore-hashed-repos-cleanup-dirs' into 'master'
ignore hashed repositories when doing rake gitlab:cleanup:dirs Closes #40352 See merge request gitlab-org/gitlab-ce!15600
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/40291-ignore-hashed-repos-cleanup-repositories.yml5
-rw-r--r--changelogs/unreleased/40352-ignore-hashed-repos-cleanup-dirs.yml5
2 files changed, 10 insertions, 0 deletions
diff --git a/changelogs/unreleased/40291-ignore-hashed-repos-cleanup-repositories.yml b/changelogs/unreleased/40291-ignore-hashed-repos-cleanup-repositories.yml
new file mode 100644
index 00000000000..1e3f52b3a9c
--- /dev/null
+++ b/changelogs/unreleased/40291-ignore-hashed-repos-cleanup-repositories.yml
@@ -0,0 +1,5 @@
+---
+title: Ensure that rake gitlab:cleanup:repos task does not mess with hashed repositories
+merge_request: 15520
+author:
+type: fixed
diff --git a/changelogs/unreleased/40352-ignore-hashed-repos-cleanup-dirs.yml b/changelogs/unreleased/40352-ignore-hashed-repos-cleanup-dirs.yml
new file mode 100644
index 00000000000..0ccbc699729
--- /dev/null
+++ b/changelogs/unreleased/40352-ignore-hashed-repos-cleanup-dirs.yml
@@ -0,0 +1,5 @@
+---
+title: Ensure that rake gitlab:cleanup:dirs task does not mess with hashed repositories
+merge_request: 15600
+author:
+type: fixed