[GIT] branch master updated (7ca551e -> e6950d3)
This is an automated email from the git hooks/post-receive script. demize pushed a change to branch master in repository pacman-contrib. from 7ca551e build: re-add dependency link between paccache and size_to_human.sh new 660d61d Use mailmap to coalesce emails new a8b342e checkupdates: use $UID instead of $USER in temporary directory path new e6950d3 vim: add validpgpkeys to valid vim syntax for PKGBUILD's The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Graph of new commits: * e6950d3 (HEAD -> master) vim: add validpgpkeys to valid vim syntax for PKGBUILD's * a8b342e checkupdates: use $UID instead of $USER in temporary directory path * 660d61d Use mailmap to coalesce emails Detailed log of new commits: commit e6950d3c9776acba380ab24bfaaa8b0affb47884 Author: Jelle van der Waa <jelle@vdwaa.nl> Date: Mon Dec 9 22:16:49 2019 +0100 vim: add validpgpkeys to valid vim syntax for PKGBUILD's Signed-off-by: Jelle van der Waa <jelle@vdwaa.nl> Message-Id: <20191209211649.18369-1-jelle@vdwaa.nl> Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> commit a8b342e69f9d59f725bb3387ad66a1a00b9b4c59 Author: nl6720 <nl6720@gmail.com> Date: Wed Nov 20 18:57:07 2019 +0200 checkupdates: use $UID instead of $USER in temporary directory path If $USER is not set when running checkupdates, the temporary directory's name will be "checkup-db-". This will cause issues if multiple users run checkupdates. A common situation where $USER is not set is when a command is executed with systemd-run, e.g. from a systemd unit. See https://github.com/systemd/systemd/pull/8227 for details. Replace the usage of $USER with $UID since it is guaranteed to exist and so that the temporary directory is isolated per-user. Signed-off-by: nl6720 <nl6720@gmail.com> Message-Id: <20191120165707.34383-1-nl6720@gmail.com> Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> commit 660d61d6575baa0b2c5710c72937f8f41405ce90 Author: Daniel M. Capella <polyzen@archlinux.org> Date: Thu Oct 24 11:21:47 2019 -0400 Use mailmap to coalesce emails Signed-off-by: Daniel M. Capella <polyzen@archlinux.org> Message-Id: <20191024152147.28630-1-polyzen@archlinux.org> Signed-off-by: Johannes Löthberg <johannes@kyriasis.com> Summary of changes: .mailmap | 2 ++ src/checkupdates.sh.in | 2 +- src/vim/syntax/PKGBUILD.vim | 7 +++++++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 .mailmap -- To stop receiving notification emails like this one, please contact the administrator of this repository.
participants (1)
-
Johannes Löthberg