[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.3-271-g363894e
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 363894e27b07f00d7b1cd9f92214f3f457ac4c48 (commit) via 9f6a67fee71a63848f958212c1b5a2abd0f735a5 (commit) via fc9002188b588cda1f5362d6d15bd6996c532982 (commit) via 9d3e59e311a863e140699dd2eaec7c0b0bf632f4 (commit) via c2fdc38b78d9b83e783ff2ec3f8c4d53e7f45634 (commit) via ceb23622097bb59ef568fd2565d71148069664c8 (commit) via 5de465d63efbb82da6127ac927ad29b9c8b1b542 (commit) via 233e5f610c409052d4f88382ce5fe97f54fd6e6c (commit) via 26abe8f6004777ba49777eaaec3bc0a47f50fcb2 (commit) via 267158112317b0696c210006fb216ce7dae5cac3 (commit) via 951d23e3ec03fbd7faa3fad910a664365f75b3c4 (commit) via 9e2078b1796dbc8dee201710b4680fb79114cbf3 (commit) via 3f202c780834557557baa4b3503690b629bf4222 (commit) via 1bf05e706b5edac92e9c913a69ca8686c6440f8b (commit) from 9d9c12e4e2dc92dfb6582ea7f79087e382348e71 (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 363894e27b07f00d7b1cd9f92214f3f457ac4c48 Author: Dave Reisner <dreisner@archlinux.org> Date: Sun May 6 19:53:00 2012 -0400 contrib/pacsysclean: use a standard vim modeline Fix indenting to something more familiar with the rest of the codebase. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit 9f6a67fee71a63848f958212c1b5a2abd0f735a5 Merge: fc90021 5de465d Author: Dan McGee <dan@archlinux.org> Date: Sun May 20 17:41:21 2012 -0500 Merge branch 'maint' Conflicts: scripts/pacman-key.sh.in commit fc9002188b588cda1f5362d6d15bd6996c532982 Author: Dave Reisner <dreisner@archlinux.org> Date: Sat May 12 22:15:09 2012 -0400 pacman-key: use mapfile over read Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit 9d3e59e311a863e140699dd2eaec7c0b0bf632f4 Author: Dave Reisner <dreisner@archlinux.org> Date: Sat May 12 22:13:11 2012 -0400 makepkg: use mapfile where plausible With bash4 as a requirement, we can use mapfile when reading command output into an array. mapfile has the advantage of using block buffered I/O rather than line buffered I/O, making it slightly faster for most jobs. Signed-off-by: Dave Reisner <dreisner@archlinux.org> commit c2fdc38b78d9b83e783ff2ec3f8c4d53e7f45634 Author: Dave Reisner <dreisner@archlinux.org> Date: Sat May 5 13:34:07 2012 -0400 pacman: support group selection delimited by commas We support multiple arguments being comma separated elsewhere, so this seems like a natural extension to support in our multiparse selection code. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> commit ceb23622097bb59ef568fd2565d71148069664c8 Author: Dave Reisner <dreisner@archlinux.org> Date: Wed Apr 25 22:00:00 2012 -0400 pkgdelta: adopt parseopts for option parsing Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: contrib/pacsysclean.sh.in | 62 ++++---- doc/index.txt | 26 +--- doc/pacman.8.txt | 15 +- lib/libalpm/add.c | 5 +- scripts/Makefile.am | 3 +- scripts/makepkg.sh.in | 11 +- scripts/pacman-key.sh.in | 18 +-- scripts/pkgdelta.sh.in | 44 +++--- scripts/po/en_GB.po | 324 ++++++++++++++++++++--------------------- scripts/po/pacman-scripts.pot | 43 ++++-- src/pacman/util.c | 2 +- 11 files changed, 276 insertions(+), 277 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
dan@archlinux.org