Skip to content

Commit c1714af

Browse files
Renormalize files for LFS
1 parent fb7901e commit c1714af

File tree

5 files changed

+25
-27
lines changed

5 files changed

+25
-27
lines changed

.github/workflows/release-testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Branch Build and Upload to S3
33
on:
44
push:
55
branches:
6-
- "windows-runners"
6+
- "feat/windows-telemetry"
77

88
env:
99
AWS_ACCESS_KEY_ID: ${{ secrets.PREPROD_AWS_ACCESS_KEY_ID }}

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
33
#
44
# Binaries for programs and plugins
5-
*.exe
6-
*.exe~
75
*.dll
86
*.so
97
*.dylib

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ archives:
5757
- tools/systemd/**
5858
- tools/github/hooks/prerun.sh
5959
- tools/github/hooks/prerun.ps1
60-
- pkg/telemetry/binaries/**
60+
- pkg/telemetry/binaries/{{ .Os }}/{{ .Arch }}/**
6161
- pkg/telemetry/otel-collector-config.tmpl
6262
- id: warpbuild-agentd-restarter
6363
format: zip

tools/windows/020_setup_warp_agent.vm.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $services = @(
8282
Name = "warpbuild-telemetryd"
8383
DisplayName = "WarpBuild Telemetry"
8484
Description = "WarpBuild Telemetry Service"
85-
BinaryPath = "C:\Windows\System32\warpbuild-agentd.exe --launch-telemetry=true --stdout $TELEMETRY_STDOUT_FILE --stderr $TELEMETRY_STDERR_FILE"
85+
BinaryPath = "C:\Windows\System32\warpbuild-agentd.exe --settings $SETTINGS_FILE --launch-telemetry=true --stdout $TELEMETRY_STDOUT_FILE --stderr $TELEMETRY_STDERR_FILE"
8686
StartupType = "Automatic"
8787
Dependencies = @()
8888
Environment = @{}
@@ -91,7 +91,7 @@ $services = @(
9191
Name = "warpbuild-proxyd"
9292
DisplayName = "WarpBuild Proxy"
9393
Description = "WarpBuild Proxy Service"
94-
BinaryPath = "C:\Windows\System32\warpbuild-agentd.exe --launch-proxy-server=true --stdout $PROXY_STDOUT_FILE --stderr $PROXY_STDERR_FILE"
94+
BinaryPath = "C:\Windows\System32\warpbuild-agentd.exe --settings $SETTINGS_FILE --launch-proxy-server=true --stdout $PROXY_STDOUT_FILE --stderr $PROXY_STDERR_FILE"
9595
StartupType = "Automatic"
9696
Dependencies = @()
9797
Environment = @{}

vendor/github.com/gofiber/fiber/v2/LICENSE

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)