dbf5 FreshPorts -- ports-mgmt/poudriere
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
poudriere 3.0.3 ports-mgmt on this many watch lists=7 search for ports that depend on this port
Port build and test system
Maintained by: bapt@FreeBSD.org search for ports maintained by this maintainer
Port Added: 31 Jan 2012 21:43:51
License: BSD


poudriere is a tool primarily designed to test package production on
FreeBSD. However, most people will find it useful to bulk build ports
for FreeBSD.

WWW: https://fossil.etoilebsd.net/poudriere/doc/3.0.3/doc/index.wiki
SVNWeb : Main Web Site : Distfiles Availability : PortsMonThere are no ports dependent upon this port

To install the port: cd /usr/ports/ports-mgmt/poudriere/ && make install clean
To add the package: pkg_add -r poudriere


Configuration Options
===> The following configuration options are available for poudriere-3.0.3:
     ZSH=off: Install programmable completions for zsh
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bdrewery/poudriere/
  3. ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bdrewery/poudriere/
  4. ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bdrewery/poudriere/
  5. ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bdrewery/poudriere/
  6. ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bdrewery/poudriere/
  7. ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bdrewery/poudriere/
  8. ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bdrewery/poudriere/
  9. http://fossil.etoilebsd.net/poudriere/tarball/
  10. http://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bdrewery/poudriere/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2013-05-02
    Affects: users of ports-mgmt/pkg, ports-mgmt/poudriere, ports-mgmt/tinderbox
    Author: bdrewery@FreeBSD.org
    Reason: 
      This only affects people who are _building_ binary packages for pkgng. If you
      are building from ports please ignore this. This step is optional.
    
      It is recommended to rebuild all packages and then have your users run 'pkg
      check -Ba' and 'pkg upgrade' on their servers once. This will allow the new
      shlib tracking to reinstall packages that have changed shlib requirements.
    
    

Number of commits found: 34

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
08 Jun 2013 12:05:34
Original commit files touched by this commit  3.0.3
bdrewery search for other commits by this committer
- Update to 3.0.3
- Update web documentation for using custom ports tree

Changes:
    - Add missing validations to check that the specified
      ports tree exists
    - SIGINFO/status fixes
    - SIGINT/SIGTERM no longer marks a build as 'crashed'
    - Fix pkgng being required on the host to build pkgng packages [1]
    - Fix CCACHE support by always mounting to /root/.ccache
    - jail: Fix USE_TMPFS=all cleanup/deleting
    - ports -c: Fix svn+file
    - Allow DISTFILES_CACHE=PORTSDIR/distfiles again
    - Jail tar(1) and pkg(8) invokations
    - testport: Make failed builds more clear [2]

Reported by:	tj [1]
Submitted by:	antoine [2]
23 May 2013 00:26:27
Original commit files touched by this commit  3.0.2
bdrewery search for other commits by this committer
- Update to 3.0.2
- Update WWW to be a tagged link so that the documentation
  matches the version installed

Changes:

  - Add workaround for ZFS zteardown deadlock on 9.0/9.1-RELEASE
  - jail -c: Fix NO_ZFS support
  - options: Fix *make.conf not being respected
  - status: Fix when running multiple builds at once
  - Various fixes and documentation fixes
19 May 2013 01:57:14
Original commit files touched by this commit  3.0.1
bdrewery search for other commits by this committer
- Update to 3.0.1

Changes:
  - Fix NO_ZFS support

Reported by:	tj
18 May 2013 19:49:02
Original commit files touched by this commit  3.0
bdrewery search for other commits by this committer
- Update to 3.0

Changes:
  - ZFS support is now optional:
    * NO_ZFS can be set to disable ZFS usage
    * TMPFS_ALL can be used to the build 100% in memory via tmpfs
  - Jail/Port properties are no longer stored in ZFS. They will
    be automatically converted on the first execution. This means
    that downgrading to 2.x is not easily possible.
  - Removed cron command
  - queue/daemon added
    * These will be expanded more in 3.1 and the usage may change.
  - New HTML/AJAX interface using jQuery
  - Build times are now tracked
  - Runaway builds are now automatically killed after 7200/84600
(Only the first 15 lines of the commit message are shown above View all of this commit message)
19 Apr 2013 13:38:00
Original commit files touched by this commit  2.4.2
bdrewery search for other commits by this committer
- Update to 2.4.2

Changes:
  - Remove distfile sandboxing for now, which fixes several ports
    trying to fetch files in the wrong phase and then failing.
    This has been reworked in 3.0/poudriere-devel.
  - Fix VERSION leaking into some builds
  - Hide some harmless warnings

