]> git.pld-linux.org Git - packages/gitlab-shell.git/commitdiff
up to 3.4.0 (Redis Sentinel support for GitLab 8.11) auto/th/gitlab-shell-3.4.0-1
authorElan Ruusamäe <glen@delfi.ee>
Mon, 22 Aug 2016 19:17:14 +0000 (22:17 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 22 Aug 2016 19:17:14 +0000 (22:17 +0300)
config.yml.patch
gitlab-shell.spec

index 18527d5f11f03d8c2b7834fdffc13fd1cd68205e..a0c2a850086b0a9078f5a4377c826e94eea2f9ba 100644 (file)
@@ -1,12 +1,5 @@
---- gitlab-shell-3.3.0/config.yml~     2016-08-04 09:24:14.000000000 +0300
-+++ gitlab-shell-3.3.0/config.yml      2016-08-04 09:26:47.671443673 +0300
-@@ -1,5 +1,5 @@
- # GitLab user. git by default
--user: git
-+user: gitlab
- # Url to gitlab instance. Used for api calls. Should end with a slash.
- gitlab_url: "http://localhost/"
+--- gitlab-shell-3.4.0/config.yml~     2016-08-22 22:11:19.000000000 +0300
++++ gitlab-shell-3.4.0/config.yml      2016-08-22 22:12:26.188946328 +0300
 @@ -25,7 +25,7 @@
    self_signed_cert: false
  
@@ -16,7 +9,7 @@
  
  # File that contains the secret key for verifying access to GitLab.
  # Default is .gitlab_shell_secret in the root directory.
-@@ -35,21 +35,21 @@
+@@ -29,16 +29,16 @@
  
  # File that contains the secret key for verifying access to GitLab.
  # Default is .gitlab_shell_secret in the root directory.
 +  port: 6379
    # pass: redispass # Allows you to specify the password for Redis
    database: 0
--  socket: /var/run/redis/redis.sock # Comment out this line if you want to use TCP
-+#  socket: /var/run/redis/redis.sock # Comment out this line if you want to use TCP
+-  socket: /var/run/redis/redis.sock # Comment out this line if you want to use TCP or Sentinel
++#  socket: /var/run/redis/redis.sock # Comment out this line if you want to use TCP or Sentinel
    namespace: resque:gitlab
+   # sentinels:
+   #   -
+@@ -51,7 +51,7 @@
  
  # Log file.
  # Default is gitlab-shell.log in the root directory.
index d16d48f4039f30fde43882e94b015e13ffddc406..db7e08c5c65fa2049219e785ce9a13b63a7d1cd9 100644 (file)
@@ -4,12 +4,12 @@
 %define gname git
 Summary:       GitLab ssh access and repository management
 Name:          gitlab-shell
-Version:       3.3.2
+Version:       3.4.0
 Release:       1
 License:       MIT
 Group:         Applications/Shells
-Source0:       https://github.com/gitlabhq/gitlab-shell/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: d456a489d1611954837e1fd4685789e2
+Source0:       https://gitlab.com/gitlab-org/gitlab-shell/repository/archive.tar.gz?ref=v%{version}&/%{name}-%{version}.tar.gz
+# Source0-md5: cd548940ee1a3c796f5b65b577b870b0
 Patch0:                config.yml.patch
 URL:           https://gitlab.com/gitlab-org/gitlab-shell
 BuildRequires: rpm-rubyprov
@@ -39,7 +39,8 @@ and provide ssh access to git repositories. It is not a Unix shell nor
 a replacement for Bash or Zsh.
 
 %prep
-%setup -q
+%setup -qc
+mv %{name}-*/* .
 cp -p config.yml.example config.yml
 %patch0 -p1
 
This page took 0.069651 seconds and 4 git commands to generate.