[arch-projects] [dbscripts] [GIT] Official repo DB scripts tag parabola/20180507.1 created. 20111105-583-ga9f1927
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The tag, parabola/20180507.1 has been created at a9f1927584a312900e7db29cee7daa548301ec9f (commit) - Log ----------------------------------------------------------------- commit a9f1927584a312900e7db29cee7daa548301ec9f Author: Luke Shumaker <lukeshu@parabola.nu> Date: Mon May 7 18:29:52 2018 -0400 db-import-pkg: Split make_repo_symlinks in 2 make_repo_symlinks() is doing 2 things: - resolving a package name to a file in /pool/ - symlinking that file in /pool/ in to the staging dir Split that in to 2 separate functions: - poolify(): take a list of packages, translate it in to a list of files in /pool/ - make_repo_symlinks(): take that list of files, and symlink them in to the staging dir While we're at it, this allows us to clean up the logic in poolify(). Part of this is that it now takes the clean package list (from /new/), rather than the glob-list that is .whitelist This also means that it no-longer rewrites the .whitelist file. Which is exciting, because that was a confusing brain-f*ck. The format of the file magically changed half-way through the program... maybe! (depending on the UPSTREAM). ----------------------------------------------------------------------- hooks/post-receive -- Official repo DB scripts
participants (1)
-
eschwartz@archlinux.org