[pacman-dev] [GIT] The official pacman repository branch, master, updated. v5.0.1-273-g1e7a1911
Allan McRae
allan at archlinux.org
Mon May 14 00:02:29 UTC 2018
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 1e7a19113628f30450903526c36db3cde0def543 (commit)
via 076b6184de2b20e9b26225d93f6f3a7030504109 (commit)
via 860e4c4943ad062bd0eff99f28e7d64804b3c08e (commit)
via 9aec7c3c7225ec9a2ae1124eca612a709f7abddf (commit)
from 03272ad57142a1c7dacf1d9933d52650d3936225 (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 1e7a19113628f30450903526c36db3cde0def543
Author: Eli Schwartz <eschwartz at archlinux.org>
Date: Thu May 3 00:10:22 2018 -0400
Add http://EditorConfig.org configuration
Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 076b6184de2b20e9b26225d93f6f3a7030504109
Author: Eli Schwartz <eschwartz at archlinux.org>
Date: Thu May 3 00:10:21 2018 -0400
Ensure better text editor automatic filetype detection
Since we no longer use vim-specific modelines, use the .asciidoc file
extension which is, well, reserved for asciidoc formatted files. This
should presumably work everywhere without needing editor-specific
workarounds and configuration.
Also add a shebang to makepkg.conf to indicate it contains bash content.
Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 860e4c4943ad062bd0eff99f28e7d64804b3c08e
Author: Eli Schwartz <eschwartz at archlinux.org>
Date: Thu May 3 00:10:20 2018 -0400
Remove all modelines from the project
Many of these are pointless (e.g. there is no need to explicitly turn on
spellchecking and language dictionaries for the manpages by default).
The only useful modelines are the ones enforcing the project coding
standards for indentation style (and "maybe" filetype/syntax, but
everything except the asciidoc manpages and makepkg.conf is already
autodetected), and indent style can be applied more easily with
.editorconfig
Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
Signed-off-by: Allan McRae <allan at archlinux.org>
commit 9aec7c3c7225ec9a2ae1124eca612a709f7abddf
Author: Eli Schwartz <eschwartz at archlinux.org>
Date: Wed May 2 21:32:58 2018 -0400
makepkg.conf: add default protocol handler for file:// urls.
This is a common URI scheme (in general if not in makepg) and we should
provide a handler for it. We already allow its use for locally sourced
git repositories, so it makes sense to not leave files out.
Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
Signed-off-by: Allan McRae <allan at archlinux.org>
-----------------------------------------------------------------------
Summary of changes:
.editorconfig | 20 +++++++
HACKING | 13 +---
Makefile.am | 2 -
NEWS | 2 -
configure.ac | 2 -
doc/{BUILDINFO.5.txt => BUILDINFO.5.asciidoc} | 2 +-
doc/Makefile.am | 70 +++++++++++-----------
doc/{PKGBUILD.5.txt => PKGBUILD.5.asciidoc} | 5 +-
doc/{alpm-hooks.5.txt => alpm-hooks.5.asciidoc} | 5 +-
doc/{footer.txt => footer.asciidoc} | 3 -
doc/{index.txt => index.asciidoc} | 4 --
doc/{libalpm.3.txt => libalpm.3.asciidoc} | 5 +-
...-template.1.txt => makepkg-template.1.asciidoc} | 5 +-
doc/{makepkg.8.txt => makepkg.8.asciidoc} | 5 +-
...{makepkg.conf.5.txt => makepkg.conf.5.asciidoc} | 5 +-
doc/{pacman-key.8.txt => pacman-key.8.asciidoc} | 5 +-
doc/{pacman.8.txt => pacman.8.asciidoc} | 5 +-
doc/{pacman.conf.5.txt => pacman.conf.5.asciidoc} | 5 +-
doc/{pkgdelta.8.txt => pkgdelta.8.asciidoc} | 5 +-
doc/{repo-add.8.txt => repo-add.8.asciidoc} | 5 +-
...ing-patches.txt => submitting-patches.asciidoc} | 4 --
...nslation-help.txt => translation-help.asciidoc} | 4 --
doc/{vercmp.8.txt => vercmp.8.asciidoc} | 5 +-
etc/Makefile.am | 2 -
etc/makepkg.conf.in | 6 +-
lib/libalpm/Makefile.am | 2 -
lib/libalpm/add.c | 2 -
lib/libalpm/add.h | 2 -
lib/libalpm/alpm.c | 2 -
lib/libalpm/alpm.h | 2 -
lib/libalpm/alpm_list.c | 2 -
lib/libalpm/alpm_list.h | 2 -
lib/libalpm/backup.c | 2 -
lib/libalpm/backup.h | 2 -
lib/libalpm/be_local.c | 2 -
lib/libalpm/be_package.c | 2 -
lib/libalpm/be_sync.c | 2 -
lib/libalpm/conflict.c | 2 -
lib/libalpm/conflict.h | 2 -
lib/libalpm/db.c | 2 -
lib/libalpm/db.h | 2 -
lib/libalpm/delta.c | 2 -
lib/libalpm/delta.h | 2 -
lib/libalpm/deps.c | 1 -
lib/libalpm/deps.h | 2 -
lib/libalpm/diskspace.c | 2 -
lib/libalpm/diskspace.h | 2 -
lib/libalpm/dload.c | 2 -
lib/libalpm/dload.h | 2 -
lib/libalpm/error.c | 2 -
lib/libalpm/filelist.c | 2 -
lib/libalpm/filelist.h | 2 -
lib/libalpm/graph.c | 2 -
lib/libalpm/graph.h | 2 -
lib/libalpm/group.c | 2 -
lib/libalpm/group.h | 2 -
lib/libalpm/handle.c | 2 -
lib/libalpm/handle.h | 2 -
lib/libalpm/hook.c | 2 -
lib/libalpm/hook.h | 2 -
lib/libalpm/libarchive-compat.h | 2 -
lib/libalpm/log.c | 2 -
lib/libalpm/log.h | 2 -
lib/libalpm/package.c | 2 -
lib/libalpm/package.h | 2 -
lib/libalpm/pkghash.c | 2 -
lib/libalpm/rawstr.c | 2 -
lib/libalpm/remove.c | 2 -
lib/libalpm/remove.h | 2 -
lib/libalpm/signing.c | 2 -
lib/libalpm/signing.h | 2 -
lib/libalpm/sync.c | 2 -
lib/libalpm/sync.h | 2 -
lib/libalpm/trans.c | 1 -
lib/libalpm/trans.h | 2 -
lib/libalpm/util.c | 2 -
lib/libalpm/util.h | 2 -
lib/libalpm/version.c | 2 -
scripts/Makefile.am | 3 -
scripts/makepkg-template.pl.in | 2 -
scripts/makepkg.sh.in | 2 -
scripts/pacman-db-upgrade.sh.in | 2 -
scripts/pacman-key.sh.in | 2 -
scripts/pkgdelta.sh.in | 2 -
scripts/repo-add.sh.in | 1 -
src/common/Makefile.am | 2 -
src/common/ini.c | 2 -
src/common/ini.h | 2 -
src/common/util-common.c | 2 -
src/common/util-common.h | 2 -
src/pacman/Makefile.am | 3 -
src/pacman/callback.c | 2 -
src/pacman/callback.h | 2 -
src/pacman/check.c | 2 -
src/pacman/check.h | 2 -
src/pacman/conf.c | 2 -
src/pacman/conf.h | 2 -
src/pacman/database.c | 2 -
src/pacman/deptest.c | 2 -
src/pacman/files.c | 2 -
src/pacman/package.c | 2 -
src/pacman/package.h | 2 -
src/pacman/pacman.c | 2 -
src/pacman/pacman.h | 2 -
src/pacman/query.c | 2 -
src/pacman/remove.c | 2 -
src/pacman/sighandler.c | 2 -
src/pacman/sighandler.h | 2 -
src/pacman/sync.c | 2 -
src/pacman/upgrade.c | 2 -
src/pacman/util.c | 2 -
src/pacman/util.h | 2 -
src/util/Makefile.am | 2 -
src/util/cleanupdelta.c | 2 -
test/pacman/Makefile.am | 2 -
test/pacman/pactest.py | 2 -
test/pacman/pmdb.py | 2 -
test/pacman/pmenv.py | 2 -
test/pacman/pmfile.py | 2 -
test/pacman/pmpkg.py | 2 -
test/pacman/pmrule.py | 2 -
test/pacman/pmtest.py | 2 -
test/pacman/tests/Makefile.am | 2 -
test/pacman/util.py | 2 -
test/scripts/Makefile.am | 2 -
test/scripts/human_to_size_test.sh | 2 -
test/scripts/parseopts_test.sh | 2 -
test/tap.sh | 2 -
test/util/Makefile.am | 2 -
test/util/vercmptest.sh | 2 -
130 files changed, 72 insertions(+), 331 deletions(-)
create mode 100644 .editorconfig
rename doc/{BUILDINFO.5.txt => BUILDINFO.5.asciidoc} (98%)
rename doc/{PKGBUILD.5.txt => PKGBUILD.5.asciidoc} (99%)
rename doc/{alpm-hooks.5.txt => alpm-hooks.5.asciidoc} (97%)
rename doc/{footer.txt => footer.asciidoc} (91%)
rename doc/{index.txt => index.asciidoc} (99%)
rename doc/{libalpm.3.txt => libalpm.3.asciidoc} (89%)
rename doc/{makepkg-template.1.txt => makepkg-template.1.asciidoc} (97%)
rename doc/{makepkg.8.txt => makepkg.8.asciidoc} (99%)
rename doc/{makepkg.conf.5.txt => makepkg.conf.5.asciidoc} (99%)
rename doc/{pacman-key.8.txt => pacman-key.8.asciidoc} (97%)
rename doc/{pacman.8.txt => pacman.8.asciidoc} (99%)
rename doc/{pacman.conf.5.txt => pacman.conf.5.asciidoc} (99%)
rename doc/{pkgdelta.8.txt => pkgdelta.8.asciidoc} (93%)
rename doc/{repo-add.8.txt => repo-add.8.asciidoc} (97%)
rename doc/{submitting-patches.txt => submitting-patches.asciidoc} (98%)
rename doc/{translation-help.txt => translation-help.asciidoc} (98%)
rename doc/{vercmp.8.txt => vercmp.8.asciidoc} (93%)
hooks/post-receive
--
The official pacman repository
More information about the pacman-dev
mailing list