Feature safe:	yes
28 Mar 2013 13:03:12
Original commit files touched by this commit  2.4.1
bdrewery search for other commits by this committer
Remove standard ZSH_DESC
25 Mar 2013 15:08:31
Original commit files touched by this commit  2.4.1
bdrewery search for other commits by this committer
- Update to 2.4.1

Changes:
 - Require DISTFILES_CACHE
 - Require that DISTFILES_CACHE not be in the PORTSDIR since it
   will be mounted read-only now
24 Mar 2013 12:44:26
Original commit files touched by this commit  2.4
bdrewery search for other commits by this committer
- Update to 2.4
  This will be the last 2.x release. The 3.0 release will have
  optional support for NO ZFS and is currently in testing.
- Convert tab to space in WWW

Changes:
    - cron: This is now deprecated and will be replaced in 3.0 with a daemon
    - testport: -d support has been deprecated and will be removed in 3.0. Use
      -p instead.
    - testport: Add interactive test mode with -i
    - bulk: Add -vv to display which dependencies are required and causing
      rebuilds
    - jail: Validate that jails do not contain a '.' per jail(8) restrictions
    - options: Fix options not properly recursing based on changed options
    - bulk: The queue is now processed through a priority based on how many
(Only the first 15 lines of the commit message are shown above View all of this commit message)
01 Jan 2013 23:09:16
Original commit files touched by this commit  2.3.1
bdrewery search for other commits by this committer
- Update to 2.3.1

Changes:
   - Documentation/usage cleanups
   - Misc bug fixes
   - jail: Add 'gjb' method support for stable/8
   - testport: Show leftovers in plist format, with
     support for DATADIR, ETCDIR, WWWDIR, DOCSDIRS,
     EXAMPLESDIR, SITE_PERL
   - testport: Fix -c showing a blank screen with some TERMs
   - bulk: Fix skipped/total count being wrong
   - ports: Fix -c/-d errors when no portstrees file exists
   - ports: Fix -m not working
   - jail: Add support for official ftp snapshots
   - ports/jail: Add support for svn+file and svn+https
   - bulk: Show jailname in summary output
01 Dec 2012 16:22:58
Original commit files touched by this commit  2.3
bdrewery search for other commits by this committer
- Update to 2.3
- Sort PLIST_FILES and remove trailing slash

Changes:
  * Heavy parallelization improvements
  * Performance improvements
  * Non-ZFS ports trees are now supported.  See the site
    for details on how to use a local tree.
  * distclean: New script to cleanup old distfiles
  * bulk: New NO_RESTRICTED flag to clean restricted distfiles and packages
  * jail: Add 'gjb' method to use Glen Barber's snapshots
  * jail -cu: Support PARALLEL_JOBS/-J for buildworld
  * jail -cu: Enable ccache support, requires host have devel/ccache
  * New TMPFS_DATA to allow having the pool,cache and other poudriere temporary
    files be stored in memory (important if using bulk -a)
(Only the first 15 lines of the commit message are shown above View all of this commit message)
15 Oct 2012 17:12:43
Original commit files touched by this commit  2.2
bdrewery search for other commits by this committer
- Update to 2.2

Changes:
  * Lots of bug fixes
  * Support JAILNAME-make.conf and PTNAME-make.conf
  * Updated ZSH completions
  * The 'pbi' subcommand has been removed
  * New "SET" feature. bulk, options, testport now all support
    a '-z SET' option that allows for extra customization of
    make.conf and options. See CUSTOMISATION section in
    poudriere(8) for more information.
  * Improved compatibility with older FreeBSD versions
  * Poudriere itself can be jailed, see website for more details.
  * Any ZFS dataset can now be used as a ports tree. Just set
    poudriere:type=ports and define poudriere:name to use as a ports tree.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
13 Sep 2012 04:30:20
Original commit files touched by this commit  2.1.2
bdrewery search for other commits by this committer
- Update to 2.1.2

Changes:
  * Fixes error creating logdir on first bulk
    build of new jail

Reported By:	Sergey V. Dyatko <sergey.dyatko@gmail.com>
11 Sep 2012 16:51:18
Original commit files touched by this commit  2.1.1
bapt search for other commits by this committer
Add a note to specify that this ports is also maintained by bdrewery
11 Sep 2012 15:54:08
Original commit files touched by this commit  2.1.1
bdrewery search for other commits by this committer
- Update to 2.1.1

Changes:

 * Fix jail creation resulting in jail being removed
 * Fix SIGINFO handler causing error during jail creation
 * Fix 'jail -i' to build calculation

