tini.
This commit is contained in:
@@ -1,18 +1,10 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Copyright 2018 TUBITAK/UEKAE
|
||||
# Licensed under the GNU General Public License, version 2.
|
||||
# See the file http://www.gnu.org/copyleft/gpl.txt.
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import cmaketools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
# WorkDir = ""
|
||||
# NoStrip = "/"
|
||||
from pisi.actionsapi import cmaketools, pisitools
|
||||
|
||||
def setup():
|
||||
cmaketools.configure()
|
||||
@@ -23,8 +15,8 @@ def build():
|
||||
def install():
|
||||
pisitools.dobin("tini")
|
||||
pisitools.dobin("tini-static")
|
||||
|
||||
|
||||
# symlink docker-init (nice integration with docker)
|
||||
pisitools.dosym("/usr/bin/tini-static", "/usr/bin/docker-init")
|
||||
|
||||
|
||||
pisitools.dodoc("LICENSE", "README*", "VERSION")
|
||||
|
||||
@@ -8,17 +8,16 @@
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<License>MIT</License>
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>A tiny but valid `init` for containers </Summary>
|
||||
<Description>A tiny but valid `init` for containers </Description>
|
||||
<Archive sha1sum="27b7529ae87ea688e21d0a061b6d9299ff9362f6" type="targz">https://github.com/krallin/tini/archive/v0.18.0.tar.gz</Archive>
|
||||
<Summary>A tiny but valid `init` for containers.</Summary>
|
||||
<Description>All Tini does is spawn a single child (Tini is meant to be run in a container), and wait for it to exit all the while reaping zombies and performing signal forwarding.</Description>
|
||||
<Archive sha1sum="2245210bdd29faea02e566a192df4c7df702b264" type="targz">https://github.com/krallin/tini/archive/refs/tags/v0.19.0.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<!--Dependency versionFrom="1.10.3">golang</Dependency-->
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch level="1">tini-cmake-fixes.patch</Patch>
|
||||
<!-- <Patch level="1">tini-cmake-fixes.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -31,6 +30,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2023-03-18</Date>
|
||||
<Version>0.19.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>fury</Name>
|
||||
<Email>uglyside@yandex.ru</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-03-19</Date>
|
||||
<Version>0.18.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user