Search Criteria
Package Details: git-machete 3.31.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/git-machete.git (read-only, click to copy) |
---|---|
Package Base: | git-machete |
Description: | Git repository organizer & rebase/merge workflow automation tool |
Upstream URL: | https://github.com/VirtusLab/git-machete |
Keywords: | branches git rebase |
Licenses: | MIT |
Submitter: | alt0160 |
Maintainer: | ilai |
Last Packager: | ilai |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2019-05-17 08:04 (UTC) |
Last Updated: | 2024-12-11 16:47 (UTC) |
Dependencies (12)
- git (git-gitAUR, git-glAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
- python-pytest-mock (check)
- python-pytest-xdist (check)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR) (optional) – bash completion
- fish (fish-gitAUR) (optional) – fish completion
- zsh (zsh-gitAUR) (optional) – zsh completion
Latest Comments
1 2 3 Next › Last »
PawelLipski commented on 2024-12-11 15:48 (UTC)
And this fix should be available as version v3.31.1 soon. Thanks for reporting, that was a non-trivial find!
jan-one commented on 2024-12-11 15:14 (UTC)
@PawelLipski that did the trick - the test is passing now on the branch. Thanks a lot!
PawelLipski commented on 2024-12-11 15:12 (UTC)
Okay! I think what's special about your setup is that you've got
git config core.editor
set tonano
. I'm now clearing that git config key before the affected tests... pls pulldebug/test-edit-aur
and runtox -e py -- -k test_edit -rP
jan-one commented on 2024-12-11 14:51 (UTC) (edited on 2024-12-11 14:51 (UTC) by jan-one)
@PawelLipski apologies, I missed the part about checking out that branch. Here's the redacted output:
PawelLipski commented on 2024-12-11 14:09 (UTC) (edited on 2024-12-11 14:09 (UTC) by PawelLipski)
Hmmm pls make sure you're on PR #1376 (branch
debug/test-edit-aur
). In particular, the test has been renamed fromtest_edit_git_config_core_editor
totest_edit_editor
(I incidentally realized that the name is outdated) - and the output indicates that there's stilltest_edit_git_config_core_editor
:/jan-one commented on 2024-12-11 14:05 (UTC)
@PawelLipski thanks a lot for your quick response. I ran the command, but the output seems almost identical:
PawelLipski commented on 2024-12-11 13:14 (UTC) (edited on 2024-12-11 13:14 (UTC) by PawelLipski)
Hmmm I struggling to reproduce your issue as it's probably something caused by the executables present on the specific machine... but actually, could you check out https://github.com/VirtusLab/git-machete/pull/1376, install tox (https://tox.wiki/en/4.23.2/installation.html) and then run:
This test will fail, but extra debug info should give us more insight into what's failing specifically. Pls check the output for any info that should be redacted (like file paths, or anything global git configs). Thanks!
jan-one commented on 2024-12-11 12:40 (UTC) (edited on 2024-12-11 14:03 (UTC) by jan-one)
I'm getting a failure in test tests/test_edit.py when installing the package. Any idea what might cause this? I tried different versions of git-machete down to 3.17.4, but go the same error each time.
PawelLipski commented on 2023-08-09 19:10 (UTC)
Btw... @chrislea as I probably can't commit here directly (?), could you do the following:
Add fish completion (completion/git-machete.fish), probably under "$pkgdir/usr/share/fish/vendor_completions.d" - see https://git.alpinelinux.org/aports/tree/community/git-machete/APKBUILD
Add man page (docs/man/git-machete.1)... not sure what should be the target directory, but it's probably some pretty standard one :)
Best, Paweł
chrislea commented on 2023-05-16 16:46 (UTC)
Yup, @PawelLipski, looks good now. Just built 3.17.4 and everything worked correctly. Thanks!
1 2 3 Next › Last »