Approved by:	bapt (implicit)
10 Sep 2012 13:13:31
Original commit files touched by this commit  2.1.0
bapt search for other commits by this committer
- update to 2.1.0
- changes:
  * new poudriere options command to be able to configure options interractively
  * bulk can now take list of ports to build via command line
  * html build stats
  * ability to disable linux support
  * ability to disable PACKAGE_BUILDING
  * native support for ccache
  * deprecated csup for ports
  * Set HOME to fix some port builds (erlang for example)
  * Fix pool being deleted during builds
  * Detect improper dependency on different ports for the same package
  * Cleanup build stats sooner when starting bulk
  * lots of performance improvements
  * lots of fixes and refactoring in error handling
  * allow to choose custom path on the pool for the zfs filesystems
  * now skip (and track as skipped ports dependening on a failing dependency)
  * siginfo support
  * new -d options for bulk and testport, to enable debugging mode
31 Aug 2012 16:13:13
Original commit files touched by this commit  2.0.1
bapt search for other commits by this committer
- update to 2.0.1
- changes:
  * fix a bug not cleanly cleaning a bulk after a Ctrl-C

Reported by:	flo, des
28 Aug 2012 15:58:46
Original commit files touched by this commit  2.0.0
bapt search for other commits by this committer
- update to 2.0.0
- changes since 1.5.x:
  * parallel build, can build multiple packages at the same time
  * options discovering rebuilding
  * huge performance improvements in sanity check
  * better output (close to tinderbox)
  * better log separation
  * better leftover discovery
  * many bug fixes
