immortal: update to 0.21.0.
This commit is contained in:
parent
43d6f3e2c4
commit
76435cd046
2 changed files with 3 additions and 32 deletions
|
@ -1,29 +0,0 @@
|
||||||
--- daemon_test.go
|
|
||||||
+++ daemon_test.go
|
|
||||||
@@ -229,6 +229,7 @@ func TestHelperProcessSignalsUDOT(*testing.T) {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
+/*
|
|
||||||
func TestSignalsUDOT(t *testing.T) {
|
|
||||||
sdir, err := ioutil.TempDir("", "TestSignalsUDOT")
|
|
||||||
if err != nil {
|
|
||||||
@@ -464,6 +465,7 @@ func TestSignalsUDOT(t *testing.T) {
|
|
||||||
t.Fatal(err)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+*/
|
|
||||||
|
|
||||||
func TestDaemonNewEnvHOME(t *testing.T) {
|
|
||||||
cfg := &Config{}
|
|
||||||
--- daemon_test.go
|
|
||||||
+++ daemon_test.go
|
|
||||||
@@ -10,7 +10,7 @@ import (
|
|
||||||
"os/user"
|
|
||||||
"path/filepath"
|
|
||||||
"strings"
|
|
||||||
- "sync/atomic"
|
|
||||||
+ //"sync/atomic"
|
|
||||||
"testing"
|
|
||||||
"time"
|
|
||||||
)
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'immortal'
|
# Template file for 'immortal'
|
||||||
pkgname=immortal
|
pkgname=immortal
|
||||||
version=0.20.0
|
version=0.21.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/immortal/immortal
|
go_import_path=github.com/immortal/immortal
|
||||||
go_package="${go_import_path}/cmd/immortal ${go_import_path}/cmd/immortalctl ${go_import_path}/cmd/immortaldir"
|
go_package="${go_import_path}/cmd/immortal ${go_import_path}/cmd/immortalctl ${go_import_path}/cmd/immortaldir"
|
||||||
|
@ -13,7 +13,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://github.com/immortal/immortal"
|
homepage="https://github.com/immortal/immortal"
|
||||||
#changelog="https://raw.githubusercontent.com/immortal/immortal/master/CHANGELOG.md"
|
#changelog="https://raw.githubusercontent.com/immortal/immortal/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/immortal/immortal/archive/${version}.tar.gz"
|
distfiles="https://github.com/immortal/immortal/archive/${version}.tar.gz"
|
||||||
checksum=729c08265bcb93996215cc64af16155651f8355cd1c571077576d923740f0613
|
checksum=124c2428404f1f3b577d78392ec098f73a4d5bfc5a0bf1a5ccfd61a6729bd425
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
go test -v
|
go test -v
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue