[pacman-dev] [GIT] The official pacman repository branch, master, updated. v3.2.2-93-g2268981
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 2268981ebf562a7dda1e788dbd931e48adf9fabb (commit) via 9d661240fe77127fbede95066f38f12cad598e2d (commit) via f57f8d33862050acc8d131710c100ba47877e675 (commit) via 02685504012a4880e599b15f1060f6bd0bf48797 (commit) via a309a016bfed9f67452f2a6556fb4391fd55b34e (commit) via c8a41b7d6da7f820754a07cb085687ea5e110f85 (commit) via c590ac0997b5c82ddf9115191e9ac5c79efde227 (commit) from 1c4633ea2cbc01cfd7929509724951615827c482 (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 2268981ebf562a7dda1e788dbd931e48adf9fabb Merge: 9d661240fe77127fbede95066f38f12cad598e2d a309a016bfed9f67452f2a6556fb4391fd55b34e Author: Dan McGee <dan@archlinux.org> Date: Mon Feb 23 20:40:27 2009 -0600 Merge branch 'maint' commit 9d661240fe77127fbede95066f38f12cad598e2d Author: Dan McGee <dan@archlinux.org> Date: Mon Feb 23 20:40:00 2009 -0600 Update pactest to use hashlib The md5 module is deprecated in favor of hashlib. Signed-off-by: Dan McGee <dan@archlinux.org> commit f57f8d33862050acc8d131710c100ba47877e675 Author: Bryan Ischo <bryan@ischo.com> Date: Sun Feb 22 23:25:32 2009 +1300 Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packages Don't prompt the user for unignore of IgnorePkg/IgnoreGroup packages, except for packages explicitly listed for sync by the user. This eliminates many unnecessary prompts when IgnorePkg/IgnoreGroup is used. Signed-off-by: Bryan Ischo <bryan@ischo.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit 02685504012a4880e599b15f1060f6bd0bf48797 Author: Bryan Ischo <bryan@ischo.com> Date: Sun Feb 22 23:25:31 2009 +1300 Enabled new interactive prompt and updated some tests Enabled a new prompt to ask the user if they'd like to remove unresolvable packages from the transaction rather than failing it. Many pactest tests that used to fail now return success codes, because pacman now issues a prompt allowing the user to cancel rather than failing many transactions, and the pactest scripts always choose to cancel with no error rather than failing. The only net effect is that the return status of pacman is now 0 in cases where it used to be nonzero. Signed-off-by: Bryan Ischo <bryan@ischo.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit c8a41b7d6da7f820754a07cb085687ea5e110f85 Author: Xavier Chantry <shiningxc@gmail.com> Date: Wed Feb 18 17:15:39 2009 +0100 repo-add : remove realpath usage Rework slightly db_write_entry so that $pkgfile is no longer referenced from the temporary dir. This means $pkgfile can be a relative path and does not need to be converted with realpath anymore. Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> commit c590ac0997b5c82ddf9115191e9ac5c79efde227 Author: Xavier Chantry <shiningxc@gmail.com> Date: Wed Feb 18 16:39:31 2009 +0100 repo-add : remove the need of realpath for REPO_DB_FILE REPO_DB_FILE does not need to be an absolute path anymore so no need to call realpath. Signed-off-by: Xavier Chantry <shiningxc@gmail.com> Signed-off-by: Dan McGee <dan@archlinux.org> ----------------------------------------------------------------------- Summary of changes: lib/libalpm/alpm.h | 3 +- lib/libalpm/deps.c | 36 ++++++++++++++----- lib/libalpm/deps.h | 2 +- lib/libalpm/sync.c | 28 +++++++++++---- pactest/tests/ignore001.py | 17 +++++++++ pactest/tests/ignore002.py | 35 +++++++++++++++++++ pactest/tests/ignore003.py | 35 +++++++++++++++++++ pactest/tests/ignore004.py | 46 +++++++++++++++++++++++++ pactest/tests/ignore005.py | 46 +++++++++++++++++++++++++ pactest/tests/provision020.py | 2 +- pactest/tests/provision022.py | 2 +- pactest/tests/sync1008.py | 2 +- pactest/tests/sync300.py | 2 +- pactest/util.py | 6 ++-- scripts/makepkg.sh.in | 2 - scripts/repo-add.sh.in | 76 +++++++++++++++++++---------------------- src/pacman/callback.c | 27 ++++++++++----- 17 files changed, 289 insertions(+), 78 deletions(-) create mode 100644 pactest/tests/ignore001.py create mode 100644 pactest/tests/ignore002.py create mode 100644 pactest/tests/ignore003.py create mode 100644 pactest/tests/ignore004.py create mode 100644 pactest/tests/ignore005.py hooks/post-receive -- The official pacman repository
Dan McGee wrote:
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 2268981ebf562a7dda1e788dbd931e48adf9fabb (commit) via 9d661240fe77127fbede95066f38f12cad598e2d (commit) via f57f8d33862050acc8d131710c100ba47877e675 (commit) via 02685504012a4880e599b15f1060f6bd0bf48797 (commit) via a309a016bfed9f67452f2a6556fb4391fd55b34e (commit) via c8a41b7d6da7f820754a07cb085687ea5e110f85 (commit) via c590ac0997b5c82ddf9115191e9ac5c79efde227 (commit) from 1c4633ea2cbc01cfd7929509724951615827c482 (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.
Thank you for taking my patches, and thanks for fixing the whitespace issues therein. My patches fix bug 9395; should I post in that bug noting such? Or should I wait until a version of pacman is released to the public that includes these changes? Thanks, Bryan
Bryan Ischo wrote:
Dan McGee wrote:
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 2268981ebf562a7dda1e788dbd931e48adf9fabb (commit) via 9d661240fe77127fbede95066f38f12cad598e2d (commit) via f57f8d33862050acc8d131710c100ba47877e675 (commit) via 02685504012a4880e599b15f1060f6bd0bf48797 (commit) via a309a016bfed9f67452f2a6556fb4391fd55b34e (commit) via c8a41b7d6da7f820754a07cb085687ea5e110f85 (commit) via c590ac0997b5c82ddf9115191e9ac5c79efde227 (commit) from 1c4633ea2cbc01cfd7929509724951615827c482 (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.
Oh and, I'd just like to point out again, that libalpm's shared object library version needs to be updated now, because the changes I made introduce new "interactive prompt" identifiers that older programs linking against libalpm won't understand. Thanks, Bryan
On Mon, Feb 23, 2009 at 8:53 PM, Bryan Ischo <bji-keyword-pacman.3644cb@www.ischo.com> wrote:
Dan McGee wrote:
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 2268981ebf562a7dda1e788dbd931e48adf9fabb (commit) via 9d661240fe77127fbede95066f38f12cad598e2d (commit) via f57f8d33862050acc8d131710c100ba47877e675 (commit) via 02685504012a4880e599b15f1060f6bd0bf48797 (commit) via a309a016bfed9f67452f2a6556fb4391fd55b34e (commit) via c8a41b7d6da7f820754a07cb085687ea5e110f85 (commit) via c590ac0997b5c82ddf9115191e9ac5c79efde227 (commit) from 1c4633ea2cbc01cfd7929509724951615827c482 (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.
Thank you for taking my patches, and thanks for fixing the whitespace issues therein.
My patches fix bug 9395; should I post in that bug noting such? Or should I wait until a version of pacman is released to the public that includes these changes?
Post a comment for sure, pointing out the commit sha1s. I'll mark it as due in 3.3. RE: library version numbers- we always bump them on a .X release, so no worries there. We had already changed the library signature anyway. -Dan
participants (3)
-
Bryan Ischo
-
Dan McGee
-
dan@archlinux.org