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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-06-02 04:33:04 +0300
committerEvan Read <eread@gitlab.com>2022-06-02 08:08:24 +0300
commit8237558365b60fe13b0293ef6fcf27c2cc7b86d1 (patch)
tree5685acd25f96d42f6ac032f08e750082e442d30c
parentdf6ecd50228d3354fd59354b17e85718dcd44c8b (diff)
Add notes when certain scripts can be removederead/remove-scripts-for-checking-readmes
-rw-r--r--Rakefile4
-rw-r--r--content/_data/readmes.yaml4
-rwxr-xr-xscripts/check_symlinks.sh4
3 files changed, 12 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 2aa91897..103488cd 100644
--- a/Rakefile
+++ b/Rakefile
@@ -203,6 +203,10 @@ namespace :release do
end
end
+# Required until the following files are removed:
+#
+# - https://gitlab.com/gitlab-org/omnibus-gitlab/-/blob/master/doc/docker/README.md
+# - https://gitlab.com/gitlab-org/omnibus-gitlab/-/blob/master/doc/update/README.md
desc 'Symlink READMEs'
task :symlink_readmes do
readmes = YAML.load_file('content/_data/readmes.yaml')
diff --git a/content/_data/readmes.yaml b/content/_data/readmes.yaml
index e4e297a1..c463531d 100644
--- a/content/_data/readmes.yaml
+++ b/content/_data/readmes.yaml
@@ -1,2 +1,6 @@
+# Required until the following files are removed:
+#
+# - https://gitlab.com/gitlab-org/omnibus-gitlab/-/blob/master/doc/docker/README.md
+# - https://gitlab.com/gitlab-org/omnibus-gitlab/-/blob/master/doc/update/README.md
---
nothing:
diff --git a/scripts/check_symlinks.sh b/scripts/check_symlinks.sh
index 2f76892b..93866da4 100755
--- a/scripts/check_symlinks.sh
+++ b/scripts/check_symlinks.sh
@@ -1,5 +1,9 @@
#!/bin/sh
+# Required until the following files are removed:
+#
+# - https://gitlab.com/gitlab-org/omnibus-gitlab/-/blob/master/doc/docker/README.md
+# - https://gitlab.com/gitlab-org/omnibus-gitlab/-/blob/master/doc/update/README.md
bundle exec rake -T | grep symlink_readmes
if [ $? -eq 0 ]
then