Package Details: git-cola 4.7.1-1

Git Clone URL: https://aur.archlinux.org/git-cola.git (read-only, click to copy)
Package Base: git-cola
Description: The highly caffeinated Git GUI
Upstream URL: https://git-cola.github.io
Keywords: git
Licenses: GPL-2.0-or-later
Submitter: tdy
Maintainer: MarcinWieczorek (yochananmarqos)
Last Packager: yochananmarqos
Votes: 230
Popularity: 0.71
First Submitted: 2008-12-05 14:38 (UTC)
Last Updated: 2024-05-05 14:22 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 .. 15 Next › Last »

Melon_Bread commented on 2021-07-15 15:25 (UTC)

If python-flake8-black is installed this package fails to "pass" some tests causing the package build process to error out. Uninstalling the package, building git-cola, and reinstalling python-flake8-black seems to be the workaround for now.

woschtl commented on 2021-05-17 07:18 (UTC)

You're right, the gpgSign = true was the reason for the failing tests, thank you!

di72nn commented on 2021-05-14 10:17 (UTC) (edited on 2021-05-14 10:58 (UTC) by di72nn)

The 11 commit tests may fail if you have gpgSign = true in your global gitconfig. Reported upstream.

I also have an issue with make install-man, which I also reported upstream even though I'm not sure who is to blame.

lah7 commented on 2021-03-16 20:43 (UTC) (edited on 2021-03-16 21:17 (UTC) by lah7)

@Frousties: Not just you, icons disappeared for me too (on KDE here). Another PyQt5 app I use is having icon issues as well, so it's not specific to git-cola.

It was caused by the updates on 2021-03-15 for KDE Frameworks 5.80: https://bugs.kde.org/show_bug.cgi?id=434451

Frousties commented on 2021-03-16 09:12 (UTC)

Am I the only one where the icons don't load anymore?

yochananmarqos commented on 2021-03-01 15:29 (UTC)

@woschti: The tests pass for me and no one else has chimed in, so it seems it's something on your end. Make sure you're doing a clean build.

woschtl commented on 2021-03-01 07:41 (UTC)

I still get the test errors when I try to install the latest version.

yochananmarqos commented on 2021-02-26 21:18 (UTC)

@besc: Ah, forgot about that, thanks.

besc commented on 2021-02-26 20:44 (UTC)

The PKGBUILD is missing the python-qtpy dependency, python-pyqt5 is not sufficient. Looks like the problem was introduced by the recent NO_VENDOR_LIBS=1 change.

woschtl commented on 2021-02-26 07:43 (UTC)

I got a lot of test errors trying to update today:

===================================== short test summary info ======================================
FAILED test/browse_model_test.py::ClassicModelTestCase::test_unstage_paths - AssertionError: 128 ...
FAILED test/browse_model_test.py::ClassicModelTestCase::test_unstage_paths_subdir - AssertionErro...
FAILED test/gitcmds_test.py::GitCmdsTestCase::test_all_refs - AssertionError: 128 != 0
FAILED test/gitcmds_test.py::GitCmdsTestCase::test_all_refs_split - AssertionError: 128 != 0
FAILED test/gitcmds_test.py::GitCmdsTestCase::test_branch_list_local - AssertionError: 128 != 0
FAILED test/gitcmds_test.py::GitCmdsTestCase::test_branch_list_remote - AssertionError: 128 != 0
FAILED test/gitcmds_test.py::GitCmdsTestCase::test_tag_list - AssertionError: 128 != 0
FAILED test/gitops_test.py::ColaBasicGitTestCase::test_git_commit - AssertionError: 128 != 0
FAILED test/main_model_test.py::MainModelTestCase::test_local_branches - AssertionError: 128 != 0
FAILED test/main_model_test.py::MainModelTestCase::test_remote_branches - AssertionError: 128 != 0
FAILED test/main_model_test.py::MainModelTestCase::test_tags - AssertionError: 128 != 0
11 failed, 169 passed in 4.12s