[arch-commits] Commit in gitlab-gitaly/trunk (PKGBUILD configs.patch ruby27.patch)

Anatol Pomozov anatolik at archlinux.org
Tue Jun 1 23:53:44 UTC 2021


    Date: Tuesday, June 1, 2021 @ 23:53:44
  Author: anatolik
Revision: 953133

upgpkg: gitlab-gitaly 13.12.2-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD
  gitlab-gitaly/trunk/configs.patch
  gitlab-gitaly/trunk/ruby27.patch

---------------+
 PKGBUILD      |    8 ++++----
 configs.patch |    2 +-
 ruby27.patch  |   12 ++++++------
 3 files changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-01 23:45:36 UTC (rev 953132)
+++ PKGBUILD	2021-06-01 23:53:44 UTC (rev 953133)
@@ -4,7 +4,7 @@
 # commit log for an old fix on how to tell it to use older versions of Ruby. I'm afraid we'll
 # need this again at some point in the future.
 pkgname=gitlab-gitaly
-pkgver=13.11.4
+pkgver=13.12.2
 pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
@@ -19,10 +19,10 @@
         "configs.patch"
         "gitlab-gitaly.service"
 	"ruby27.patch")
-sha512sums=('5597a4034f4d903a2e6c7799b0b9d6931f48f68bf09885d6ba0653e6ca60efe8ab1a8b849bddb4b15c032ce157841ede137837d4cc497bd5f6e9f9edf4832825'
-            '2988766ff7839664af2b621984eee3b52056d7c606823deb77a4d7604069b1e294a6364e0607c5e629617fc49a80ad6ac76be5673e9d5b26fa54c2b7e66bc4ca'
+sha512sums=('eed52659aef0a5fc3542ecf9700b705f0ab4592db2f098c76ad5220f3514652c31a96630dc4e2d77d4914c63833b1775d2c9d1718a33141c4f9a1bc86e14aae6'
+            'af17be897a567356f99388a2d16888cc90c13a2587553ca4893736bdd0b5078abaccb476971c30267ad24e5909bf150d2a8e9e300fa93d130ef7eabafecaa3e8'
             '7f5cd528c873a5e43e18aa6a88bd7298422c047e0e61cf3208be7d9fcfdfdc8a844b5c439ab6afc2098c5c4c60ed9c3d167c2f87517f1e93b34f39be3d3dad09'
-            'ce6a20bb4348c04ed633cd71716ef836dfd3b0207307735305c12e5b76bef9df8654a96dfba10222a5c21cb126adc0cce008b515c377a2ea81d8c1e13c976c29')
+            '45c51ab13ed5ebb0c4ebef52eab5aac27c58a0978fcc1b2bff3032f11fcecd65c7ff3bd0f7290d8e49b6a6454e4e4f71175303ef793b6d9351fd78af5a80b65c')
 
 prepare() {
   cd gitaly-$_tag

Modified: configs.patch
===================================================================
--- configs.patch	2021-06-01 23:45:36 UTC (rev 953132)
+++ configs.patch	2021-06-01 23:53:44 UTC (rev 953133)
@@ -1,4 +1,4 @@
-commit 795c110901b9866ea87edceca1e6e650d9f2a19e
+commit d1de94c53873750186ace0740f833e50ed1fda25
 Author: Anatol Pomozov <anatol.pomozov at gmail.com>
 Date:   Tue May 26 00:26:02 2020 -0700
 

Modified: ruby27.patch
===================================================================
--- ruby27.patch	2021-06-01 23:45:36 UTC (rev 953132)
+++ ruby27.patch	2021-06-01 23:53:44 UTC (rev 953133)
@@ -1,4 +1,4 @@
-commit 1934e7908a3cfa3b6c14501770c7cac4ecbf3710
+commit ae1ced361ddcf53284c42519d8aa0665bba513be
 Author: Anatol Pomozov <anatol.pomozov at gmail.com>
 Date:   Mon Mar 22 18:23:32 2021 -0700
 
@@ -5,19 +5,19 @@
     Pin sources to ruby2.7 package
 
 diff --git a/Makefile b/Makefile
-index d576eb121..cdfc65790 100644
+index 94f15526c..524c3b883 100644
 --- a/Makefile
 +++ b/Makefile
-@@ -280,7 +280,7 @@ race-go: test-go
+@@ -236,7 +236,7 @@ race-go: test-go
  
  .PHONY: rspec
- rspec: assemble-go prepare-tests
+ rspec: build prepare-tests
 -	${Q}cd ${GITALY_RUBY_DIR} && PATH='${SOURCE_DIR}/internal/testhelper/testdata/home/bin:${PATH}' bundle exec rspec
 +	${Q}cd ${GITALY_RUBY_DIR} && PATH='${SOURCE_DIR}/internal/testhelper/testdata/home/bin:${PATH}' bundle-2.7 exec rspec
  
  .PHONY: verify
  verify: check-mod-tidy check-formatting notice-up-to-date check-proto rubocop
-@@ -330,7 +330,7 @@ check-proto: proto no-proto-changes lint-proto
+@@ -286,7 +286,7 @@ check-proto: proto no-proto-changes lint-proto
  
  .PHONY: rubocop
  rubocop: ${SOURCE_DIR}/.ruby-bundle
@@ -26,7 +26,7 @@
  
  .PHONY: cover
  cover: GO_BUILD_TAGS := ${GO_BUILD_TAGS},postgres
-@@ -388,9 +388,9 @@ libgit2: ${LIBGIT2_INSTALL_DIR}/lib/libgit2.a
+@@ -344,9 +344,9 @@ libgit2: ${LIBGIT2_INSTALL_DIR}/lib/libgit2.a
  # step. Both Omnibus and CNG assume it is in the Gitaly root, not in
  # _build. Hence the '../' in front.
  ${SOURCE_DIR}/.ruby-bundle: ${GITALY_RUBY_DIR}/Gemfile.lock ${GITALY_RUBY_DIR}/Gemfile



More information about the arch-commits mailing list