notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: ports-mgmt/poudriere-devel/Makefile

Number of commits found: 316 (showing only 16 on this page)

«  1 | 2 | 3 | 4 

Tuesday, 25 Sep 2012
16:15 bdrewery search for other commits by this committer
- Update to checkin 68465cb21e

Changes:
  * Fix typo in conf.sample: NO_PACKAGE_BUILD ->
    NO_PACKAGE_BUILDING
Original commitRevision:304844 
Friday, 21 Sep 2012
19:00 bdrewery search for other commits by this committer
- Update to checkin 53ee9ef7a2

Changes:
  * options: Fix creating invalid options-JAILNAME dir
    instead of proper JAILNAME-options dir
Original commitRevision:304638 
Thursday, 20 Sep 2012
17:57 bdrewery search for other commits by this committer
- Update to checkin 7a6500c64b

Changes:
  * Remove pbi subcommand
  * Fix skipped ports causing incorrect counts
  * Updated ZSH completions
  * Manpage updates
  * testport: Fix leftover detection when not using -n
  * bulk: Allow overriding the archive format for WRKDIR via
    WRKDIR_ARCHIVE_FORMAT
  * bulk: More readable summary output
  * bulk: Quicker determination of next port to build from queue
  * bulk/options: Add "-z SET" support to allow more customization
    per jail (see poudriere(8))
  * bulk: SIGINFO now shows the jailname
  * jail: Better version detection on new jails via newvers.sh
  * NEWS: Poudriere master can be jailed, see main site for howto.
Original commitRevision:304589 
Thursday, 13 Sep 2012
04:36 bdrewery search for other commits by this committer
- Update to checkin: 0095aaa08e
- Pet portlint some

Changes:

  * Fixes crash on first bulk build
    of a fresh jail
  * Updated ZSH completions
Original commitRevision:304176 
Tuesday, 11 Sep 2012
16:51 bapt search for other commits by this committer
Add a note to specify that this ports is also maintained by bdrewery
Original commitRevision:304107 
15:55 bdrewery search for other commits by this committer
- Update to checkin: a766128118

Changes:

 * Fix jail creation resulting in jail being removed
 * Fix SIGINFO handler causing error during jail creation
 * Fix 'jail -i' to build calculation
 * Support JAILNAME-PTNAME-make.conf in poudriere.d dir

Approved by:	bapt (implicit)
Original commitRevision:304103 
Monday, 10 Sep 2012
13:16 bapt search for other commits by this committer
- update to checkin: 53e6561d62 (this branch will become 2.2)
Original commitRevision:304036 
Saturday, 8 Sep 2012
23:06 bapt search for other commits by this committer
- update to checkin: 7befeb3094
- changes:
  * Force creation of the distfile directory
  * lots of fixes and refactoring in error handling
  * allow to choose custom path on the pool for the zfs filesystems
  * allow to disable linux support
  * yet more speed up in dependency calculation
  * allow to disable activating PACKAGE_BUILDING
  * deprecate csup for the ports tree
  * Cleanup build stats sooner when starting bulk
  * Detect improper dependency on different ports for the same package
  * Fix pool being deleted during builds
  * Set HOME to fix some port builds (erlang for example)
  * Switch to ports native ccache support (no longer need bsd.local.mk)
  * Add html build stats
  * Fix some cases of too many arguments errors
  * jail -s now start a jail with network enable

Huge thanks to bdrewery
Original commitRevision:303938 
Monday, 3 Sep 2012
22:10 bapt search for other commits by this committer
- update to checkin abeb0b8b2b
- changes:
  * new poudriere options command to manipulation options via dialog
  * bulk now supports passing ports via arguments
  * an index.html file (summary) is added to the log directory
Original commitRevision:303623 
Friday, 31 Aug 2012
16:16 bapt search for other commits by this committer
- update to checkin 1516db8bc5
- changes:
  * fix a bug not cleanly cleaning a bulk after a Ctrl-C [1]
  * do not load linux specific stuff on non x86 platforms
  * performances improvements
  * fix testport

Reported by:	flo and des [1]
Original commitRevision:303432 
Tuesday, 28 Aug 2012
15:51 bapt search for other commits by this committer
Update to 443d190388 snapshot that is the start of what will become 2.1 release
Original commit
Thursday, 23 Aug 2012
20:54 bapt search for other commits by this committer
- update to 35e8e96117 checkin
- changes:
  * option change detection now also work with pkg_install
  * testport now build its dependency in parallel
  * huge improvement on cleanup
  * lots of bug fixes
Original commit
Tuesday, 21 Aug 2012
05:44 bapt search for other commits by this committer
- update to checkin: 532008b635
- changes:
  * fix uname -v from allbsd,csup,svn jails (needs recreate)
  * fix kbuild* ports building
  * to not show /var/mail/* in leftovers
Original commit
Sunday, 19 Aug 2012
13:19 bapt search for other commits by this committer
- update to checkin f18246236d
- changes:
  * performance improvements by using more caching
  * fix FreeBSD version not being correctly set for jails using another method
    than ftp
  * better output for bulk
  * bulk can now save wrkdirs on failures
  * fix bulk -J
Original commit
Friday, 17 Aug 2012
06:03 bapt search for other commits by this committer
- update to d000cd0980 checkin
- changes:
  * jail can now fetch sets from allbsd (allowing to have latest and greatest
    current, 9 and 8 without having to build it) upgrading is not supported (it
    always take the latest image) and won't be.
  * fix a regesssion preventing jail upgrade from via "freebsd-update"
  * poudriere jail -l and jail -i now shows the install/upgrade method used
  * huge performance improvements when running redundants bulks, by using more
    caching
Original commit
Thursday, 16 Aug 2012
10:11 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
Original commit

Number of commits found: 316 (showing only 16 on this page)

«  1 | 2 | 3 | 4