| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
in preparation of adding a 'dvd1.iso' target.
MFC after: 3 days
X-MFC-With: r258305, r258307, r258308
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=258309
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the chroot directory, since hostname resolution may be
needed in the case of building a dvd image (with packages)
and also setting 'NOPORTS=1'.
MFC after: 3 days
X-MFC-With: r258305, r258307
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=258308
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
from pkg.FreeBSD.org for inclusion on release medium (dvd1.iso).
The script sources ${.CURDIR}/${TARGET}/pkg-stage.conf, which sets
several environment variables, such as the pkg(8) ABI, PACKAGESITE,
PKG_DBDIR, and PKG_CACHEDIR. PKG_CACHEDIR is set to the directory
on the release medium used by bsdconfig(8) (/packages/${ABI}). ABI
is determined by output of 'make -C /usr/src/release -V REVISION'.
See pkg.conf(5) for descripton on other variables set here.
The list of packages to include are set within the configuration
file.
The script and configuration files are intended to be run by the
'make dvd' target within the release directory, and assume the
release is built within a chroot environment (such as by using
release.sh).
Relevant updates to release/Makefile will follow.
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=258307
|
|
|
|
|
|
|
|
|
|
| |
as part of 'make -C /usr/src/release clean'.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=258305
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
is no longer a valid option, so remove 'WITHOUT_JADETEX=yes'
from PBUILD_FLAGS.
While here, also remove 'WITHOUT_X11=yes', since it will
cause a dependency conflict by requiring both print/ghostscript9
and print/ghostscript9-nox11.
Switch to OPTIONSNG format (WITHOUT_* -> OPTIONS_UNSET='FOO'),
and unset the FOP option, which requires Java (although it is
disabled by default). Also unset the 'IGOR' option, since
textproc/igor is a validation tool, not necessarily a dependency
of the doc/ build itself.
While here, reduce the line length of PBUILD_FLAGS.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=258101
|
|
|
|
| |
Notes:
svn path=/head/; revision=257964
|
|
|
|
|
|
|
|
|
| |
MFC after: 3 days
X-MFC-After: 10.0-RELEASE
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=257942
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The release.sh (based heavily on generate-release.sh) has been
used for the 9.2-RELEASE and 10.0-RELEASE cycles, so make sure
there is no confusion on what is currently being used by having
two similar scripts.
A big "thank you" to Nathan Whitehorn, the author of the
generate-release.sh script, for writing this utility.
No objection: nwhitehorn
MFC after: never
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=257861
|
|
|
|
|
|
|
|
|
|
|
|
| |
previous commit.
MFC after: 1 week
X-MFC-After: 10.0-RELEASE
X-MFC-With: r257805
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=257806
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
'bootonly.iso' components to create a smaller memory stick image.
This is useful for system recovery, where a full memstick.img image
is not necessarily needed (or wanted). In addition, it is possible to
do bootonly-style installation, where the base.txz, kernel.txz, etc.
are fetched from a remote source.
Provide backwards-compatible target (mini-memstick), to keep in sync
with the targets documented in release/Makefile.
Prompted by: wblock
MFC after: 1 week
X-MFC-after: 10.0-RELEASE
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=257805
|
|
|
|
| |
Notes:
svn path=/head/; revision=257801
|
|
|
|
| |
Notes:
svn path=/head/; revision=257663
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
needs /var/run/ld-elf*.so.hints, which is not automatically created.
Fix reldoc build by running the ldconfig(8) startup script in the
chroot directory before starting the port build phase.
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=257641
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note that svn 257268 gnu/usr.bin/binutils/ld/Makefile
seems to break the "toolchain" target when building HEAD
on RELENG_9, so until this is solved you may want to
svn update -r 257267 gnu/usr.bin/binutils/ld/Makefile
before building picobsd
Notes:
svn path=/head/; revision=257514
|
|
|
|
| |
Notes:
svn path=/head/; revision=256641
|
|
|
|
| |
Notes:
svn path=/head/; revision=256639
|
|
|
|
|
|
|
|
|
|
|
| |
the WITHOUT_PROFILE=1 option set, trimming 56MB from the image.
Approved by: re (glebius)
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=256430
|
|
|
|
|
|
|
|
|
|
|
|
| |
the 'install' target in the release/Makefile.
MFC after: 3 days
Submitted by: jhb
Approved by: re (hrs)
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=256246
|
|
|
|
|
|
|
| |
Approved by: re (gjb)
Notes:
svn path=/head/; revision=255949
|
|
|
|
|
|
|
|
|
| |
Submitted by: jhb
Approved by: re (marius)
Sponsored by: The FreeBSD Foundation
Notes:
svn path=/head/; revision=255712
|
|
|
|
|
|
|
|
|
|
| |
ISO 9660. Omit the partition ID.
Approved by: re (kib)
MFC after: 2 weeks
Notes:
svn path=/head/; revision=255641
|
|
|
|
| |
Notes:
svn path=/head/; revision=255315
|
|
|
|
| |
Notes:
svn path=/head/; revision=255314
|
|
|
|
| |
Notes:
svn path=/head/; revision=255313
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Newer FreeBSD installs require an install(1) that supports the new flags.
This adds ${MAKEOBJDIRPREFIX}${.CURDIR}/tmp/legacy/{bin,usr/{bin,sbin}}
to the PATH while generating an mtree database for 'make release'.
Note that the problem only exists here because mm-mtree.sh generates
its own object tree to avoid mucking with the existing one, which
results in a PATH containing legacy utility dirs that are empty.
Notes:
svn path=/head/; revision=254951
|
|
|
|
|
|
|
| |
Submitted by: hrs
Notes:
svn path=/head/; revision=254298
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
allow the toolchain to detect the correct values.
- Remove {SRC,DOC,PORT}REVISION variables, and use 'branch@rNNNNNN'
as the {SRC,DOC,PORT}BRANCH variables.
- Only set default KERNEL_FLAGS and WORLD_FLAGS make(1) jobs if the
number of CPUs is greater than 1.
Submitted by: hrs
Notes:
svn path=/head/; revision=254293
|
|
|
|
|
|
|
|
|
|
|
|
| |
o We need wait a bit before attempting the root mount. The CD drives
on HP machines (typical) go through the management controller so
that it can be virtualized. In practice what this means is that it
is slow to detect and attach.
o Tell the kernel what to use as the root file system. The /etc/fstab
trick doesn't work, because we're on the EFI-compatble file system.
Notes:
svn path=/head/; revision=253919
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Introduce $BASEBITSDIR for clarity and in order to avoid repeating this
mistake in the future. Fixing this ensures that we pick up the newly built
boot code and loader native to the target, which is especially relevant
when cross-building release images.
- It is pointless to specify an endianess for ISO 9660 images so strip that.
MFC after: 3 days
Notes:
svn path=/head/; revision=253676
|
|
|
|
|
|
|
|
|
|
|
|
| |
cd 'disc1.iso'.
Discussed with: re@ team
Approved by: kib (mentor)
MFC after: 3 days
X-MFC-To: stable/9 only
Notes:
svn path=/head/; revision=253542
|
|
|
|
|
|
|
|
|
|
| |
Requested by: many
Approved by: kib (mentor)
MFC after: 3 days
X-MFC-To: stable/9 only
Notes:
svn path=/head/; revision=253513
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the src/ tree into a directory that contains files/directories, such
as a case where a custom kernel configuration file is specified.
- Allow specification of multiple KERNCONFs to pass to 'make release'.
- Move evaluation of NODOCS/NOPORTS earlier, and set based on how the
release process expects these options to be evaluated.
- Wrap KERNCONF specification in double quotes, and use 'eval' so multiple
kernel configurations do not cause the build to fail in strange ways.
- Set WITHOUT_X11 for the port build flags for the documentation toolchain
build. Also run 'clean distclean' targets during port build.
PR: 180192
Submitted by: Anes Mukhametov
MFC after: 3 days
Approved by: kib (mentor, implicit)
Notes:
svn path=/head/; revision=252846
|
|
|
|
|
|
|
| |
Submitted by: hrs
Notes:
svn path=/head/; revision=252147
|
|
|
|
| |
Notes:
svn path=/head/; revision=252126
|
|
|
|
| |
Notes:
svn path=/head/; revision=252124
|
|
|
|
|
|
|
|
|
| |
with the -RELEASE suffix. This fixes the incorrect text on the -CURRENT
errata page from showing '10.0-CURRENT' followed by 'until 9.1-RELEASE is
released.'
Notes:
svn path=/head/; revision=252121
|
|
|
|
| |
Notes:
svn path=/head/; revision=252119
|
|
|
|
|
|
|
|
|
|
|
| |
copy to chroot to use with release build.
Submitted by: Garrett Cooper (original version)
Approved by: kib (mentor)
MFC after: 1 week
Notes:
svn path=/head/; revision=252101
|
|
|
|
|
|
|
|
|
|
|
| |
Submitted by: Garrett Cooper (in part)
Approved by: kib (mentor)
MFC After: 1 week
X-MFC-With: r251652
X-MFC-To: stable/9 only
Notes:
svn path=/head/; revision=251811
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the release/generate-release.sh script by nwhitehorn.
This script can use optional configuration file to override defaults,
making running multiple serialzied builds with different specific
configurations or architecture-specific tunings quite easy.
Sample overrideable options are included in the release.conf.sample
file.
Approved by: kib (mentor)
MFC After: 2 weeks
X-MFC-To: stable/9 only
Notes:
svn path=/head/; revision=251652
|
|
|
|
| |
Notes:
svn path=/head/; revision=251650
|
|
|
|
|
|
|
| |
Reviewed by: sjg
Notes:
svn path=/head/; revision=251250
|
|
|
|
|
|
|
|
| |
MFC after: 1 month
X-MFC-With: r251084
Notes:
svn path=/head/; revision=251085
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
or SUP_UPDATE.
CVS exporter for head/ is turned off for nearly one month now.
It is finally time to swing the ax at these update methods.
Reviewed by: eadler
MFC after: 1 month
Notes:
svn path=/head/; revision=251084
|
|
|
|
| |
Notes:
svn path=/head/; revision=250805
|
|
|
|
|
|
|
| |
updated documentation tree
Notes:
svn path=/head/; revision=250746
|
|
|
|
|
|
|
| |
support parallel make on this stage.
Notes:
svn path=/head/; revision=250289
|
|
|
|
| |
Notes:
svn path=/head/; revision=250285
|
|
|
|
| |
Notes:
svn path=/head/; revision=250100
|
|
|
|
| |
Notes:
svn path=/head/; revision=249733
|