[pacman-dev] [GIT] pacman branch, master now at v3.0.0-230-gaf813a8
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 af813a8badd71c591a8c29d9bad1710ae3b2e945 (commit) via 620a811f9136feb332a0f196a6f9a8818368c908 (commit) via 5e774d72b0ac7777aada8271e2162d764d4f0db4 (commit) via caf6c326ec9a376ffb794051cd09c40abc135fda (commit) via 83245aa58ef1eefcc3498a82923e55bc799ca361 (commit) via 54b71f0427e87e6d525423df06f8a06f2b71c518 (commit) from e2a75a8257e3402c32a208709f044373ef97caf7 (commit) - Log ----------------------------------------------------------------- commit af813a8badd71c591a8c29d9bad1710ae3b2e945 Author: Dan McGee <dan@archlinux.org> Date: Wed Jun 13 00:55:23 2007 -0400 Add ARM architecture to configure.ac Signed-off-by: Dan McGee <dan@archlinux.org> commit 620a811f9136feb332a0f196a6f9a8818368c908 Author: Dan McGee <dan@archlinux.org> Date: Wed Jun 13 00:34:43 2007 -0400 Clean up pacman/sync.c and organize it a bit Re-add some checks for a valid target list. In addition, move variable declarations to the most local scope possible, which should help in finding errors that were previously uncaught. Signed-off-by: Dan McGee <dan@archlinux.org> commit 5e774d72b0ac7777aada8271e2162d764d4f0db4 Author: Dan McGee <dan@archlinux.org> Date: Wed Jun 13 00:31:01 2007 -0400 Remove some more diskspace checking holdover stuff Signed-off-by: Dan McGee <dan@archlinux.org> commit caf6c326ec9a376ffb794051cd09c40abc135fda Author: Dan McGee <dan@archlinux.org> Date: Tue Jun 12 23:55:14 2007 -0400 Functionalize query.c and pacman_query Move a lot of the operations that pacman query performs into their own functions for ease of following the flow and for possible later merges with their sync counterparts. We need to think less in terms of operations and more in term of overall concepts. Also (re)introduced checks for the target list on a -Q operation, ensuring that we only call certain query operations when it is sane to do so. Signed-off-by: Dan McGee <dan@archlinux.org> commit 83245aa58ef1eefcc3498a82923e55bc799ca361 Author: Andrew Fyfe <andrew@neptune-one.net> Date: Tue Jun 12 23:30:56 2007 +0100 scripts/makepkg.in: Added fakeroot version to .PKGINFO header. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> commit 54b71f0427e87e6d525423df06f8a06f2b71c518 Author: Andrew Fyfe <andrew@neptune-one.net> Date: Tue Jun 5 11:58:25 2007 +0100 scripts/makepkg.in: Switch to GNU getopt. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net> ----------------------------------------------------------------------- Diffstat: configure.ac | 5 + lib/libalpm/alpm.h | 1 - lib/libalpm/error.c | 2 - scripts/makepkg.in | 129 +++++++++--------------- src/pacman/add.c | 14 --- src/pacman/query.c | 280 +++++++++++++++++++++++++++++++-------------------- src/pacman/sync.c | 61 ++++++++---- 7 files changed, 263 insertions(+), 229 deletions(-) hooks/update --- Git Source Code Management System hooks/update refs/heads/master \ e2a75a8257e3402c32a208709f044373ef97caf7 \ af813a8badd71c591a8c29d9bad1710ae3b2e945
participants (1)
-
Dan McGee