16 Aug 2012 10:11:06
Original commit files touched by this commit  1.5.4_1
bapt search for other commits by this committer
- add a devel version of poudriere
- register conflicts between poudriere and poudriere-devel
- poudriere devel brings:
  * support for ports using svn, svn+http, svn+ssh
  * improve jail building from sources (still experimental)
  * POUDRIERE_DATA is no more needed, if it doesn't exists it now looks for a
    data zfs FS which by default will be in ${BASEFS}/data
  * bulks now keep packages by default (incremental) (-k is gone replace by a -c
    to clean everything before starting)
  * bulks are now built in parallel (number of parallel built being hw.ncpu by
    default
  * cron directory is now autocreated and default location is the data dir
  * jails are now created and mounted by default in a sub FS
(${BASEFS}/jails/<jailname>
  * ports tree are now created and mounted by default in a sub FS
(${BASEFS}/ports/<portstreename>
  * tinderbox-style output for logs
  * logs are now created in
data/logs/<buildtype>/<jailname>/<portstreename>/pkgname.log
  * lots of performance improvements
24 Jul 2012 15:17:32
Original commit files touched by this commit  1.5.4_1
bapt search for other commits by this committer
use ${FIND} macro instead of direct find

Reported by:	sunpoet
24 Jul 2012 10:14:23
Original commit files touched by this commit  1.5.4_1
bapt search for other commits by this committer
Remove .orig after applying patches to avoid installing .orig files into the
system

Reported by:	redports (QAT)
24 Jul 2012 09:04:13
Original commit files touched by this commit  1.5.4_1
bapt search for other commits by this committer
Fix some missing quoting

PR:		ports/170087
Submitted by:	Vincent Hoffman-Kazlauskas <vince@unsane.co.uk>, Denis Generalov
<gd@powernet.ru>
04 Jul 2012 10:48:38
Original commit files touched by this commit  1.5.4
bapt search for other commits by this committer
- update to 1.5.4
- changes:
  * improve modification detection with zfs diff (pgj@)
  * replace ftp by fetch(1) all over the place (this allow installing from http
    mirrors)
  * make fetch(1) using passive ftp when fetching from ftp
  * new option -t <version> to jail subcommand, to binary upgrade to a newer
    version (still some interactive parts :()
  * always destroy the jail before zfs rollback to make sure no process are
    still running (fix poudriere hanging after packaging totem for example)
    (reported by des@ and gnn@)
  * fix ipv6/ipv4 support determination (tested by gnn@)
28 Jun 2012 12:54:47
Original commit files touched by this commit  1.5.3
bapt search for other commits by this committer
- update 1.5.3
- changes:
  * always remove previous pkgng repository before rebuilding the new one
  * make ftp passive by default
  * experimental support for ccache (needs a bsd.local.mk)
  * add -s to testport and bulk, to skip sanity checking
  * creating jails from csup/svn still experimental, but now it can works for
    real :)
25 Jun 2012 13:39:40
Original commit files touched by this commit  1.5.2
bapt search for other commits by this committer
- update to 1.5.2
- changes:
  * Now ipv4 or ipv6 information are automatically gathered out of sysctl
  * CHECK_CHANGED_OPTIONS to detect changed options with bulk -k and pkgng (this
    force rebuild of package if options has changed
  * Fix signal handler not actually exitting
  * Track IGNORED stats
  * Support for signing pkgng repo
  * give to the jail network access during make checksum to allow refetching
    distfiles
19 Jun 2012 20:58:10
Original commit files touched by this commit  1.5.1
bapt search for other commits by this committer
- update 1.5.1
- changes:
  * Fix dep cache
  * Fix dep line having [:target]

Thanks Bryan Drewery <bryan@shatow.net>
19 Jun 2012 13:41:59
Original commit files touched by this commit  1.5.0
bapt search for other commits by this committer
- update to 1.5.0
- changes:
  * poudriere ports -u using portsnap can safely be run from cron now
  * Remove stale repo.sqlite as well to prevent deps constraint error with pkgng
  * add allow.chflags to jails
  * Add support for upgrading a jail using freebsd-update (only security
    upgrades for now) if the jail was created from ftp.
  * experimental support for creating/upgrading a jail from svn/csup beware that
    the -v when creating should be adapted to svn branches (stable/8, head) or
    csup (RELENG_8, .)
  * do not run make deinstall in case of normal bulk (speeds up a bit the bulk)
  * Add NOIPV4 and NOIPV6 support
  * Speed up a bit sanity checking by caching the dep list for each packages
  * Add some caching to avoid running make -V again and again when possible
19 May 2012 13:43:59
Original commit files touched by this commit  1.4.1
bapt search for other commits by this committer
- update to 1.4.1
- changes:
  * do not try to sanity check an empty package directory
17 May 2012 21:44:16
Original commit files touched by this commit  1.4
bapt search for other commits by this committer
- update to 1.4
- changes:
  * Sanity check, clean all the old package not only the one that are concern by
the run
  * No more recursive cleanup in case of failure
  * Code cleanup and consistency improved
15 May 2012 16:37:23
Original commit files touched by this commit  1.3.1
bapt search for other commits by this committer
- update to 1.3.1
- important bug fix in jail -i and jail -l
15 May 2012 10:18:40
Original commit files touched by this commit  1.3
bapt search for other commits by this committer
- update to 1.3
- changes:
  * Stop using zfs properties to store the queue to avoid size limitation
  * Bug fixes
03 May 2012 17:56:24
Original commit files touched by this commit  1.2
bapt search for other commits by this committer
- update to 1.2
- changes:
  * jails are now real jail(8)
  * only have network access during make fetch
  * poudriere jail -i -j <yourjail> now shows the activity of the jail
  * csup support for poudriere ports
  * new poudriere cron and poudriere queue command
01 May 2012 13:03:35
Original commit files touched by this commit  1.1
bapt search for other commits by this committer
Point to the new home
02 Feb 2012 12:54:29
Original commit files touched by this commit  1.1
bapt search for other commits by this committer
- update to 1.1

Changes:
- add ARCH=i386 in make.conf on i386 jail for amd64 host [1]
- testport and bulk now uses the same package dir:
${POUDRIERE_DATA}/packages/<jailname>-<portstreename> [2]
- fix testport with pkgng
- remove an extras .txz when creating a jail > 9.0

Submitted by:   martymac[1]
Suggested by:   avilla[2]
31 Jan 2012 21:43:35
Original commit files touched by this commit  1.0
bapt search for other commits by this committer
poudriere is a tool primarily designed to test package production on
FreeBSD. However, most people will find it useful to bulk build ports
for FreeBSD.

WWW:    http://git.etoilebsd.net/poudriere/

Of course this is pkgng aware and it support incremental upgrade of binary bulks
:)

Number of commits found: 34

28bd
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
asterisk*Jun 19
asterisk10*Jun 19
clamav*Jun 19
clamav-devel*Jun 19
cyrus-imspd*Jun 19
glpi*Jun 19
otrsJun 19
otrsJun 19
tshark*Jun 19
tshark-lite*Jun 19
wireshark*Jun 19
wireshark-lite*Jun 19
apache-xml-security-cJun 18
linux-f10-flashplugin10*Jun 18
linux-f10-flashplugin11*Jun 18

15 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24572
Broken 187
Deprecated 454
Ignore 561
Forbidden 0
Restricted 288
No CDROM 110
Vulnerable 19
Expired 48
Set to expire 439
Interactive 33
new 24 hours 6
new 48 hours13
new 7 days33
new fortnight85
new month178

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0