Skip to content
This repository was archived by the owner on Jul 5, 2025. It is now read-only.

Commit fd9c9b2

Browse files
authored
Merge pull request #13 from linuxserver/donate-tftp
add donation info
2 parents 3633d8f + 9d61481 commit fd9c9b2

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
open_collective: linuxserver
2+
custom: ["https://opencollective.com/netbootxyz/donate",]

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pipeline {
5858
env.CODE_URL = 'https://github.com/' + env.LS_USER + '/' + env.LS_REPO + '/commit/' + env.GIT_COMMIT
5959
env.DOCKERHUB_LINK = 'https://hub.docker.com/r/' + env.DOCKERHUB_IMAGE + '/tags/'
6060
env.PULL_REQUEST = env.CHANGE_ID
61-
env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE.md ./.github/PULL_REQUEST_TEMPLATE.md'
61+
env.TEMPLATED_FILES = 'Jenkinsfile README.md LICENSE ./.github/FUNDING.yml ./.github/ISSUE_TEMPLATE.md ./.github/PULL_REQUEST_TEMPLATE.md ./root/donate.txt'
6262
}
6363
script{
6464
env.LS_RELEASE_NUMBER = sh(

jenkins-vars.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ repo_vars:
2727
- CI_DOCKERENV='TZ=US/Pacific'
2828
- CI_AUTH='user:password'
2929
- CI_WEBPATH=''
30+
sponsor_links:
31+
- { name: "netboot.xyz", url: "https://opencollective.com/netbootxyz/donate" }

root/donate.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
netboot.xyz: https://opencollective.com/netbootxyz/donate

0 commit comments

Comments
 (0)