Package Details: pass-git 1.7.4.r12.28cec11-2

Git Clone URL: https://aur.archlinux.org/pass-git.git (read-only, click to copy)
Package Base: pass-git
Description: Stores, retrieves, generates, and synchronizes passwords securely
Upstream URL: https://passwordstore.org
Licenses: GPL2
Conflicts: pass
Provides: pass, passmenu
Submitter: insmo
Maintainer: ralphptorres
Last Packager: ralphptorres
Votes: 15
Popularity: 0.000148
First Submitted: 2012-09-09 08:22 (UTC)
Last Updated: 2023-12-04 17:59 (UTC)

Dependencies (13)

Required by (87)

Sources (1)

Latest Comments

1 2 3 Next › Last »

ainola commented on 2021-07-19 02:30 (UTC)

I don't have any desire to maintain this any more; Does anyone want to take over maintainership?

awc commented on 2021-06-24 06:07 (UTC)

alnola, I have tried with both an aur helper (yay) and then with makepkg. With both methods I fail the 8th test, "Git is consistent", and my global git config in ~/.config/git/config is altered.

[user]
       name = Pass Automated Testing Suite
       email = Pass-Automated-Testing-Suite@zx2c4.com

I have git@2.32.0-1.

ainola commented on 2021-06-24 05:24 (UTC)

Hi, awc. I'm unable to reproduce using makepkg. Are you using an AUR helper?

awc commented on 2021-06-21 15:35 (UTC)

Hi I'm getting an error during the build test:

not ok 8 - Git is consistent
#   
#       [[ -z $(git status --porcelain 2>&1) ]]
#   
# failed 1 among 8 test(s)
1..8
make: *** [Makefile:72: tests/t0050-mv-tests.sh] Error 1
==> ERROR: A failure occurred in check().
    Aborting...
error making: pass-git

This error occurs on update, I have pass 1:1.7.3.r31.g918992c-1 installed and functional.

In addition, I can echo sbalazik that after this update attempt, my git config was overwritten.

ainola commented on 2021-06-21 01:51 (UTC)

Thanks for the nudge, gardenappl!

gardenappl commented on 2021-06-20 19:58 (UTC)

Oh, and also xdotool and ydotool.

gardenappl commented on 2021-06-20 19:54 (UTC)

Recent versions of passmenu use dmenu-wl instead of dmenu when run in a Wayland environment. It's worth adding dmenu-wayland as an (explicit) optional dependency.

ainola commented on 2020-11-28 08:47 (UTC)

Thanks for the comment, sbalazik. If you take a look a few lines above that, the GIT_DIR variable is set so these global options shouldn't touch your own personal configuration: It's only "globally" set in context of the tests.

sbalazik commented on 2020-11-23 13:08 (UTC)

make test from this package messes up user's git config.

check() stage of the PKGBUILD runs make test which in turn runs tests/setup.sh and that contains

git config --global user.email "Pass-Automated-Testing-Suite@zx2c4.com"
git config --global user.name "Pass Automated Testing Suite"

This overwrites the current user's ~/.config/git/config.

I am currently working around this issue by commenting the make test line in PKGBUILD since I couldn't find a way to change this behavior using environment variables.

ainola commented on 2019-11-19 19:22 (UTC)

Hi, schalox. As mentioned xclip is no longer a hard dependency as wl-clipboard integration has been merged. Can you please add xclip and wl-clipboard to the optional dependencies?