The Wayback Machine - https://web.archive.org/web/20220530112714/https://github.com/topics/pacman
Skip to content
#

pacman

Here are 835 public repositories matching this topic...

LRFLEW
LRFLEW commented Jan 22, 2022

Affected Version

Tested:
yay v11.1.0 - libalpm v13.0.1
yay v11.1.0.r4.g09695c6 - libalpm v13.0.1
The issue likely goes back for many versions.

Describe the bug

If you attempt to install an AUR devel package and it fails for whatever reason, the package still gets added to vcs.json. This means that the git repository for the package will be checked on any system upgrade with

vestingz
vestingz commented Aug 8, 2021

Pacman hook for regenerating the graph should possibly run after other PostTransaction hooks, which might for example handle .pacnew files. According to man 5 alpm-hooks the running order is defined by the alphabetical order of the hooks filenames, so 10-pacwall.hook is one of the first hooks to be triggered, while it should actually be the last. R

enhancement good first issue
anatol
anatol commented Sep 17, 2020

If packages/database uses signing then one needs to run gpg --detach-sign manually each time a package is added to the repo.

It makes sense if repoctl has an option to automate the signing process. i.e.

  • run gpg signing for the package before adding it to database
  • run gpg signing for the database after the package is added to database
enhancement good first issue

Improve this page

Add a description, image, and links to the pacman topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pacman topic, visit your repo's landing page and select "manage topics."

Learn more