pacman/doc
Eli Schwartz d8591dd341 makepkg --packagelist: just list the built package files we will build
Currently this seems to be only theoretically useful. The most likely
reason for wanting a packagelist is in order to script makepkg and
derive the filenames for the packages we want to install or repo-add,
but in the current implementation this requires a lot of additional
post-processing which must be duplicated in every utility to wrap
makepkg.

- It is of minimal use to know what packages might get created on some
  other device utilizing a different CPU/OS architecture, so don't list
  them.
- It is non-trivial to reimplement makepkg's logic for sourcing any of
  several makepkg.conf configuration files, then applying environment
  overrides in order to get the PKGDEST and PKGEXT, so include them
  directly in the returned filenames.
- Output is delimited by newlines, for readability. For maximum
  parsing reliability, libmakepkg needs to learn how to lint the PKGDEST
  and PKGEXT variables to ensure they do not contain newlines, which
  will be submitted in a separate patch.

Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
2018-03-14 12:16:58 +10:00
..
.gitignore Remove pactree 2016-10-22 20:50:55 +10:00
alpm-hooks.5.txt alpm-hooks.5: document hook running order 2016-02-21 17:10:11 +10:00
asciidoc-override.css doc: update .gitignore, add CSS override for new tables usage 2011-10-13 14:53:52 -05:00
asciidoc.conf doc: add a few more escapes and fix usage of {} 2011-06-01 11:46:13 -05:00
BUILDINFO.5.txt Add BUILDINFO man page 2018-01-19 12:10:17 +10:00
Doxyfile Update Doxyfile 2013-01-03 12:03:10 +10:00
footer.txt Add Andrew to maintainers list. 2014-08-04 16:18:18 +10:00
index.txt Update copyright years 2017-01-04 13:59:14 +10:00
libalpm.3.txt libalpm.3: add link to alpm-hooks(5) in see also 2016-05-18 15:45:56 +10:00
Makefile.am Add BUILDINFO man page 2018-01-19 12:10:17 +10:00
makepkg-template.1.txt makepkg-template.1: Clarify which file version-less markers use 2015-06-20 17:32:56 +10:00
makepkg.8.txt makepkg --packagelist: just list the built package files we will build 2018-03-14 12:16:58 +10:00
makepkg.conf.5.txt makepkg: Add a config option to specify the location of debug sources 2017-12-07 15:52:39 +10:00
pacman-key.8.txt man: Improve grammar and add missing single quotes around command options 2014-08-09 14:18:59 +10:00
pacman.8.txt Deprecate --root in favour of --sysroot 2018-01-19 21:47:26 +10:00
pacman.conf.5.txt Introduce a 'disable-download-timeout' option 2017-01-13 12:52:50 +10:00
PKGBUILD-example.txt Update example PKGBUILD 2013-05-29 14:08:03 +10:00
PKGBUILD.5.txt Document the new query parameter for VCS sources 2017-01-04 13:59:15 +10:00
pkgdelta.8.txt pkgdelta(8): Fix broken example of --min-pkg-size with human-readable values 2014-08-09 14:19:28 +10:00
repo-add.8.txt update repo-add documentation for removal of -f flag 2015-03-26 14:43:37 +10:00
submitting-patches.txt man: Improve grammar and add missing single quotes around command options 2014-08-09 14:18:59 +10:00
translation-help.txt doc/translation-help.txt: Transifex example usage 2014-12-08 15:43:20 +10:00
vercmp.8.txt vercmp: fix incorrect info in the manpage 2018-01-06 13:23:54 +10:00