-
Notifications
You must be signed in to change notification settings - Fork 162
release_notes_3118
Bryan Drewery edited this page Jun 1, 2017
·
3 revisions
- Raise "make package" phase timeout to 2 hours.
- jail -c -m src: Add support for building a jail from a given source tree with -b
- HTML json jail: Fix 'latest' not populating always.
- pkgclean: Exit 0 if no packages are left to cleanup.
- pkgclean: -a now deletes all packages (This is a bug and is fixed in 3.1.19)
- pkgclean -a: Remove pkg repository as well
- pkgclean -a: Add a note about manually removing the PACKAGES directory
- err: Don't show 'Error' if exiting 0
- bulk/pkgclean: Don't allow specifying '' as a package
- Don't fail if 'ulimit -a' fails somehow
- sh: Use C99 to build sh as head does.
- sh: Update from FreeBSD head @ r318502
- jail -c (ftp): Fix 'mount: /compat: No such file or directory' warning
- Fix order of jail/builder stop hooks on early exit.
- jail -c -m svn/git: Store VCS revision separately from __FreeBSD_version.
- jail -c -m svn/git/src: Use __FreeBSD_version rather than VCS revision for forced package rebuilds.
- jail -c -m null/tar/src: Don't require a -v version since it can be determined automatically
- jail -c -m src: Fix MAKE_JOBS not being used for installation
- Store PACKAGE_BUILDING/FORCE_PACKAGE in make.conf to fix bulk/testport -i usage.