Search Criteria
Package Details: git-review 2.5.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/git-review.git (read-only, click to copy) |
---|---|
Package Base: | git-review |
Description: | Tool to submit code to Gerrit |
Upstream URL: | https://opendev.org/opendev/git-review |
Licenses: | Apache-2.0 |
Submitter: | arojas |
Maintainer: | mistersmee |
Last Packager: | mistersmee |
Votes: | 6 |
Popularity: | 0.000213 |
First Submitted: | 2022-04-01 17:30 (UTC) |
Last Updated: | 2025-06-03 05:10 (UTC) |
Dependencies (7)
- git (git-gitAUR, git-glAUR)
- python-requests
- python-build (make)
- python-installer (make)
- python-pbr (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
1 2 3 Next › Last »
mistersmee commented on 2025-06-04 03:47 (UTC)
@lucaswerkmeister, there's no hard and fast rule, but it's generally considered better to always build each time in a clean environment, so that artifacts from the previous run don't mess with the current build. I've encountered and heard of multiple times that that occurred.
Also, in this case specifically, since we're building the newer version's wheel, imo it doesn't make much sense to keep the older version's wheel around, we are building the newer version, after all. If one wanted the older wheel version, one could always go to the previous version's PKGBUILD and build again.
ngl, I've set my build-dir to /tmp/makepkg and I've set my AUR helper to 'CleanAfter' meaning I always clean-build since so long ago, I forgot the makepkg default behaviour.
But anyway, as stated in my previous comment's edit, the
2.5.0-2
pkgrel bump should ensure that no such errors occur again.lucaswerkmeister commented on 2025-06-03 16:57 (UTC)
I don’t really follow (who’s not supposed to keep the stale wheels lying around? it’s
makepkg
’s default behavior without-c
/-C
…), but alright.mistersmee commented on 2025-06-03 05:10 (UTC)
@lucaswerkmeister, I'm not sure if your suggested fix specifically is a good fix to the underlying issue, because you're technically not supposed to keep the stale wheels lying around, when building a new version. I can push an pkgrel bump that cleans up anything that's not supposed to be there.
Edit:
2.5.0-2
pushed that does exactly that.lucaswerkmeister commented on 2025-06-02 23:34 (UTC)
I just got this error while trying to update the package:
I assume this is because I still have a previous wheel lying around in the source directory:
Consequently,
python -m installer --destdir="$pkgdir" dist/*.whl
expands to a faulty command with an extra argument. Suggested fix:mistersmee commented on 2024-04-12 16:18 (UTC)
@lucaswerkmeister, I can't reproduce your problem, it downloads fine here for me, but I guess I can switch to get the source from git tags, shouldn't be a difference in the overall package.
lucaswerkmeister commented on 2024-04-12 13:44 (UTC)
I haven’t been able to download the 2.4.0 tarball from Gitea since the 2.4.0 release came out (both when building the package and when trying to open it manually); getting the sources from Git instead seems to work:
mistersmee commented on 2023-07-28 13:26 (UTC)
@bkazmierczak, @buovjaga, Noted, and they have been disabled since the last pkgrel bump, i.e. 2.3.1-3.
bkazmierczak commented on 2023-07-28 13:15 (UTC)
@mistersmee I agree with @buovjaga on this. The tests take a significant amount of time and load the CPU to the point older machines are unusable while an upgrade is ongoing.
mistersmee commented on 2023-05-25 07:46 (UTC)
@buovjaga, you can disable them, if you want to, of course, by commenting the corresponding lines out of the PKGBUILD before building, but I don't think it's a good idea to remove them, the tests have been there since before I started maintaining this package and probably there for a good reason.
buovjaga commented on 2023-05-25 07:15 (UTC)
Is it necessary to run the tests as part of the build? It's quite expensive as they run for a couple of hours and leave behind dozens of hanging Gerrit instances that take 100% of CPU.
1 2 3 Next › Last »