Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Commit

Permalink
Version bump from 10.7.2 to 10.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Mar 16, 2018
1 parent 3b2e6b4 commit 73722ce
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ go test -v ./...
Run the `release.sh` script like so:

```
$ ./release.sh 10.7.2
$ ./release.sh 10.7.3
```

This will perform some checks, tag the repo, push the tag to github, which will then trigger travis-ci to run tests, and publish the new release.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ var (
logName = "public/logs/live_backing.log"
logPath = filepath.Join("generic-worker", "live_backing.log")

version = "10.7.2"
version = "10.7.3"
revision = "" // this is set during build with `-ldflags "-X main.revision=$(git rev-parse HEAD)"`
usage = `
generic-worker
Expand Down
2 changes: 1 addition & 1 deletion worker_types/nss-win2012r2-new/userdata
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Expand-ZIPFile -File "C:\nssm-2.24.zip" -Destination "C:\" -Url "http://www.nssm

# download generic-worker
md C:\generic-worker
$client.DownloadFile("https://github.com/taskcluster/generic-worker/releases/download/v10.7.2/generic-worker-windows-amd64.exe", "C:\generic-worker\generic-worker.exe")
$client.DownloadFile("https://github.com/taskcluster/generic-worker/releases/download/v10.7.3/generic-worker-windows-amd64.exe", "C:\generic-worker\generic-worker.exe")

# download livelog
$client.DownloadFile("https://github.com/taskcluster/livelog/releases/download/v1.1.0/livelog-windows-amd64.exe", "C:\generic-worker\livelog.exe")
Expand Down
2 changes: 1 addition & 1 deletion worker_types/nss-win2012r2/userdata
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Expand-ZIPFile -File "C:\nssm-2.24.zip" -Destination "C:\" -Url "http://www.nssm

# download generic-worker
md C:\generic-worker
$client.DownloadFile("https://github.com/taskcluster/generic-worker/releases/download/v10.7.2/generic-worker-windows-amd64.exe", "C:\generic-worker\generic-worker.exe")
$client.DownloadFile("https://github.com/taskcluster/generic-worker/releases/download/v10.7.3/generic-worker-windows-amd64.exe", "C:\generic-worker\generic-worker.exe")

# download livelog
$client.DownloadFile("https://github.com/taskcluster/livelog/releases/download/v1.1.0/livelog-windows-amd64.exe", "C:\generic-worker\livelog.exe")
Expand Down
2 changes: 1 addition & 1 deletion worker_types/win2012r2-cu/userdata
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Expand-ZIPFile -File "C:\nssm-2.24.zip" -Destination "C:\" -Url "http://www.nssm

# download generic-worker
md C:\generic-worker
$client.DownloadFile("https://github.com/taskcluster/generic-worker/releases/download/v10.7.2/generic-worker-windows-amd64.exe", "C:\generic-worker\generic-worker.exe")
$client.DownloadFile("https://github.com/taskcluster/generic-worker/releases/download/v10.7.3/generic-worker-windows-amd64.exe", "C:\generic-worker\generic-worker.exe")

# download livelog
$client.DownloadFile("https://github.com/taskcluster/livelog/releases/download/v1.1.0/livelog-windows-amd64.exe", "C:\generic-worker\livelog.exe")
Expand Down
2 changes: 1 addition & 1 deletion worker_types/win2012r2/userdata
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Expand-ZIPFile -File "C:\nssm-2.24.zip" -Destination "C:\" -Url "http://www.nssm

# download generic-worker
md C:\generic-worker
$client.DownloadFile("https://github.com/taskcluster/generic-worker/releases/download/v10.7.2/generic-worker-windows-amd64.exe", "C:\generic-worker\generic-worker.exe")
$client.DownloadFile("https://github.com/taskcluster/generic-worker/releases/download/v10.7.3/generic-worker-windows-amd64.exe", "C:\generic-worker\generic-worker.exe")

# download livelog
$client.DownloadFile("https://github.com/taskcluster/livelog/releases/download/v1.1.0/livelog-windows-amd64.exe", "C:\generic-worker\livelog.exe")
Expand Down
2 changes: 1 addition & 1 deletion worker_types/win2016/userdata
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Expand-ZIPFile -File "C:\nssm-2.24.zip" -Destination "C:\" -Url "http://www.nssm

# download generic-worker
md C:\generic-worker
$client.DownloadFile("https://github.com/taskcluster/generic-worker/releases/download/v10.7.2/generic-worker-windows-amd64.exe", "C:\generic-worker\generic-worker.exe")
$client.DownloadFile("https://github.com/taskcluster/generic-worker/releases/download/v10.7.3/generic-worker-windows-amd64.exe", "C:\generic-worker\generic-worker.exe")

# download livelog
$client.DownloadFile("https://github.com/taskcluster/livelog/releases/download/v1.1.0/livelog-windows-amd64.exe", "C:\generic-worker\livelog.exe")
Expand Down

0 comments on commit 73722ce

Please sign in to comment.