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 1e60a5f00674a9a9b0c530c741bd6701d0e1e834 (commit)
via 9bf3d6a7603bf48771a20d1f4bd789670e7446f7 (commit)
from ede73f4d898946a7e54634169b3605a024553315 (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 1e60a5f00674a9a9b0c530c741bd6701d0e1e834
Author: Anatol Pomozov <[email protected]>
Date: Mon Mar 15 16:33:08 2021 -0700
Remove "total download" callback in favor of generic event callback
Total download callback called right before packages start downloaded.
But we already have an event for such event (ALPM_EVENT_PKG_RETRIEVE_START)
and it is naturally to use the event to pass information about expected
download size.
Signed-off-by: Anatol Pomozov <[email protected]>
Signed-off-by: Allan McRae <[email protected]>
commit 9bf3d6a7603bf48771a20d1f4bd789670e7446f7
Author: Eli Schwartz <[email protected]>
Date: Sat Mar 13 22:06:00 2021 -0500
remove sed command lookup and hardcoding in edit-script.sh
We should not need to hardcode the path to sed as we simply don't care.
We don't check what kind of sed we found, and we're using the same one
we initially found on the PATH, which is surely still on the PATH.
At one point we did care to find the system copy of sed and hardcode it
in makepkg, because we also passed non-portable -i options to it and
makepkg needed to continue working on macOS even if some incompatible
GNU sed got installed afterward, elsewhere on the PATH. But this was
never relevant to the in-tree buildsystem script running sed.
In commit 3a814ee6bca9ee24a868c0dc032b321048a53e08 we removed even that,
so we don't need to look it up at all.
Signed-off-by: Eli Schwartz <[email protected]>
Signed-off-by: Allan McRae <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
README | 1 -
build-aux/edit-script.sh.in | 2 +-
lib/libalpm/alpm.h | 32 ++++++++++++--------------------
lib/libalpm/dload.c | 3 ++-
lib/libalpm/handle.c | 13 -------------
lib/libalpm/handle.h | 1 -
lib/libalpm/sync.c | 25 +++++++++----------------
meson.build | 2 --
src/pacman/callback.c | 9 ++-------
src/pacman/callback.h | 2 --
src/pacman/conf.c | 4 ----
11 files changed, 26 insertions(+), 68 deletions(-)
hooks/post-receive
--
The official pacman repository