[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.1-62-g1d98c63
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 1d98c6347c9622d4334f80fc59623da524b4f37b (commit) via 5490cd6eb22752d2eac5410152d239c50224dbc1 (commit) via a521cea96f24ba9d060e019c74ccbe63a1e06392 (commit) via 15aa57d51b4f7f49d55912650ed13ce573f1e946 (commit) via d7f8838294fc3567fec8fa9521ab9f91d9897829 (commit) via f5820c8bd61caafd62d370a24136d3ee90714ac8 (commit) via 86b5b7aa4215b7408ccf1ec8368988af327703fb (commit) via 77af613efc8b4c99115fdf81f8284955b1e95da6 (commit) from 96b3ba3470f11842312e4fdb34b74b391842fc33 (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 1d98c6347c9622d4334f80fc59623da524b4f37b Merge: 86b5b7a 5490cd6 Author: Dan McGee <dan@archlinux.org> Date: Wed Nov 30 22:34:25 2011 -0600 Merge branch 'maint' commit 86b5b7aa4215b7408ccf1ec8368988af327703fb Author: Dan McGee <dan@archlinux.org> Date: Wed Nov 30 21:04:16 2011 -0600 Add helper function for duplicating depends lists We do this in several of the package duplication steps; add a helper function for doing so to reduce some of the repetitive code. Also add a free_deplist function for our repeated depend list free calls of both the data and the list. Signed-off-by: Dan McGee <dan@archlinux.org> commit 77af613efc8b4c99115fdf81f8284955b1e95da6 Author: andrew.gregory.8@gmail.com <andrew.gregory.8@gmail.com> Date: Tue Nov 22 00:35:46 2011 -0500 added doxygen documentation Made existing documentation more consistent and added documentation where there was none. One function still needs documentation and is marked with 'TODO'. Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: doc/index.txt | 3 +- doc/makepkg.conf.5.txt | 2 +- lib/libalpm/package.c | 58 +++++++++------- lib/libalpm/util.c | 154 +++++++++++++++++++++++++++++++++-------- lib/libalpm/util.h | 2 +- scripts/makepkg.sh.in | 16 +++-- scripts/po/fi.po | 14 ++-- src/pacman/po/fi.po | 8 +- test/pacman/tests/sync303.py | 38 ++++++++++ test/pacman/tests/sync304.py | 27 +++++++ 10 files changed, 244 insertions(+), 78 deletions(-) create mode 100644 test/pacman/tests/sync303.py create mode 100644 test/pacman/tests/sync304.py hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org