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 27f354a7874b965bf223832bdf9749504cd1a590 (commit)
via 94982d0061890529cc22401b6763fb5e9ef4e7d1 (commit)
via 1df22d3242a5db640a83124402249d34ac2e61e9 (commit)
via 7b73c4a75fbddcfa1bc552fed49c228b9cdaf7b0 (commit)
via 8c7043390f80d93445f2817ae5419b06fc72983a (commit)
via 2dd7725f2a0cccd0a248531551c9fbea4ef35f1f (commit)
from 3a814ee6bca9ee24a868c0dc032b321048a53e08 (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 27f354a7874b965bf223832bdf9749504cd1a590
Author: morganamilo <[email protected]>
Date: Wed Nov 6 01:42:11 2019 +0000
pacman+libalpm: handle search errors
Previously, pacman treated no matches and an error during search the
same.
To fix this, alpm_db_search now returns its status as an int and
instead takes the to be returned list as a param. Allowing front ends to
easily differentiate between errors and no matches.
Signed-off-by: morganamilo <[email protected]>
Signed-off-by: Allan McRae <[email protected]>
commit 94982d0061890529cc22401b6763fb5e9ef4e7d1
Author: morganamilo <[email protected]>
Date: Wed Nov 6 00:37:26 2019 +0000
pacman: make exact_file an int
We only ever use it as a bool, no need to pass a char* around.
Signed-off-by: morganamilo <[email protected]>
Signed-off-by: Allan McRae <[email protected]>
commit 1df22d3242a5db640a83124402249d34ac2e61e9
Author: Ethan Sommer <[email protected]>
Date: Wed Nov 6 20:23:08 2019 -0500
repo-add: use wc -c on stdin instead of file to avoid use of cut
Redirect file to stdin so wc -c doesn't print a file name that needs to
be stripped.
Signed-off-by: Ethan Sommer <[email protected]>
Signed-off-by: Allan McRae <[email protected]>
commit 7b73c4a75fbddcfa1bc552fed49c228b9cdaf7b0
Author: Eli Schwartz <[email protected]>
Date: Wed Nov 6 00:26:38 2019 -0500
build: remove use of handcrafted m4 in configuring scripts
Now that library/ is fully gone, we don't need this anymore.
Signed-off-by: Eli Schwartz <[email protected]>
Signed-off-by: Allan McRae <[email protected]>
commit 8c7043390f80d93445f2817ae5419b06fc72983a
Author: Eli Schwartz <[email protected]>
Date: Wed Nov 6 00:05:22 2019 -0500
scripts/library: remove human_to_size
pkgdelta was the last user, and it is gone now.
Signed-off-by: Eli Schwartz <[email protected]>
Signed-off-by: Allan McRae <[email protected]>
commit 2dd7725f2a0cccd0a248531551c9fbea4ef35f1f
Author: Allan McRae <[email protected]>
Date: Wed Nov 6 15:46:59 2019 +1000
Remove "Generated from ...; do not edit by hand" from scripts
This is a useless piece of information.
Signed-off-by: Allan McRae <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 1 -
build-aux/edit-script.sh.in | 1 -
lib/libalpm/alpm.h | 6 +++--
lib/libalpm/db.c | 24 +++++++++--------
lib/libalpm/db.h | 3 ++-
meson.build | 2 --
scripts/Makefile.am | 9 ++-----
scripts/library/README | 10 -------
scripts/library/human_to_size.sh | 51 -----------------------------------
scripts/makepkg-template.pl.in | 1 -
scripts/makepkg.sh.in | 1 -
scripts/meson.build | 16 ++---------
scripts/pacman-db-upgrade.sh.in | 1 -
scripts/pacman-key.sh.in | 1 -
scripts/po/POTFILES.in | 1 -
scripts/repo-add.sh.in | 5 ++--
src/pacman/files.c | 10 +++----
src/pacman/package.c | 7 +++--
src/pacman/query.c | 10 ++++++-
src/pacman/sync.c | 10 ++++++-
test/scripts/Makefile.am | 3 +--
test/scripts/human_to_size_test.sh | 55 --------------------------------------
test/scripts/meson.build | 1 -
23 files changed, 54 insertions(+), 175 deletions(-)
delete mode 100644 scripts/library/README
delete mode 100644 scripts/library/human_to_size.sh
delete mode 100755 test/scripts/human_to_size_test.sh
hooks/post-receive
--
The official pacman repository