Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Nov 2023 19:33:21 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 274881] sysutils/py-director: Update to 0.5.0
Message-ID:  <bug-274881-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274881

            Bug ID: 274881
           Summary: sysutils/py-director: Update to 0.5.0
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://github.com/DtxdF/director/releases/tag/v0.5.0
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: DtxdF@disroot.org
 Attachment #246072 maintainer-approval+
             Flags:

Created attachment 246072
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D246072&action=
=3Dedit
py-director-0.5.0.patch

Description:

ChangeLog: https://github.com/DtxdF/director/releases/tag/v0.5.0

* `Improved`: machinery to avoid hanging sub-processes:
   - `Added`: `commands/timeout` to configuration.
   - Set `stdin` to `DEVNULL`.
   - Set `GIT_ASKPASS` to `true` to avoid hangings when authentication
     is required.
* `Added`: `mode` to the specification.
* `Added`: `owner` & `group` to the specification.
* `Added`: `umask` to the specification.
* Keep the old random name of a service (Random names do not persist
  after recreating the service, which can be inconvenient, so random
  names now persist if they are not removed from the Director file.).
* `Fixed`: `get_jail_name()` (`get_jail_name()` throw the ServiceNotFound
           exception even when the jail exist in either the current or the
           next YAML file.)
* `Added`: `down --ignore-services` option.
* `Fixed`: creating of device when it does not exist (`device` is created
           as a directory when it does not exist, but this check is only
           against directories, which is an incorrect assumption, since a
           file can be used.).
* `Changed`: default filesystem type to `<pseudofs>`.
* `Added`: support for pseudofs.

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 13.2-RELEASE, amd64, DOCS APPJAIL_STABLE tested)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-274881-7788>