> On Jan 16, 2024, at 9:15 AM, Ralph Goers <[email protected]> wrote: > > > >> On Jan 15, 2024, at 11:18 PM, Piotr P. Karwasz <[email protected]> >> wrote: >> >> Hi Ralph, >> >> On Tue, 16 Jan 2024 at 01:56, Ralph Goers <[email protected]> wrote: >>> >>> I don’t understand what it means to keep both staging and publish in >>> “asf-site”. By definition, the asf-site branch is the live web-site and >>> asf-staging is the staging web site. Are you talking about the build >>> scripts or something? >> >> We are talking about this `.asf.yaml` content: >> >> publish: >> profile: ~ >> whoami: asf-site >> subdir: content/logging-parent >> >> staging: >> profile: ~ >> whoami: asf-staging >> subdir: content/logging-parent >> >> Due to the `whoami` attribute, the `.asf.yaml` file on both the >> `asf-site` and `asf-staging` branch can be the same. INFRA will ignore >> the `staging` instruction on `asf-site` and the `publish` instruction >> on `asf-staging`. > > Thanks. That makes sense then.
Actually, it almost HAS to be that way if you are going to be able to simply do a merge from staging to the publish branch to go live. Ralph
