Skip to content

Commit

Permalink
2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
driskell committed May 9, 2020
1 parent ff4c653 commit ebb13ce
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 94 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 2.0.6

*9th May 2020*

* Fix several issues when shutting down with outstanding payloads, to prevent
hanging forever

## 2.0.5

*18th February 2017*
Expand Down
12 changes: 12 additions & 0 deletions contrib/deb-systemd/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
log-courier (2.0.6-1) UNRELEASED; urgency=low

* Upgrade to v2.0.6

-- Jason Woods (Driskell) <[email protected]> Sat, 9 May 2020 00:00:00 +0100

log-courier (2.0.5-1) UNRELEASED; urgency=low

* Upgrade to v2.0.5

-- Jason Woods (Driskell) <[email protected]> Sat, 18 Feb 2017 00:00:00 +0100

log-courier (2.0.4-1) UNRELEASED; urgency=low

* Upgrade to v2.0.4
Expand Down
2 changes: 1 addition & 1 deletion contrib/deb-systemd/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: contrib/admin
Priority: optional
Standards-Version: 3.9.5
Maintainer: Jason Woods (Driskell) <[email protected]>
Build-Depends: debhelper (>= 9), dh-systemd, golang-1.5, git
Build-Depends: debhelper (>= 9), dh-systemd, golang, git

Package: log-courier
Architecture: any
Expand Down
4 changes: 2 additions & 2 deletions contrib/deb-systemd/rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ override_dh_auto_build:
mkdir -p _workspace/src/github.com/driskell
ln -nsf $$(pwd) _workspace/src/github.com/driskell/log-courier
cd "_workspace/src/github.com/driskell/log-courier"; \
GOPATH=$$(pwd)/_workspace PATH=$$PATH:/usr/lib/go-1.5/bin go generate . ./lc-admin; \
GOPATH=$$(pwd)/_workspace PATH=$$PATH:/usr/lib/go-1.5/bin go install . ./lc-admin ./lc-tlscert
GOPATH=$$(pwd)/_workspace PATH=$$PATH:/usr/lib/go/bin go generate . ./lc-admin; \
GOPATH=$$(pwd)/_workspace PATH=$$PATH:/usr/lib/go/bin go install . ./lc-admin ./lc-tlscert

override_dh_auto_test:
# Maybe tests in future
Expand Down
12 changes: 12 additions & 0 deletions contrib/deb-upstart/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
log-courier (2.0.6-1) UNRELEASED; urgency=low

* Upgrade to v2.0.6

-- Jason Woods (Driskell) <[email protected]> Sat, 9 May 2020 00:00:00 +0100

log-courier (2.0.5-1) UNRELEASED; urgency=low

* Upgrade to v2.0.5

-- Jason Woods (Driskell) <[email protected]> Sat, 18 Feb 2017 00:00:00 +0100

log-courier (2.0.4-1) UNRELEASED; urgency=low

* Upgrade to v2.0.4
Expand Down
2 changes: 1 addition & 1 deletion contrib/deb-upstart/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: contrib/admin
Priority: optional
Standards-Version: 3.9.5
Maintainer: Jason Woods (Driskell) <[email protected]>
Build-Depends: debhelper (>= 9), golang-1.5, git
Build-Depends: debhelper (>= 9), golang, git

Package: log-courier
Architecture: any
Expand Down
4 changes: 2 additions & 2 deletions contrib/deb-upstart/rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ override_dh_auto_build:
mkdir -p _workspace/src/github.com/driskell
ln -nsf $$(pwd) _workspace/src/github.com/driskell/log-courier
cd "_workspace/src/github.com/driskell/log-courier"; \
GOPATH=$$(pwd)/_workspace PATH=$$PATH:/usr/lib/go-1.5/bin go generate . ./lc-admin; \
GOPATH=$$(pwd)/_workspace PATH=$$PATH:/usr/lib/go-1.5/bin go install . ./lc-admin ./lc-tlscert
GOPATH=$$(pwd)/_workspace PATH=$$PATH:/usr/lib/go/bin go generate . ./lc-admin; \
GOPATH=$$(pwd)/_workspace PATH=$$PATH:/usr/lib/go/bin go install . ./lc-admin ./lc-tlscert

override_dh_auto_test:
# Maybe tests in future
Expand Down
82 changes: 0 additions & 82 deletions contrib/ppa_builder

This file was deleted.

13 changes: 7 additions & 6 deletions contrib/rpm/log-courier.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Summary: Log Courier
Name: log-courier
Version: 2.0.4
Version: 2.0.6
Release: 1%{dist}
License: Apache
Group: System Environment/Libraries
Expand All @@ -13,11 +13,6 @@ URL: https://github.com/driskell/log-courier
Source: https://github.com/driskell/log-courier/archive/v%{version}.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-root

# Get this from the great Jason Brooks:
# https://copr.fedorainfracloud.org/coprs/jasonbrooks/docker/package/golang/
# We could also get from a RedHat dev, but currently broken and leaking out 1.6:
# https://copr.fedorainfracloud.org/coprs/jcajka/golang1.5/package/golang/
# For RHEL6, 1.5.1 can be obtained from EPEL, but it is not available to RHEL7
BuildRequires: golang >= 1.5
BuildRequires: git

Expand Down Expand Up @@ -157,6 +152,12 @@ fi
%ghost %{_var}/lib/log-courier/.log-courier

%changelog
* Sat May 9 2020 Jason Woods <[email protected]> - 2.0.6-1
- Upgrade to 2.0.6

* Sat Feb 18 2017 Jason Woods <[email protected]> - 2.0.5-1
- Upgrade to 2.0.5

* Fri Jun 10 2016 Jason Woods <[email protected]> - 2.0.4-1
- Upgrade to 2.0.4

Expand Down

0 comments on commit ebb13ce

Please sign in to comment.