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 "The official pacman repository". The branch, master has been updated via 1c4633ea2cbc01cfd7929509724951615827c482 (commit) via 6c4d702cb10f9bc5da23b6511f09f4b4a07a4281 (commit) via e7daa59f845f073511c632a972215d047f292f25 (commit) via e515d89969ac7f8448a419b373530376ffe436bf (commit) via dce7aa85696680035a512dde7daf89f9506f8523 (commit) via 48b209d6121f24e990951daf0edf1345012b4c78 (commit) via 14c1a4423e62d9026e8025b79e6902c06ea4ae47 (commit) via eb1775e485f7320142a3c66332166ff5ab1f0401 (commit) from 04c2b9d4edb7f7e592919fa3bb975f9edd4fa0a6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 1c4633ea2cbc01cfd7929509724951615827c482 Merge: 6c4d702cb10f9bc5da23b6511f09f4b4a07a4281 e7daa59f845f073511c632a972215d047f292f25 Author: Dan McGee <dan@archlinux.org> Date: Wed Feb 18 21:20:17 2009 -0600 Merge branch 'maint' commit 6c4d702cb10f9bc5da23b6511f09f4b4a07a4281 Author: Bryan Ischo <bryan@ischo.com> Date: Tue Jan 27 01:48:39 2009 +1300 Reorganize code for one-at-a-time resolving This change reorganizes the internal code so that packages are resolved one at a time instead of all at once from a list. This will allow a future checkin to prompt the user to see if they'd rather remove unresolvable packages from the transaction and continue, or fail the transaction. This change does not affect the actual behavior of libalpm and all tests pass without changes. Signed-off-by: Bryan Ischo <bryan@ischo.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit e515d89969ac7f8448a419b373530376ffe436bf Author: Xavier Chantry <shiningxc@gmail.com> Date: Wed Feb 18 15:35:00 2009 +0100 repo-add : remove useless test_repo_db_file function This function was used only once, was basically just one line, and was also called with an unused argument. Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit dce7aa85696680035a512dde7daf89f9506f8523 Author: Xavier Chantry <shiningxc@gmail.com> Date: Tue Feb 17 23:40:11 2009 +0100 contrib/pacdiff : rework and cleanup I initially only wanted to add a -l/--locate option to use locate instead of find, which should have been easy. Then I thought I would try to support filename with whitespace while I was at it, and this was a bit more complex. The safest ways seem to be the following ones : http://mywiki.wooledge.org/BashFAQ/020 Then I received a lot of suggestions on #bash about how to improve the script, which I tried to address. Signed-off-by: Xavier Chantry <shiningxc@gmail.com> [Dan: fix grouping of find arguments] Signed-off-by: Dan McGee <dan@archlinux.org> commit 14c1a4423e62d9026e8025b79e6902c06ea4ae47 Author: Kevin Barry <barryk@gmail.com> Date: Sun Feb 15 19:47:45 2009 -0500 configure.ac: use full path of stat for Mac OS X Change configure.ac to use the full path of stat when on darwin/mac. This is needed for situations when a user installs the GNU/coreutils and places it in their path before /usr/bin, but the SIZECMD is already configured for Darwin's version of stat. Signed-off-by: Kevin Barry <barryk gmail com> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: configure.ac | 2 +- contrib/pacdiff | 85 ++++++++++++++++++++++++++++++++--------------- doc/PKGBUILD.5.txt | 10 +++--- lib/libalpm/deps.c | 50 ++++++++++++++++++++++------ lib/libalpm/deps.h | 4 +- lib/libalpm/sync.c | 47 ++++++++++++++++++++------ po/pl.po | 2 +- scripts/repo-add.sh.in | 40 +++++++++------------- 8 files changed, 160 insertions(+), 80 deletions(-) hooks/post-receive -- The official pacman repository