[pacman-dev] [GIT] pacman branch, master now at v3.0.0-262-g89ed15c
Hello, This is an automated email from the git hooks/update script, it was generated because a ref change was pushed to the repository. Updating branch, master, via 89ed15c9c2dd5449d50e5ec2283a4d6ebac5f328 (commit) via 7a42e24400499873c3b9e1e2315edc808d753734 (commit) via f55f7f100f650ff040f8721cf761a060af1c05fe (commit) via cd3a63681338b7510846837dcc169d276cf75458 (commit) via 19f66083f0aef92af84761fd62245270e97c6f33 (commit) via d70116bfbc535cac9eb941a570c34479e68a1b8d (commit) from 2657a2bfb7847c8ac4dd5875979400d0d3fd89f6 (commit) - Log ----------------------------------------------------------------- commit 89ed15c9c2dd5449d50e5ec2283a4d6ebac5f328 Author: Chantry Xavier <shiningxc@gmail.com> Date: Mon Jul 2 00:57:47 2007 +0200 pacman/packages.c : print an error for files that can't be stated. The -Ql operation is supposed to print all files but directories. stat was used for detecting directories. However, when stat failed, (because the file doesn't exist or is not readable), the files were still displayed just like the others. Now, these files are printed on stderr, with the corresponding error message. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> commit 7a42e24400499873c3b9e1e2315edc808d753734 Author: Chantry Xavier <shiningxc@gmail.com> Date: Sat Jun 30 00:49:17 2007 +0200 libalpm/add.c : fix for FS #7484 Adds the ARCHIVE_EXTRACT_NO_OVERWRITE libarchive flags for extracting files and directories. This will prevent symlinks for being overwritten by directories. All other files that need to be extracted should already have been deleted previously by pacman. This flag is not used for extracting files in backup array to /tmp/alpm_XXXX, because this file is created by mkstemp first, and so needs to be overwritten by the file from the archive. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> commit f55f7f100f650ff040f8721cf761a060af1c05fe Author: Chantry Xavier <shiningxc@gmail.com> Date: Mon Jul 2 02:12:36 2007 +0200 libalpm/add.c,util.c : log ARCHIVE_WARN warning to debug output. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> commit cd3a63681338b7510846837dcc169d276cf75458 Author: Dan McGee <dan@archlinux.org> Date: Sun Jul 1 20:22:42 2007 -0400 Remove unnecessary and extra includes Signed-off-by: Dan McGee <dan@archlinux.org> commit 19f66083f0aef92af84761fd62245270e97c6f33 Author: Dan McGee <dan@archlinux.org> Date: Sun Jul 1 20:03:15 2007 -0400 Add mode and type checking to pactest for files Add the ability to check the permissions and type of a file within the framework of pactest. Two new rules can be used: self.addrule("FILE_TYPE=bin/foo|file") self.addrule("FILE_MODE=bin/bar|644") TODO: add the ability to add different types of files (eg links) via the test package building framework, and add the ability to change the modes on files. Signed-off-by: Dan McGee <dan@archlinux.org> commit d70116bfbc535cac9eb941a570c34479e68a1b8d Author: Dan McGee <dan@archlinux.org> Date: Sun Jul 1 18:40:43 2007 -0400 Move Doxygen manpage generation to doc/ directory Instead of doing the doxygen work in the libalpm/ dir, do it with the rest of the docs in the doc/ dir. Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Diffstat: {lib/libalpm => doc}/Doxyfile | 25 +++------------------- doc/Makefile.am | 9 +++++++- lib/libalpm/Makefile.am | 10 --------- lib/libalpm/add.c | 22 +++++++++++++++++-- lib/libalpm/db.c | 7 ------ lib/libalpm/remove.c | 7 ------ lib/libalpm/server.c | 1 - lib/libalpm/sync.c | 2 - lib/libalpm/util.c | 17 +++++++++++--- pactest/pmrule.py | 45 ++++++++++++++++++++++++++-------------- pactest/tests/mode001.py | 12 +++++++++++ pactest/tests/type001.py | 13 +++++++++++ src/pacman/package.c | 11 +++++++-- 13 files changed, 106 insertions(+), 75 deletions(-) hooks/update --- Git Source Code Management System hooks/update refs/heads/master \ 2657a2bfb7847c8ac4dd5875979400d0d3fd89f6 \ 89ed15c9c2dd5449d50e5ec2283a4d6ebac5f328
participants (1)
-
Dan McGee