This repository contains the code used to build the Ubuntu-based Delphix Appliance, leveraging open-source tools such as Debian's live-build, Docker, Ansible, OpenZFS, and others.
Apache License 2.0
19
stars
41
forks
source link
DLPX-85698 Update branch references of checkout tasks on dev variants #721
internal-dev variants have the `dlpx-app-gate`, `dms-core-gate` and `zfs` repos
checked out to speed up appliance-update operations run by developers. While https://github.com/delphix/appliance-build/pull/720 fixed references to old branch names on the `develop` branch, we need this fix on `patch` to facilitate 10.0.0.1
Solution
Update the old references.
Testing Done
ab-pre-push as a PR check.
Deployment Plan
I believe I will need to disable branch protections to merge this change. I am still
exploring options.
internal-dev variants have the `dlpx-app-gate`, `dms-core-gate` and `zfs` repos checked out to speed up appliance-update operations run by developers. While https://github.com/delphix/appliance-build/pull/720 fixed references to old branch names on the `develop` branch, we need this fix on `patch` to facilitate 10.0.0.1Problem
Update the old references.Solution
ab-pre-push as a PR check.Testing Done
I believe I will need to disable branch protections to merge this change. I am still exploring options.Deployment Plan