#
8c441895 |
| 24-Feb-2023 |
Aaron LI <aly@aaronly.me> |
nrelease: Add 'IMGSIZE_MB' to specify file size in units of MB
The image file size was specified by the 'IMGSIZE' variable, but it's the number of 512-byte sectors, which isn't intuitive and require
nrelease: Add 'IMGSIZE_MB' to specify file size in units of MB
The image file size was specified by the 'IMGSIZE' variable, but it's the number of 512-byte sectors, which isn't intuitive and requires a manual conversion. Add the 'IMGSIZE_MB' variable to directly specify the file size in units of MB, which is more intuitive and friendly.
show more ...
|
Revision tags: v6.4.0, v6.4.0rc1, v6.5.0, v6.2.2, v6.2.1, v6.2.0, v6.3.0, v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2, v5.8.1 |
|
#
323181f1 |
| 03-Mar-2020 |
Aaron LI <aly@aaronly.me> |
release.7: Rename MAKE_JOBS to NREL_MAKE_JOBS
Follow the change made in 834a13062350ab14a8c6aa28e5f9419613c173c2.
|
Revision tags: v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3, v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3, v5.4.2 |
|
#
632d862b |
| 03-Mar-2019 |
Aaron LI <aly@aaronly.me> |
nrelease: Support to use binary packages
Add the new optional target "binpkgs" to allow to use binary packages, i.e., installing them with pkg(8), instead of building them from dports(7). This can
nrelease: Support to use binary packages
Add the new optional target "binpkgs" to allow to use binary packages, i.e., installing them with pkg(8), instead of building them from dports(7). This can be handy for end users who want to quickly build a custom image with custom packages.
As pointed out by Sascha Wildner, one port may have multiple binary packages (e.g., Python flavors) or have a different name that may not be found by pkg(8). Therefore, allow to specify the exact binary package name for a port by setting 'PKG_<port>=<pkg-name>'.
This feature is disabled by default, as suggested by Sascha Wildner, because the release process should be self-contained as much as possible.
Update the help text and man page accordingly.
show more ...
|
#
408ab0ea |
| 03-Mar-2019 |
Aaron LI <aly@aaronly.me> |
release.7: Sync environment variables with nrelease/Makefile
Remove obsolete "PKGBIN_MKISOFS" and "IMGUSBDEV".
Add "GITURL_SRC", "GITURL_DPORTS", "LABEL", "IMGSIZE" and "MAKE_JOBS".
Order these va
release.7: Sync environment variables with nrelease/Makefile
Remove obsolete "PKGBIN_MKISOFS" and "IMGUSBDEV".
Add "GITURL_SRC", "GITURL_DPORTS", "LABEL", "IMGSIZE" and "MAKE_JOBS".
Order these variables.
show more ...
|
#
fb3c2c0c |
| 09-Mar-2019 |
Sascha Wildner <saw@online.de> |
Remove some trailing whitespace in manpage comments.
|
Revision tags: v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2, v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc, v4.6.1, v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2 |
|
#
a291abfb |
| 15-Dec-2015 |
Matthew Dillon <dillon@apollo.backplane.com> |
nrelease - Change target from /usr/release to /usr/obj/release
* Change the nrelease build target from /usr/release to /usr/obj/release. This is to help cleanup the root mount. Most people don't
nrelease - Change target from /usr/release to /usr/obj/release
* Change the nrelease build target from /usr/release to /usr/obj/release. This is to help cleanup the root mount. Most people don't need to backup the release build target.
show more ...
|
Revision tags: v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc |
|
#
165b1c14 |
| 09-May-2015 |
Sascha Wildner <saw@online.de> |
nrelease: Fix for empty DPORTS_PACKAGES.
Also fix up the previously existing 'nopkgs' target and document it.
Reported-by: Rimvydas Jasinskas <rimvydas.jasinskas@gmail.com>
|
Revision tags: v4.0.5, v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1, v3.6.0, v3.7.1, v3.6.0rc, v3.7.0, v3.4.3, v3.4.2 |
|
#
c36c5990 |
| 19-May-2013 |
Sascha Wildner <saw@online.de> |
nrelease: Switch over to dports for all packages.
|
#
e057696c |
| 23-May-2013 |
Sascha Wildner <saw@online.de> |
Bring in a dports(7) manual page.
It is based on FreeBSD's ports(7) manpage with some adjustments.
|
Revision tags: v3.4.0, v3.4.1 |
|
#
2f36664e |
| 21-Apr-2013 |
Sascha Wildner <saw@online.de> |
nrelease: Add pkg(8) to our images and ISOs.
'make release' now requires an additional directory with the dports tree.
This commit adds some more steps (such as running 'pkg autoremove').
In-discu
nrelease: Add pkg(8) to our images and ISOs.
'make release' now requires an additional directory with the dports tree.
This commit adds some more steps (such as running 'pkg autoremove').
In-discussion-with: marino
show more ...
|
Revision tags: v3.4.0rc, v3.5.0, v3.2.2, v3.2.1, v3.2.0, v3.3.0, v3.0.3 |
|
#
783d47c4 |
| 06-May-2012 |
Sascha Wildner <saw@online.de> |
Add a missing '-width' in various manpages' lists.
|
Revision tags: v3.0.2, v3.0.1, v3.1.0, v3.0.0 |
|
#
86d7f5d3 |
| 26-Nov-2011 |
John Marino <draco@marino.st> |
Initial import of binutils 2.22 on the new vendor branch
Future versions of binutils will also reside on this branch rather than continuing to create new binutils branches for each new version.
|
Revision tags: v2.12.0, v2.13.0, v2.10.1, v2.11.0, v2.10.0, v2.9.1, v2.8.2, v2.8.1, v2.8.0, v2.9.0, v2.6.3, v2.7.3, v2.6.2, v2.7.2, v2.7.1, v2.6.1, v2.7.0, v2.6.0, v2.5.1, v2.4.1, v2.5.0, v2.4.0 |
|
#
86e91f6b |
| 04-Sep-2009 |
Sascha Wildner <saw@online.de> |
nrelease.7: /dev/da8 is the default IMGUSBDEV.
Reported-by: Johannes Hofmann
|
Revision tags: v2.3.2, v2.3.1, v2.2.1, v2.2.0 |
|
#
e2dbfa0b |
| 11-Feb-2009 |
Thomas Nikolajsen <thomas@dragonflybsd.org> |
nrelease: clean up Makefile and sync man pages & Makefile.usr
* nrelease/Makefile: fix a few typos, change name of `syssrcs` target to `srcs`, to reflect current use and remove traces of old
nrelease: clean up Makefile and sync man pages & Makefile.usr
* nrelease/Makefile: fix a few typos, change name of `syssrcs` target to `srcs`, to reflect current use and remove traces of old installer_* targets. * etc/Makefile: update name of src-sys tar file from nrelease and add targets for newly added src-all and pkgsrc-all tar files. * release.7: update to current method: only binary package downloaded is cvsup and add description of a few more variables. * development.7: add short description of /usr/Makefile.
show more ...
|
Revision tags: v2.3.0 |
|
#
f4ec1279 |
| 15-Jan-2009 |
Sascha Wildner <saw@online.de> |
Make building ISOs with the installer the default.
I think it's safe to assume that ISOs without the installer are only built by accident. The 'installer' target is a no-op now.
|
#
fb411313 |
| 10-Jan-2009 |
Sascha Wildner <saw@online.de> |
Fix braino on my side.
|
#
afdaf7c1 |
| 09-Jan-2009 |
Sascha Wildner <saw@online.de> |
Clean up a bit and mention the new image stuff.
|
Revision tags: v2.1.1 |
|
#
8f8c94b3 |
| 01-Dec-2008 |
Matthias Schmidt <matthias@dragonflybsd.org> |
Add missing .
|
#
3aa285d2 |
| 01-Dec-2008 |
Matthias Schmidt <matthias@dragonflybsd.org> |
Update due to recent git switch
- make update is no longer available - Comment section about releng in doc/. If the repo gets converted, we can comment that paragraph back in
|
#
127e04d4 |
| 01-Dec-2008 |
Sascha Wildner <saw@online.de> |
Reference development(7).
|
Revision tags: v2.0.1 |
|
#
6e160e0a |
| 01-Apr-2008 |
Sascha Wildner <swildner@dragonflybsd.org> |
* MLINK nrelease(7) -> release(7).
* Merge relevant information from nrelease/README.
* Prerequisite for realquickrel is buildworld/-kernel and not necessarily make release (reported by Max Herrg
* MLINK nrelease(7) -> release(7).
* Merge relevant information from nrelease/README.
* Prerequisite for realquickrel is buildworld/-kernel and not necessarily make release (reported by Max Herrgaard <herrgard@gmail.com>).
show more ...
|
#
3f279b9e |
| 08-Mar-2008 |
Sascha Wildner <swildner@dragonflybsd.org> |
Add an example on how to create a live CD with xorg.
To build one, you can use the following commands:
% cd /usr/src/nrelease % make PKGSRC_PKG_PATH=/pkgsrc/dir/All release gui
See release(7) for
Add an example on how to create a live CD with xorg.
To build one, you can use the following commands:
% cd /usr/src/nrelease % make PKGSRC_PKG_PATH=/pkgsrc/dir/All release gui
See release(7) for more information.
Note that you will need pkgsrc binary packages locally. In the example above, replace /pkgsrc/dir with the path where they are kept.
The resulting ISO will be /usr/release/dfly-gui.iso.
show more ...
|
#
810ce916 |
| 19-Feb-2008 |
Thomas Nikolajsen <thomas@dragonflybsd.org> |
Slip tag used for RELEASE checkout.
|
#
db80cfbf |
| 20-Aug-2007 |
Sascha Wildner <swildner@dragonflybsd.org> |
Update for the latest changes to nrelease/Makefile.
|
#
3d152b4d |
| 26-Jul-2006 |
Sascha Wildner <swildner@dragonflybsd.org> |
Document the recently added WITHOUT_SRCS variable.
|