Skip to content

Commit 6f4f3b7

Browse files
authored
update package label to match 3.10 repo (#84)
update package label to match 3.10 repo
2 parents a47557f + ff03e91 commit 6f4f3b7

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pipeline {
112112
steps{
113113
script{
114114
env.EXT_RELEASE = sh(
115-
script: ''' curl -s http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/ |awk -F '(transmission-cli-|.apk)' '/transmission-cli.*.apk/ {print $2}' ''',
115+
script: ''' curl -s http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/ |awk -F '(transmission-cli-|.apk)' '/transmission-cli.*.apk/ {print $2}' ''',
116116
returnStdout: true).trim()
117117
env.RELEASE_LINK = 'custom_command'
118118
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
236236

237237
## Versions
238238

239+
* **04.10.19:** - Update package label.
239240
* **21.08.19:** - Add optional user/pass environment variables, fix transmission shut down if user/pass are set.
240241
* **19.07.19:** - Send SIGTERM in blocklist update to properly close pid.
241242
* **28.06.19:** - Rebasing to alpine 3.10.

jenkins-vars.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# jenkins variables
44
project_name: docker-transmission
55
external_type: na
6-
custom_version_command: "curl -s http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/ |awk -F '(transmission-cli-|.apk)' '/transmission-cli.*.apk/ {print $2}'"
6+
custom_version_command: "curl -s http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/ |awk -F '(transmission-cli-|.apk)' '/transmission-cli.*.apk/ {print $2}'"
77
release_type: stable
88
release_tag: latest
99
ls_branch: master

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ app_setup_block: |
8383
# changelog
8484
changelogs:
8585

86+
- { date: "04.10.19:", desc: "Update package label." }
8687
- { date: "21.08.19:", desc: "Add optional user/pass environment variables, fix transmission shut down if user/pass are set." }
8788
- { date: "19.07.19:", desc: "Send SIGTERM in blocklist update to properly close pid." }
8889
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }

0 commit comments

Comments
 (0)