[pacman-dev] [GIT] pacman branch, master now at v3.0.0-316-g466d289
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 466d289e6a3e7dbaf567b39485c49d67eac5b362 (commit) via fa2164a59ecc47a7a4324712710c367e195f14f6 (commit) via 99572ed8f6f585e5b6ee4c9300b0589b2c75c54a (commit) via ab2354e762767e6088e43b6d1e615576701a7bdb (commit) via 1d97da9450c4fc62dd884f356d67d7a746fc09da (commit) from 591bfabbd38bf4f8f209977f416a4e5fd3cc2baf (commit) - Log ----------------------------------------------------------------- commit 466d289e6a3e7dbaf567b39485c49d67eac5b362 Author: Dan McGee <dan@archlinux.org> Date: Mon Jul 16 16:49:28 2007 -0400 Remove unnecessary entries from .gitignore files .gitignore works recursively, so we don't need Makefile and Makefile.in in all of the subdirectory .gitignore files. Signed-off-by: Dan McGee <dan@archlinux.org> commit fa2164a59ecc47a7a4324712710c367e195f14f6 Author: Chantry Xavier <shiningxc@gmail.com> Date: Mon Jul 16 21:31:54 2007 +0200 Use only one mirror list for all repos Fully implement what this commit allows: ebad1996149d72cf4a1fe15fe8326f2b4996f585 Dan: update .gitignore as well. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 99572ed8f6f585e5b6ee4c9300b0589b2c75c54a Author: Chantry Xavier <shiningxc@gmail.com> Date: Mon Jul 16 14:08:48 2007 +0200 new pmdepend_t / pmdepmissing_t accessors. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit ab2354e762767e6088e43b6d1e615576701a7bdb Author: Chantry Xavier <shiningxc@gmail.com> Date: Mon Jul 16 11:30:55 2007 +0200 Add remove046 pactest for FS#7622. Signed-off-by: Chantry Xavier <shiningxc@gmail.com> commit 1d97da9450c4fc62dd884f356d67d7a746fc09da Author: Dan McGee <dan@archlinux.org> Date: Sun Jul 15 22:31:29 2007 -0400 makepkg: Add note with some required programs for execution Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Diffstat: contrib/.gitignore | 2 - doc/.gitignore | 2 - etc/.gitignore | 2 - etc/pacman.conf.in | 10 ++-- etc/pacman.d/.gitignore | 9 +---- etc/pacman.d/Makefile.am | 10 +---- etc/pacman.d/mirrorlist.in | 90 ++++++++++++++++++++++---------------------- lib/libalpm/.gitignore | 2 - lib/libalpm/alpm.h | 13 +++--- lib/libalpm/deps.c | 30 +++++++------- lib/libalpm/po/.gitignore | 2 - pactest/.gitignore | 3 - pactest/tests/remove046.py | 10 +++++ po/.gitignore | 2 - scripts/makepkg.sh.in | 5 ++ src/pacman/.gitignore | 2 - src/pacman/add.c | 16 ++++--- src/pacman/deptest.c | 4 +- src/pacman/remove.c | 5 +- src/pacman/sync.c | 17 ++++---- src/util/.gitignore | 2 - 21 files changed, 113 insertions(+), 125 deletions(-) hooks/update --- Git Source Code Management System hooks/update refs/heads/master \ 591bfabbd38bf4f8f209977f416a4e5fd3cc2baf \ 466d289e6a3e7dbaf567b39485c49d67eac5b362
participants (1)
-
Dan McGee