Historical bug tracker for the Pacman package manager.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
FS#72198 - [makepkg] make VCS update errors fatal
|
DetailsSummary and Info:
Please make vcs update errors, such as git fetch, fatal. Currently it produces a warning, which is trivial to miss amongst the hundreds of lines of output produced during package building. I don't have a strong optinion of the new behaviour should be the default or behind some makepkg --fatal-vcs-updates like flag. Steps to Reproduce: 1. Create PKGBUILD which has a git repo in its sources array 2. Build the package 3. Add extra changes to the upstream git repo 4. Make the git repo inaccessible (your connection suddenly drops, rename the upstream repo, etc) 5. Rebuild the package - try and find the WARNING show up, while the build churns |
This task depends upon