2014-03-23 16:40:10 +01:00
|
|
|
bin/poudriere
|
2014-05-11 20:03:34 +02:00
|
|
|
@sample etc/poudriere.conf.sample
|
2014-03-23 17:15:14 +01:00
|
|
|
%%ETCDIR%%/hooks/bulk.sh.sample
|
|
|
|
%%ETCDIR%%/hooks/pkgbuild.sh.sample
|
2014-05-11 20:03:34 +02:00
|
|
|
@sample etc/poudriered.conf.sample
|
|
|
|
etc/rc.d/poudriered
|
2017-02-22 19:21:46 +01:00
|
|
|
libexec/poudriere/cachec
|
- Update to master branch checkin 1e0fd46149f9e17e12dadcdd0a28ef40b06587aa
This brings in almost a year of updates that had been held back.
Changes: https://github.com/freebsd/poudriere/wiki/release_notes_32
- New sub-command 'image' which is still in development, for generating
install images.
- Some poudriered fixes, but it is still experimental.
- DISTFILES_CACHES may be 'no' to use distfiles/ from ports tree.
- A cache daemon has been added in, off by default, for experimentation.
- The ports 'environment' feature from Mk/Scripts/functions.sh:export_ports_env
is used for dependency gathering now, which avoids 8 or so fork/execs for
every make -V call.
jail:
- New -K [KERNCONF] flag to build and install a kernel into the jail.
- New -S <path> flag to specify what srcpath to use from the master jail,
rather than /usr/src.
- Git support.
- New -U flag to specify what url to fetch from for git and svn.
- EXTRA_DISTS added to add to the distribution list fetched/extracted, from
poudriere.conf.
- NO_LIB32 added, when set to 'yes' skips installing lib32 distribution.
ports:
- Support '-m none' to disable portsnap usage.
- New -U flag to specify what url to fetch from for git and svn.
Build process handling:
- A jexecd process is spawned in the jail and communicated with via rexec
using a pipe. This is intended to lessen the jail locking contention,
allow more easily cleaning up processes, and limiting of TTY. It is
still considered experimental.
2015-11-25 18:27:05 +01:00
|
|
|
libexec/poudriere/cached
|
2017-02-22 19:21:46 +01:00
|
|
|
libexec/poudriere/clock
|
2014-03-23 16:40:10 +01:00
|
|
|
libexec/poudriere/cpdup
|
|
|
|
libexec/poudriere/dirempty
|
|
|
|
libexec/poudriere/dirwatch
|
2014-05-11 20:03:34 +02:00
|
|
|
libexec/poudriere/jexecd
|
2015-04-20 18:34:00 +02:00
|
|
|
libexec/poudriere/locked_mkdir
|
2014-03-23 16:40:10 +01:00
|
|
|
libexec/poudriere/nc
|
2014-05-11 20:03:34 +02:00
|
|
|
libexec/poudriere/poudriered
|
2017-02-22 19:21:46 +01:00
|
|
|
libexec/poudriere/ptsort
|
2017-03-07 05:45:00 +01:00
|
|
|
libexec/poudriere/pwait
|
2014-03-23 16:40:10 +01:00
|
|
|
libexec/poudriere/rename
|
2014-05-11 20:03:34 +02:00
|
|
|
libexec/poudriere/rexec
|
2017-03-07 05:45:00 +01:00
|
|
|
%%RM%%libexec/poudriere/rm
|
2015-04-20 18:34:00 +02:00
|
|
|
libexec/poudriere/sh
|
2014-09-16 19:17:13 +02:00
|
|
|
libexec/poudriere/timeout
|
2014-05-11 20:03:34 +02:00
|
|
|
libexec/poudriere/timestamp
|
2014-03-23 16:40:10 +01:00
|
|
|
man/man8/poudriere.8.gz
|
2018-03-09 20:52:54 +01:00
|
|
|
man/man8/poudriere-bulk.8.gz
|
|
|
|
man/man8/poudriere-distclean.8.gz
|
|
|
|
man/man8/poudriere-image.8.gz
|
|
|
|
man/man8/poudriere-jail.8.gz
|
|
|
|
man/man8/poudriere-logclean.8.gz
|
|
|
|
man/man8/poudriere-options.8.gz
|
|
|
|
man/man8/poudriere-pkgclean.8.gz
|
|
|
|
man/man8/poudriere-ports.8.gz
|
|
|
|
man/man8/poudriere-queue.8.gz
|
|
|
|
man/man8/poudriere-status.8.gz
|
|
|
|
man/man8/poudriere-testport.8.gz
|
|
|
|
man/man8/poudriere-version.8.gz
|
2014-09-16 19:17:13 +02:00
|
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/httpd.conf.sample
|
2014-05-11 20:03:34 +02:00
|
|
|
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nginx.conf.sample
|
2016-06-30 01:37:51 +02:00
|
|
|
%%DATADIR%%/MANIFESTS
|
2014-03-23 16:40:10 +01:00
|
|
|
%%DATADIR%%/awk/dependency_loop.awk
|
|
|
|
%%DATADIR%%/awk/humanize.awk
|
|
|
|
%%DATADIR%%/awk/json.awk
|
2014-05-11 20:03:34 +02:00
|
|
|
%%DATADIR%%/awk/json_jail.awk
|
|
|
|
%%DATADIR%%/awk/json_top.awk
|
2018-01-29 20:39:05 +01:00
|
|
|
%%DATADIR%%/awk/parse_MOVED.awk
|
2014-04-22 16:44:04 +02:00
|
|
|
%%DATADIR%%/awk/processonelog2.awk
|
2014-05-11 20:03:34 +02:00
|
|
|
%%DATADIR%%/awk/siginfo_buildtime.awk
|
2019-03-01 01:52:44 +01:00
|
|
|
%%DATADIR%%/awk/unique_pkgnames_from_flavored_origins.awk
|
2015-04-20 18:34:00 +02:00
|
|
|
%%DATADIR%%/api.sh
|
2014-03-23 16:40:10 +01:00
|
|
|
%%DATADIR%%/bulk.sh
|
|
|
|
%%DATADIR%%/common.sh
|
|
|
|
%%DATADIR%%/daemon.sh
|
|
|
|
%%DATADIR%%/distclean.sh
|
2018-03-05 00:00:47 +01:00
|
|
|
%%DATADIR%%/foreachport.sh
|
2014-05-11 20:03:34 +02:00
|
|
|
%%DATADIR%%/html/assets/DataTables-1.10.0/css/jquery.dataTables.min.css
|
|
|
|
%%DATADIR%%/html/assets/DataTables-1.10.0/css/jquery.dataTables_themeroller.min.css
|
|
|
|
%%DATADIR%%/html/assets/DataTables-1.10.0/images/back_disabled.png
|
|
|
|
%%DATADIR%%/html/assets/DataTables-1.10.0/images/back_enabled.png
|
|
|
|
%%DATADIR%%/html/assets/DataTables-1.10.0/images/back_enabled_hover.png
|
|
|
|
%%DATADIR%%/html/assets/DataTables-1.10.0/images/forward_disabled.png
|
|
|
|
%%DATADIR%%/html/assets/DataTables-1.10.0/images/forward_enabled.png
|
|
|
|
%%DATADIR%%/html/assets/DataTables-1.10.0/images/forward_enabled_hover.png
|
|
|
|
%%DATADIR%%/html/assets/DataTables-1.10.0/images/sort_asc.png
|
|
|
|
%%DATADIR%%/html/assets/DataTables-1.10.0/images/sort_asc_disabled.png
|
|
|
|
%%DATADIR%%/html/assets/DataTables-1.10.0/images/sort_both.png
|
|
|
|
%%DATADIR%%/html/assets/DataTables-1.10.0/images/sort_desc.png
|
|
|
|
%%DATADIR%%/html/assets/DataTables-1.10.0/images/sort_desc_disabled.png
|
|
|
|
%%DATADIR%%/html/assets/DataTables-1.10.0/js/jquery.dataTables.min.js
|
|
|
|
%%DATADIR%%/html/assets/bootstrap-3.1.1/css/bootstrap-theme.min.css
|
|
|
|
%%DATADIR%%/html/assets/bootstrap-3.1.1/css/bootstrap.min.css
|
|
|
|
%%DATADIR%%/html/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.eot
|
|
|
|
%%DATADIR%%/html/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.svg
|
|
|
|
%%DATADIR%%/html/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.ttf
|
|
|
|
%%DATADIR%%/html/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.woff
|
|
|
|
%%DATADIR%%/html/assets/bootstrap-3.1.1/js/bootstrap.min.js
|
|
|
|
%%DATADIR%%/html/assets/favicon.ico
|
|
|
|
%%DATADIR%%/html/assets/jquery-1.11.1.js
|
|
|
|
%%DATADIR%%/html/assets/jquery-1.11.1.min.js
|
|
|
|
%%DATADIR%%/html/assets/jquery-1.11.1.min.map
|
|
|
|
%%DATADIR%%/html/assets/jquery.dataTables.rowGrouping-1.2.9.js
|
|
|
|
%%DATADIR%%/html/assets/logo.svg
|
2014-03-23 16:40:10 +01:00
|
|
|
%%DATADIR%%/html/assets/poudriere.css
|
|
|
|
%%DATADIR%%/html/assets/poudriere.js
|
2014-05-11 20:03:34 +02:00
|
|
|
%%DATADIR%%/html/build.html
|
2014-03-23 16:40:10 +01:00
|
|
|
%%DATADIR%%/html/index.html
|
2014-05-11 20:03:34 +02:00
|
|
|
%%DATADIR%%/html/jail.html
|
|
|
|
%%DATADIR%%/html/robots.txt
|
- Update to master branch checkin 1e0fd46149f9e17e12dadcdd0a28ef40b06587aa
This brings in almost a year of updates that had been held back.
Changes: https://github.com/freebsd/poudriere/wiki/release_notes_32
- New sub-command 'image' which is still in development, for generating
install images.
- Some poudriered fixes, but it is still experimental.
- DISTFILES_CACHES may be 'no' to use distfiles/ from ports tree.
- A cache daemon has been added in, off by default, for experimentation.
- The ports 'environment' feature from Mk/Scripts/functions.sh:export_ports_env
is used for dependency gathering now, which avoids 8 or so fork/execs for
every make -V call.
jail:
- New -K [KERNCONF] flag to build and install a kernel into the jail.
- New -S <path> flag to specify what srcpath to use from the master jail,
rather than /usr/src.
- Git support.
- New -U flag to specify what url to fetch from for git and svn.
- EXTRA_DISTS added to add to the distribution list fetched/extracted, from
poudriere.conf.
- NO_LIB32 added, when set to 'yes' skips installing lib32 distribution.
ports:
- Support '-m none' to disable portsnap usage.
- New -U flag to specify what url to fetch from for git and svn.
Build process handling:
- A jexecd process is spawned in the jail and communicated with via rexec
using a pipe. This is intended to lessen the jail locking contention,
allow more easily cleaning up processes, and limiting of TTY. It is
still considered experimental.
2015-11-25 18:27:05 +01:00
|
|
|
%%DATADIR%%/image.sh
|
2017-03-13 18:44:11 +01:00
|
|
|
%%DATADIR%%/include/cache.sh
|
2015-03-23 20:29:01 +01:00
|
|
|
%%DATADIR%%/include/colors.pre.sh
|
2014-06-19 17:04:31 +02:00
|
|
|
%%DATADIR%%/include/colors.sh
|
2017-03-07 05:45:00 +01:00
|
|
|
%%DATADIR%%/include/common.sh.dragonfly
|
|
|
|
%%DATADIR%%/include/common.sh.freebsd
|
2014-05-11 20:03:34 +02:00
|
|
|
%%DATADIR%%/include/display.sh
|
|
|
|
%%DATADIR%%/include/fs.sh
|
|
|
|
%%DATADIR%%/include/hash.sh
|
|
|
|
%%DATADIR%%/include/html.sh
|
|
|
|
%%DATADIR%%/include/parallel.sh
|
2017-03-07 05:45:00 +01:00
|
|
|
%%DATADIR%%/include/shared_hash.sh
|
|
|
|
%%DATADIR%%/include/util.sh
|
2014-03-23 16:40:10 +01:00
|
|
|
%%DATADIR%%/jail.sh
|
2017-03-22 04:11:57 +01:00
|
|
|
%%DATADIR%%/logclean.sh
|
2014-03-23 16:40:10 +01:00
|
|
|
%%DATADIR%%/options.sh
|
|
|
|
%%DATADIR%%/pkgclean.sh
|
|
|
|
%%DATADIR%%/ports.sh
|
|
|
|
%%DATADIR%%/processonelog.sh
|
|
|
|
%%DATADIR%%/queue.sh
|
|
|
|
%%DATADIR%%/status.sh
|
|
|
|
%%DATADIR%%/testport.sh
|
2018-03-28 19:57:02 +02:00
|
|
|
%%BASH%%share/bash-completion/completions/poudriere
|
2014-03-23 16:40:10 +01:00
|
|
|
%%ZSH%%share/zsh/site-functions/_poudriere
|