[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.1.3-74-g35135c0
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 35135c0a0cbac592e72296c0ca64e9def0308942 (commit) via d060e31be3586ce27382f80eaed7a9edf2c86aeb (commit) via f56f7ff39102dab754573b0bc40dbceb5a8ec301 (commit) from 91b7f288fe65b96d4af64f6308b0e33b14ad85e0 (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 35135c0a0cbac592e72296c0ca64e9def0308942 Author: Nagy Gabor <ngaba@bibl.u-szeged.hu> Date: Mon Mar 3 22:09:21 2008 +0100 Add -Rss option * -Rss removes all dependencies (including explicitly installed ones). * updated documentation * two pactest files added to test the difference between -Rs and -Rss Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> commit d060e31be3586ce27382f80eaed7a9edf2c86aeb Author: Nagy Gabor <ngaba@bibl.u-szeged.hu> Date: Mon Mar 10 15:38:08 2008 +0100 Remove trans->targets Its implementation was quite broken: * add_loadtarget() might have silently filtered out some targets when replacing an older version. * This was used in sync.c to determine whether a target is implicit or not, which is incorrect behavior. Before this patch we silently removed user confirmed replacements; now we always warn on a replacement. * remove001.py behavior was quite odd in adding same target 5 times to the target list, we can change this behavior to be a failure. Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu> [Xav: changed remove001 pactest accordingly] Signed-off-by: Chantry Xavier <shiningxc@gmail.com> [Dan: rewrote commit message] Signed-off-by: Dan McGee <dan@archlinux.org> commit f56f7ff39102dab754573b0bc40dbceb5a8ec301 Author: Roman Kyrylych <roman@archlinux.org> Date: Sun Feb 10 18:56:47 2008 +0200 makepkg: Support for resuming source downloads Download to *.part and remove the suffix if successful, thus md5sums will be checked only for complete files, and next time makepkg will resume downloading of partial file instead of complaining about invalid md5sums. Old DLAGENTS format is still supported. Late fix: Do not try to download %u first The output of grep was not suppressed, thus the output of get_downloadcmd was wrong because of extra line at the beginning that contained an unsubstituted (with %o and %u) entry from DLAGENTS. Signed-off-by: Roman Kyrylych <roman@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: doc/makepkg.conf.5.txt | 3 +++ doc/pacman.8.txt | 2 +- etc/makepkg.conf.in | 10 +++++----- lib/libalpm/add.c | 2 +- lib/libalpm/alpm.h | 4 ++-- lib/libalpm/remove.c | 2 +- lib/libalpm/sync.c | 11 ++++------- lib/libalpm/trans.c | 18 ------------------ lib/libalpm/trans.h | 1 - pactest/tests/remove001.py | 5 ++--- pactest/tests/{remove049.py => remove050.py} | 13 +++++++------ pactest/tests/{remove049.py => remove051.py} | 13 +++++++------ scripts/makepkg.sh.in | 21 +++++++++++++++++++-- src/pacman/pacman.c | 9 +++++++-- 14 files changed, 59 insertions(+), 55 deletions(-) copy pactest/tests/{remove049.py => remove050.py} (51%) copy pactest/tests/{remove049.py => remove051.py} (50%) hooks/post-receive -- The official pacman repository
participants (1)
-
Dan McGee