[pacman-dev] [GIT] The official pacman repository branch, master, updated. v4.0.3-512-gb27886a
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 b27886ab5967c30e2e80d46e47968c9f4a95e760 (commit) via 132e1ac10c7fef54372f4d8119b6cc3e82d2c957 (commit) via c628d649f6568fc2627c685add09fc4024e87e4b (commit) via 4a8c2852a887d2b1aaa43be3071ab586eb24b9e3 (commit) via 993700bc6b12cd291544d2a22845f480e8a7925e (commit) via bb4d2b72c1d35ab9d65d632be0dcaf00cfa7d600 (commit) via 60b192e3836a150eb6950ce52241efebbee00f11 (commit) from 9c160cf3f3cbda5fe5b6188e9e31775b71fc5bab (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 b27886ab5967c30e2e80d46e47968c9f4a95e760 Author: William Giokas <1007380@gmail.com> Date: Tue Jan 15 22:45:42 2013 -0600 makepkg: Formatting consistency in write_pkginfo The difference between the echo and the printf's in write_pkginfo seemed to be somewhat sporadic. Also, the INFAKEROOT check was doing the same exact thing as the SPLITPKG check, but formatted much differently and consuming two extra lines. I think this makes it more readable than it was previously, if nothing else. Signed-off-by: William Giokas <1007380@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit 132e1ac10c7fef54372f4d8119b6cc3e82d2c957 Author: Dave Reisner <dreisner@archlinux.org> Date: Tue Jan 15 21:10:04 2013 -0500 dload: avoid showing progress bars on some redirects RFC 2616 doesn't forbid a 301 or 302 repsonse from having a body, and servers exist in the wild that show this behavior. In order to prevent pacman from showing a progress bar when we aren't actually downloading a package (and merely following one of these pain in the butt redirects), capture the server response code in the response header, rather than waiting to peel it off the handle after the download has finished. Signed-off-by: Dave Reisner <dreisner@archlinux.org> Reported-by: Alexandre Filgueira <alexfilgueira@cinnarch.com> Signed-off-by: Allan McRae <allan@archlinux.org> commit c628d649f6568fc2627c685add09fc4024e87e4b Author: Allan McRae <allan@archlinux.org> Date: Fri Jan 11 09:17:24 2013 +1000 Fix release dates Signed-off-by: Allan McRae <allan@archlinux.org> commit 4a8c2852a887d2b1aaa43be3071ab586eb24b9e3 Author: Allan McRae <allan@archlinux.org> Date: Thu Sep 20 23:09:29 2012 +1000 pmtest: resolve path to scriptlet shell In order to support a variety of values for the --with-scriptlet-shell configure flag, pmtest has to be aware of what kind of path was passed, be it an absolute path or a fragment for a path lookup. For absolute paths, leave the path alone. For fragments, search the PATH environment var for the resolved path to the binary. In both cases, join the resultant path to the root directory defined for the test, not a pre-determined bin directory. Fixes FS#31552. With-contribution-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> commit 993700bc6b12cd291544d2a22845f480e8a7925e Author: Allan McRae <allan@archlinux.org> Date: Mon Jul 16 11:39:58 2012 +1000 Do not require full path for scriptlet shell This increases robustness to the shell location changing paths. Signed-off-by: Allan McRae <allan@archlinux.org> commit bb4d2b72c1d35ab9d65d632be0dcaf00cfa7d600 Author: Allan McRae <allan@archlinux.org> Date: Mon Jul 16 11:26:31 2012 +1000 Do not use full path for ldconfig The ldconfig binary is not guaranteed to be in /sbin. Change to calling just "ldconfig" rather than using the full path. This removed the check that the ldconfig binary exists. However, it is a reasonable assumption that it will exist if its configuration file does. Signed-off-by: Allan McRae <allan@archlinux.org> commit 60b192e3836a150eb6950ce52241efebbee00f11 Author: Allan McRae <allan@archlinux.org> Date: Mon Jul 16 11:23:39 2012 +1000 Use execvp for running programs in chroot This makes us more robust to utilities changing paths. There is no functional change when a full path is specified. Signed-off-by: Allan McRae <allan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: Makefile.am | 1 + configure.ac | 6 +++--- doc/index.txt | 4 ++-- lib/libalpm/dload.c | 21 ++++++++++++++++----- lib/libalpm/dload.h | 1 + lib/libalpm/util.c | 17 +++++++---------- scripts/makepkg.sh.in | 12 +++++------- test/pacman/pactest.py | 5 +++++ test/pacman/pmenv.py | 2 +- test/pacman/pmtest.py | 21 +++++++++++++++++++-- 10 files changed, 60 insertions(+), 30 deletions(-) hooks/post-receive -- The official pacman repository
participants (1)
-
allan@archlinux.org