From 19b062c0d4c1816cc2b74f548f00adf349049d86 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Mon, 16 Jun 2014 16:53:24 +0300 Subject: [PATCH] Change urls to point at gitlab.com. Fixes #7 (gitlab.com) --- init/systemd/README.md | 6 +++--- init/systemd/gitlab-sidekiq.service | 2 +- init/systemd/gitlab-unicorn.service | 2 +- init/systemd/gitlab.target | 2 +- init/sysvinit/debian/README.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/init/systemd/README.md b/init/systemd/README.md index dabf8bb..d01dfc6 100644 --- a/init/systemd/README.md +++ b/init/systemd/README.md @@ -15,9 +15,9 @@ Copy files to `/etc/systemd/system/`: ``` su - cd /etc/systemd/system/ -wget -O gitlab-sidekiq.service https://raw.github.com/gitlabhq/gitlab-recipes/master/init/systemd/gitlab-sidekiq.service -wget -O gitlab-unicorn.service https://raw.github.com/gitlabhq/gitlab-recipes/master/init/systemd/gitlab-unicorn.service -wget -O gitlab.target https://raw.github.com/gitlabhq/gitlab-recipes/master/init/systemd/gitlab.target +wget -O gitlab-sidekiq.service https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/init/systemd/gitlab-sidekiq.service +wget -O gitlab-unicorn.service https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/init/systemd/gitlab-unicorn.service +wget -O gitlab.target https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/init/systemd/gitlab.target ``` Reload systemd: diff --git a/init/systemd/gitlab-sidekiq.service b/init/systemd/gitlab-sidekiq.service index 534ed95..57d6001 100644 --- a/init/systemd/gitlab-sidekiq.service +++ b/init/systemd/gitlab-sidekiq.service @@ -2,7 +2,7 @@ # # GitLab version : 5.x - 6.x # Contributors : davispuh, mtorromeo, axilleas, boeserwolf91 -# Downloaded from : https://github.com/gitlabhq/gitlab-recipes/tree/master/init/systemd +# Downloaded from : https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/init/systemd # #################################################### diff --git a/init/systemd/gitlab-unicorn.service b/init/systemd/gitlab-unicorn.service index f2c79d2..391d91e 100644 --- a/init/systemd/gitlab-unicorn.service +++ b/init/systemd/gitlab-unicorn.service @@ -2,7 +2,7 @@ # # GitLab version : 5.x - 6.x # Contributors : davispuh, mtorromeo, axilleas, boeserwolf91 -# Downloaded from : https://github.com/gitlabhq/gitlab-recipes/tree/master/init/systemd +# Downloaded from : https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/init/systemd # #################################################### diff --git a/init/systemd/gitlab.target b/init/systemd/gitlab.target index 149df9e..a7f8d06 100644 --- a/init/systemd/gitlab.target +++ b/init/systemd/gitlab.target @@ -2,7 +2,7 @@ # # GitLab version : 5.x - 6.x # Contributors : davispuh, mtorromeo, axilleas, boeserwolf91 -# Downloaded from : https://github.com/gitlabhq/gitlab-recipes/tree/master/init/systemd +# Downloaded from : https://gitlab.com/gitlab-org/gitlab-recipes/tree/master/init/systemd # ########################################################################################### diff --git a/init/sysvinit/debian/README.md b/init/sysvinit/debian/README.md index 936baeb..b25ad7d 100644 --- a/init/sysvinit/debian/README.md +++ b/init/sysvinit/debian/README.md @@ -3,7 +3,7 @@ Make sure you have the `puma` gem installed and `puma.rb` in `/home/git/gitlab/c Get `gitlab-puma` in your `/etc/init.d/` directory: - wget -O /etc/init.d/gitlab https://raw.github.com/gitlabhq/gitlab-recipes/master/init/sysvinit/debian/gitlab-puma + wget -O /etc/init.d/gitlab https://gitlab.com/gitlab-org/gitlab-recipes/raw/master/init/sysvinit/debian/gitlab-puma Then start the service with: