Skip to content

Commit d626535

Browse files
authored
chore: Add YUM repo file and upload instructions. (#2491)
1 parent eeb574f commit d626535

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

build/Linux/yum/README.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
This folder contains the YUM repo definition file for the .NET agent and was manually uploaded to https://download.newrelic.com/dot_net_agent/yum.
2+
3+
If changes to this file are needed, use the AWS CLI to upload to the S3 bucket:
4+
```
5+
$env:AWS_ACCESS_KEY_ID="access_key_for_s3_bucket"
6+
$env:AWS_SECRET_ACCESS_KEY="secret_access_key_for_s3_bucket"
7+
aws s3 cp ./newrelic-dotnet-agent.repo s3://<bucket_name>/dot_net_agent/yum
8+
```
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[newrelic-dotnet-agent-repo]
2+
name=New Relic .NET agent for Linux
3+
baseurl=https://yum.newrelic.com/pub/newrelic/el7/$basearch
4+
enabled=1
5+
gpgcheck=1
6+
gpgkey=https://download.newrelic.com/548C16BF.gpg

0 commit comments

Comments
 (0)