You are not logged in.
Is there some more elegant way of getting the PKGBUILD for packages dropped from the Arch repository.
I've resolved to `git clone https://github.com/archlinux/svntogit-packages` and roll back before the commit that deletes the package.
I've tried GitHub events API to check commit that removes the package related branch but it gets only so far in the past.
$curl 'https://api.github.com/repos/archlinux/svntogit-packages/events?per_page=100&page=4'
{
"message": "In order to keep the API fast for everyone, pagination is limited for this resource. Check the rel=last link relation in the Link response header to see how
far back you can traverse.",
"documentation_url": "https://docs.github.com/v3/#pagination"
}
Last edited by bartus (2021-10-27 13:29:26)
Offline
asp[1] can help with that if you know the name of the package.
[1] https://wiki.archlinux.org/title/Arch_B … _using_Git
Last edited by Lone_Wolf (2021-10-28 16:13:07)
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Offline
asp[1] can help with that if you know the name of the package.
Nope, `asp` throws an error saying `unknown package` when called with deleted package name...
Offline
Out of curiosity what is the package name?
Offline
Out of curiosity what is the package name?
Today I need to reinstate `python2-netifaces` but originally when posted I was going to restore `opencolorio1`
Last edited by bartus (2021-11-02 00:35:22)
Offline
https://github.com/archlinux/svntogit-community -> search opencolorio1 -> commits -> db-remove -> parent -> browse files then append opencolorio1 to path giving
https://github.com/archlinux/svntogit-c … ncolorio1/
python2-netifaces was a split package with python-netifaces before it was dropped
https://github.com/archlinux/svntogit-c … 5eb9b7203a
Offline