[pacman-dev] [GIT] pacman branch, master now at R_3_0_0-163-gfb10e0c
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 fb10e0c797b649dc036bc0432dc77cffaabbc56d (commit) via 6f183cb9847082eab5aa4e27e25629aca31af05c (commit) via 7f153b729f90e9b7ce7924ae5e607aa333185c06 (commit) via 85fbf528bb1e7952abfd2fcd8c1d5dad2050c35e (commit) via 80237630af0b2241a8a756d7ed7d2be3f80cfec5 (commit) from cb9f046945b0365d7d29ee590a31a08bece1879c (commit) - Log ----------------------------------------------------------------- commit fb10e0c797b649dc036bc0432dc77cffaabbc56d Author: Dan McGee <dan@archlinux.org> Date: Fri Jun 1 13:43:41 2007 -0400 Drop --usesudo option and add some checks related to ASROOT Drop the --usesudo option and use it by default if running as a non-root user. Check the usage of the --asroot option and do not allow it to be used as a normal user. A few other small fixes, including a typo in $confdir. Signed-off-by: Dan McGee <dan@archlinux.org> commit 6f183cb9847082eab5aa4e27e25629aca31af05c Author: Andrew Fyfe <andrew@neptune-one.net> Date: Thu May 31 14:50:39 2007 +0100 scripts/makepkg.in: Clean up gen/check checksum code. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Dan McGee <dan@archlinux.org> commit 7f153b729f90e9b7ce7924ae5e607aa333185c06 Author: Andrew Fyfe <andrew@neptune-one.net> Date: Fri Jun 1 15:28:52 2007 +0100 scripts/makepkg.in: Various clean ups. * etc/makepkg.conf.in: Add description for xdelta. * doc/makepkg.conf.5: Add description for xdelta. * scripts/makepkg.in: Various clean ups. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Dan McGee <dan@archlinux.org> commit 85fbf528bb1e7952abfd2fcd8c1d5dad2050c35e Author: Andrew Fyfe <andrew@neptune-one.net> Date: Wed May 30 17:47:47 2007 +0100 Cleaned up dependencies check functions in makepkg Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> Signed-off-by: Dan McGee <dan@archlinux.org> commit 80237630af0b2241a8a756d7ed7d2be3f80cfec5 Author: Nathan Jones <nathanj@insightbb.com> Date: Fri Jun 1 11:00:39 2007 -0400 Change -z|--showsize flag to ShowSize pacman.conf option Also cleaned up some duplicate printf lines related to the ShowSize option. Signed-off-by: Nathan Jones <nathanj@insightbb.com> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Diffstat: doc/makepkg.8 | 10 +- doc/makepkg.conf.5 | 16 ++- doc/pacman.conf.5 | 4 + etc/makepkg.conf.in | 3 +- lib/libalpm/alpm.c | 3 + lib/libalpm/alpm.h | 3 + lib/libalpm/handle.c | 6 + lib/libalpm/handle.h | 1 + scripts/makepkg.in | 425 ++++++++++++++++++++++++-------------------------- src/pacman/conf.h | 1 - src/pacman/pacman.c | 4 - src/pacman/query.c | 12 +- src/pacman/sync.c | 15 +- src/pacman/util.c | 3 +- 14 files changed, 255 insertions(+), 251 deletions(-) hooks/update --- Git Source Code Management System hooks/update refs/heads/master \ cb9f046945b0365d7d29ee590a31a08bece1879c \ fb10e0c797b649dc036bc0432dc77cffaabbc56d
participants (1)
-
Dan McGee