June Rhodes

Results 116 issues of June Rhodes

MSI extraction happens for Windows and confidential platform setup. We need to capture this output from `msiexec.exe`. Also of note, `msiexec`'s output is in UTF-16, so currently we get `Anot...`...

migrated from gitlab

Given that BuildGraph requires files underneath its root directory, we might have to put the package file underneath the temporary directory and then copy it out as a later step.

migrated from gitlab

The physical Git provider fetches to shared storage so that all machines can utilise the same Git repository history, without storing it locally. UEFS should be able to do this...

migrated from gitlab

This description was originally from [!15](https://src.redpoint.games/redpointgames/uet/-/merge_requests/15); this issue now tracks the work over multiple merge requests. --- The implementation of `git restore` in Git [incorrectly obtains an `index.lock` file](https://github.com/git-for-windows/git/issues/4507), even...

migrated from gitlab
back burner

If you have a `uet.exe` binary sitting outside of the managed installation path (`C:\ProgramData\UET`), and it's older than the version in `Current`, and there's no `BuildConfig.json` specifying otherwise, then you...

bug
migrated from gitlab

It continues to run and keeps `git-repo` locked.

bug
migrated from gitlab

![image](https://github.com/user-attachments/assets/59a8dc20-5aa8-4799-965d-6952322403b6) This error message is wrong. The line number here is the line number *within* the dynamic configuration entry: ```json "Prepare": [ { "Name": "Install Anti-Cheat Hooks", "Type": "Custom", "Custom":...

bug
migrated from gitlab

Kubegres needs to run the following command to fix up primaries after they've been promoted at the Kubernetes level: ```bash NAMESPACE=... KUBEGRES_NAME=... KUBEGRES_SECRET_NAME=... kubectl -n $NAMESPACE exec -it $(kubectl -n...

**Describe the bug** `VersionOperationsExtensions.GetCodeAsync` throws an exception in AOT scenarios. **Kubernetes C# SDK Client Version** `16.0.2` **Server Kubernetes Version** `1.26.1` **Dotnet Runtime Version** net9 **To Reproduce** Install `KubernetesClient.Aot`, and then...

BuildGraph won't delete files from this folder that should no longer exist, so we need to explicitly delete the StagedBuilds directory before running deployment steps.