Bug 223494 - sysutils/immortal: Update to 0.17.0
Summary: sysutils/immortal: Update to 0.17.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Jimmy Olgeni
URL: https://immortal.run
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-07 13:00 UTC by nbari
Modified: 2017-11-07 23:12 UTC (History)
1 user (show)

See Also:


Attachments
update immortal 0.17.0 patch (2.97 KB, patch)
2017-11-07 13:00 UTC, nbari
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nbari 2017-11-07 13:00:41 UTC
Created attachment 187823 [details]
update immortal 0.17.0 patch

* Cleaned tests (Dockerfile for linux)
* Created a Supervisor struct to handle better the supervise logic
* Give priority to environment `$HOME` instead of HomeDir from `user.Current()`
* Improved lint
* Print cmd name (not just PID) in the log when the process terminates [#29](https://github.com/immortal/immortal/pull/29), thanks @marko-turk
* Removed info.go (signal.Notify) from supervise.go
* Replaced lock/map with sync.Map in scandir.go
* Updated HandleSignal to use `GetParam` from violetear
Comment 1 Jimmy Olgeni freebsd_committer freebsd_triage 2017-11-07 22:52:18 UTC
Is it ok if GH_TUPLE for natcasesort and violetear doesn't match Gopkg.lock?
Comment 2 nbari 2017-11-07 22:56:43 UTC
Hi Jimmy, good catch, but fortunately there is no problem at all.
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-11-07 23:11:35 UTC
A commit references this bug:

Author: olgeni
Date: Tue Nov  7 23:09:44 UTC 2017
New revision: 453710
URL: https://svnweb.freebsd.org/changeset/ports/453710

Log:
  Update sysutils/immortal to version 0.17.0.

  PR:		223494
  Submitted by:	nbari@tequila.io (maintainer)

Changes:
  head/sysutils/immortal/Makefile
  head/sysutils/immortal/distinfo
Comment 4 Jimmy Olgeni freebsd_committer freebsd_triage 2017-11-07 23:12:37 UTC
Committed - thanks!