Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
git


Commits:
f6e1176d by Christian Heusel at 2025-10-27T18:58:16+01:00
upgpkg: 2.51.2-2: Drop test workaround

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = git
        pkgdesc = the fast distributed version control system
        pkgver = 2.51.2
-       pkgrel = 1
+       pkgrel = 2
        url = https://git-scm.com/
        install = git.install
        arch = x86_64


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 pkgbase=git
 pkgname=(git git-zsh-completion)
 pkgver=2.51.2
-pkgrel=1
+pkgrel=2
 pkgdesc='the fast distributed version control system'
 arch=('x86_64')
 url='https://git-scm.com/'
@@ -56,9 +56,6 @@ build() {
 check() {
   cd "$pkgbase"
 
-  # place the socket in /tmp to make the test succeed
-  sed -i '/eval/s|ssh-agent|ssh-agent -T|' t/t7528-signed-commit-ssh.sh
-
   local jobs
   jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
   mkdir -p /dev/shm/git-test
@@ -72,9 +69,6 @@ check() {
     GIT_PROVE_OPTS="$jobs -Q" \
     GIT_TEST_OPTS="--root=/dev/shm/git-test" \
     test
-
-  # undo changes to source dir to no have .dirty in version
-  git restore -- .
 }
 
 package_git() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git/-/commit/f6e1176d7b188c7e0ebd8d55e63935a0b987e71a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/git/-/commit/f6e1176d7b188c7e0ebd8d55e63935a0b987e71a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to