#
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 |
|
#
78f901dc |
| 29-Aug-2023 |
Li-Wen Hsu <lwhsu@FreeBSD.org> |
releng-azure: Add ZFS support to Azure image buliding and uploading
Approved by: gjb (re) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41454
|
#
0fe6998d |
| 29-Aug-2023 |
Li-Wen Hsu <lwhsu@FreeBSD.org> |
releng-azure: Use port name to install Azure CLI
To overcome package name changing on default Python version updates.
Approved by: gjb (re) Sponsored by: The FreeBSD Foundation Differential Revisio
releng-azure: Use port name to install Azure CLI
To overcome package name changing on default Python version updates.
Approved by: gjb (re) Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D41453
show more ...
|
#
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 |
|
#
9c0287e0 |
| 04-Nov-2021 |
Li-Wen Hsu <lwhsu@FreeBSD.org> |
release: Remove unused variables in azure Makefile
Approved by: re (gjb) Sponsored by: The FreeBSD Foundation
|
#
364cf030 |
| 13-Oct-2021 |
Glen Barber <gjb@FreeBSD.org> |
release: add _LOCATION to the list of required AZURE variables
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
#
083f6d0e |
| 13-Oct-2021 |
Glen Barber <gjb@FreeBSD.org> |
release: use tab-delimited variables in AZURE_UPLOAD_CONF
Sponsored by: Rubicon Communications, LLC ("Netgate")
|
#
fbece760 |
| 01-Oct-2021 |
Li-Wen Hsu <lwhsu@FreeBSD.org> |
Update Azure release bits
Imports the changes for building official images on Azure Marketplace, which fulfill the requirements of Azure and FreeBSD cloud images like disk layout and UEFI for Gen2 V
Update Azure release bits
Imports the changes for building official images on Azure Marketplace, which fulfill the requirements of Azure and FreeBSD cloud images like disk layout and UEFI for Gen2 VM, along with some minor improvements like configurations to speed up booting.
"CLOUDWARE" list will be updated after some more collaborations with re completed.
Reviewed by: re (gjb) Sponsored by: The FreeBSD Foundation Technical assistance from: Microsoft Differential Revision: https://reviews.freebsd.org/D23804
show more ...
|
Revision tags: release/13.0.0 |
|
#
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 ...
|
#
86e5b137 |
| 12-Aug-2020 |
Glen Barber <gjb@FreeBSD.org> |
release: update to use git instead of svn:
Makefile.* (cloudware): - Consistify setting the BUILDDATE for snapshots.
release.conf.sample/release.sh: - Run 'git clone' in 'quiet' mode.
Makefile.i
release: update to use git instead of svn:
Makefile.* (cloudware): - Consistify setting the BUILDDATE for snapshots.
release.conf.sample/release.sh: - Run 'git clone' in 'quiet' mode.
Makefile.inc1: - Set BUILDDATE and export the variable.
Sponsored by: Rubicon Communications, LLC (netgate.com)
show more ...
|
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, release/11.0.1, release/11.0.0, release/10.3.0 |
|
#
b5ff185e |
| 12-Sep-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
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 |
|
#
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 ...
|
#
27d233f7 |
| 25-Jun-2015 |
Glen Barber <gjb@FreeBSD.org> |
Change the hour:minute delimiter from ':' to '-', since the former is an invalid character in EC2 images.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
|
#
3c3445e8 |
| 25-Jun-2015 |
Glen Barber <gjb@FreeBSD.org> |
Consider PRERELEASE builds snapshots, in addition to CURRENT and STABLE.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
|
#
94f6f93a |
| 23-Jun-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r284644 through r284736.
|
#
416ba5c7 |
| 22-Jun-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with HEAD (r280229-r284686).
|
#
e5f5cbd4 |
| 21-Jun-2015 |
Glen Barber <gjb@FreeBSD.org> |
Append the hour and minute to the snapshot suffix for EC2 AMIs and Azure VM images. This is particularly helpful for testing to avoid name collisions, but also useful for cases where a necessary reb
Append the hour and minute to the snapshot suffix for EC2 AMIs and Azure VM images. This is particularly helpful for testing to avoid name collisions, but also useful for cases where a necessary rebuild is done before the date changes.
MFC after: 3 days Sponsored by: The FreeBSD Foundation
show more ...
|
#
76aeda8a |
| 20-Jun-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r284188 through r284643.
|
#
2fbd60ec |
| 20-Jun-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head @274131
|
#
873fc703 |
| 18-Jun-2015 |
Glen Barber <gjb@FreeBSD.org> |
Add Makefile.azure, used to upload VHD images to the Microsoft Azure environment, similar to the EC2 AMIs.
MFC after: 3 days Tested with: stable/10@r284517 (patched) Sponsored by: The FreeBSD Founda
Add Makefile.azure, used to upload VHD images to the Microsoft Azure environment, similar to the EC2 AMIs.
MFC after: 3 days Tested with: stable/10@r284517 (patched) Sponsored by: The FreeBSD Foundation
show more ...
|