#
6c87aed3 |
| 12-Apr-2024 |
Colin Percival <cperciva@FreeBSD.org> |
release: Support r/o /usr/ports for cloudware
Set WRKDIRPREFIX=/tmp/ports DISTDIR=/tmp/distfiles when building tools needed for uploading cloudware images.
While I'm here, adjust the bsdec2-image-u
release: Support r/o /usr/ports for cloudware
Set WRKDIRPREFIX=/tmp/ports DISTDIR=/tmp/distfiles when building tools needed for uploading cloudware images.
While I'm here, adjust the bsdec2-image-upload build target to match the style used by the Azure/GCE/Vagrant Makefiles.
MFC after: 3 days
show more ...
|
Revision tags: release/13.3.0, release/14.0.0 |
|
#
d0b2dbfa |
| 16-Aug-2023 |
Warner Losh <imp@FreeBSD.org> |
Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
|
Revision tags: release/13.2.0, release/12.4.0, release/13.1.0, release/12.3.0, release/13.0.0 |
|
#
81c6dfbf |
| 26-Jan-2021 |
Brad Davis <brd@FreeBSD.org> |
release: Move the vagrant.vmx config out to its own file to match vbox
Silly to have all these echos and makes this easier to use in other tooling.
Reviewed by: gjb (re)
|
#
63749bfe |
| 04-Mar-2021 |
Glen Barber <gjb@FreeBSD.org> |
release: sprinkle UNAME_r hacks following c883b6fd8ccd
Pass UNAME_r override to make(1) for ports builds when building ports for another branch.
MFC after: 3 days MFC with: 0be274d37379, 80ab50e1de
release: sprinkle UNAME_r hacks following c883b6fd8ccd
Pass UNAME_r override to make(1) for ports builds when building ports for another branch.
MFC after: 3 days MFC with: 0be274d37379, 80ab50e1de19, c883b6fd8ccd Sponsored by: Rubicon Communications, LLC ("Netgate")
show more ...
|
Revision tags: release/12.2.0 |
|
#
92fb4f8a |
| 27-Aug-2020 |
Glen Barber <gjb@FreeBSD.org> |
Merge the projects/release-git branch to head. This allows building 13.x from Git instead of Subversion.
No MFC to stable branches is planned at this time. [1]
Discussed with: git working group [1]
Merge the projects/release-git branch to head. This allows building 13.x from Git instead of Subversion.
No MFC to stable branches is planned at this time. [1]
Discussed with: git working group [1] Sponsored by: Rubicon Communications, LLC (netgate.com)
show more ...
|
#
0a459a71 |
| 12-Aug-2020 |
Glen Barber <gjb@FreeBSD.org> |
release: update to use git instead of svn:
Makefile.* (cloudware): - Consistify setting the BUILDDATE for snapshots. (Missed a spot)
Sponsored by: Rubicon Communications, LLC (netgate.com)
|
Revision tags: release/11.4.0, release/12.1.0, release/11.3.0, release/12.0.0, release/11.2.0, release/10.4.0, release/11.1.0 |
|
#
9b3ece1c |
| 04-Feb-2017 |
Enji Cooper <ngie@FreeBSD.org> |
MFhead@r313243
|
#
71fe94fd |
| 01-Feb-2017 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r312968 through r313054.
|
#
accb19a8 |
| 01-Feb-2017 |
Brad Davis <brd@FreeBSD.org> |
Add some comments with examples on how to build Vagrant images.
Approved by: re (gjb)
|
#
ef7a4820 |
| 31-Jan-2017 |
Brad Davis <brd@FreeBSD.org> |
Add a new vagrant-box target, to make it easier and less redundant to only produce the Vagrant box and not upload it.
Approved by: re (gjb)
|
Revision tags: release/11.0.1, release/11.0.0, release/10.3.0 |
|
#
11d38a57 |
| 28-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
Sponsored by: Gandi.net
|
#
becbad1f |
| 13-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
b5ff185e |
| 12-Sep-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
00176600 |
| 09-Sep-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Merge r286744-r287584 from head.
|
#
d9442b10 |
| 05-Sep-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r286858 through r287489.
|
#
104dac63 |
| 01-Sep-2015 |
Glen Barber <gjb@FreeBSD.org> |
Remove '-' separating OSRELEASE and SNAPSHOT_DATE for vagrant builds, and prepend it to SNAPSHOT_DATE to prevent a trailing '-' in the final box name for a release build.
MFC after: 3 days Sponsored
Remove '-' separating OSRELEASE and SNAPSHOT_DATE for vagrant builds, and prepend it to SNAPSHOT_DATE to prevent a trailing '-' in the final box name for a release build.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
show more ...
|
#
ab875b71 |
| 14-Aug-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with head, primarily for the 1.14.4.0 firmware.
|
Revision tags: release/10.2.0 |
|
#
8d0f1085 |
| 22-Jul-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r285341 through r285792.
|
#
a54bd595 |
| 20-Jul-2015 |
Brad Davis <brd@FreeBSD.org> |
Add support for building VirtualBox Vagrant images. Abstract the build, package and upload to handle building either type.
Approved by: re (gjb)
|
#
4cd9b24e |
| 04-Jul-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r284737 through r285152.
|
#
57d94a19 |
| 01-Jul-2015 |
Glen Barber <gjb@FreeBSD.org> |
Remove the HH-MM suffix from the build date suffix.
It was useful when working out several kinks when testing automated image uploading when retrying was necessary, but now it is making things much
Remove the HH-MM suffix from the build date suffix.
It was useful when working out several kinks when testing automated image uploading when retrying was necessary, but now it is making things much too messy.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
show more ...
|
#
811fc8fd |
| 30-Jun-2015 |
Glen Barber <gjb@FreeBSD.org> |
Default the VAGRANT_VERSION to ${REVISION}-${BRANCH} if not set, which expands to '11.0-CURRENT', for example.
If the branch is -CURRENT, -STABLE, or -PRERELEASE, suffix the VAGRANT_VERSION with the
Default the VAGRANT_VERSION to ${REVISION}-${BRANCH} if not set, which expands to '11.0-CURRENT', for example.
If the branch is -CURRENT, -STABLE, or -PRERELEASE, suffix the VAGRANT_VERSION with the snapshot date.
MFC after: 3 days X-MFC-Needs: r284893, r284895, r284896, r284897, r284942 Tested with: head@r284961 (patched) Sponsored by: The FreeBSD Foundation
show more ...
|
#
f19a742f |
| 29-Jun-2015 |
Brad Davis <brd@FreeBSD.org> |
Add Support for uploading Vagrant images to Hashicorp Atlas.
Approved by: re (gjb)
|
#
8c4b4cc3 |
| 28-Jun-2015 |
Glen Barber <gjb@FreeBSD.org> |
Instead of hard-coding the PROVIDERS for upload, add the VAGRANT_PROVIDERS variable. Right now, it defaults to only vmware_desktop, virtualbox support is to follow at some point.
While here, fix th
Instead of hard-coding the PROVIDERS for upload, add the VAGRANT_PROVIDERS variable. Right now, it defaults to only vmware_desktop, virtualbox support is to follow at some point.
While here, fix the hashicorp URL: s/vagrant/atlas/, which was result of a sed(1) replace (and my fault).
Sponsored by: The FreeBSD Foundation
show more ...
|
#
02158ab0 |
| 28-Jun-2015 |
Glen Barber <gjb@FreeBSD.org> |
Remove _ACCOUNT and add _USERNAME, _NAME, _VERSION for the VAGRANT_${VAR} variables extracted from VAGRANT_UPLOAD_CONF.
Set ATLAS_${VAR} to VAGRANT_${VAR} if VAGRANT_UPLOAD_CONF is set. There is in
Remove _ACCOUNT and add _USERNAME, _NAME, _VERSION for the VAGRANT_${VAR} variables extracted from VAGRANT_UPLOAD_CONF.
Set ATLAS_${VAR} to VAGRANT_${VAR} if VAGRANT_UPLOAD_CONF is set. There is intent to intentionally have separate variants of configuration entries, but the defaults do not yet have any reason to be different.
Sponsored by: The FreeBSD Foundation
show more ...
|