Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gentoo support added #970

Open
powerman opened this issue Jan 17, 2023 · 0 comments
Open

Gentoo support added #970

powerman opened this issue Jan 17, 2023 · 0 comments

Comments

@powerman
Copy link

I've added Gentoo package (ebuild) in powerman overlay: https://github.com/powerman/powerman-overlay/tree/master/app-admin/git-secret (so it now can be installed on Gentoo by adding my overlay layman -a powerman and then installing by emerge git-secret).

At a glance looks like tool works okay, but one of the tests fails:

not ok 70 run 'git secret --version'
# (in test file /var/tmp/portage/app-admin/git-secret-0.5.0/work/git-secret-0.5.0/tests/test_main.bats, line 31)
#   `[ "$output" == "$GITSECRET_VERSION" ]' failed
#   PID TTY          TIME CMD
#     4 pts/10   00:00:00 sandbox
#     5 pts/10   00:00:00 bash
#    21 pts/10   00:00:00 bash
#    29 pts/10   00:00:00 make
#    43 pts/10   00:00:00 bash
#    47 pts/10   00:00:00 bash
#    48 pts/10   00:00:00 bash
#    55 pts/10   00:00:00 bash
#    56 pts/10   00:00:00 bash
#    57 pts/10   00:00:00 bash
#    58 pts/10   00:00:00 cat
#  6532 pts/10   00:00:00 bash
#  6755 pts/10   00:00:00 bash
#  6830 pts/10   00:00:00 ps

The command mentioned by test works fine too:

$ git secret --version
0.5.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant