Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 795936 - sys-process/tini-0.19.0: bad GIT_COMMIT
Summary: sys-process/tini-0.19.0: bad GIT_COMMIT
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Zac Medico
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-14 11:12 UTC by Gabriel Linder
Modified: 2021-06-15 02:06 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gabriel Linder 2021-06-14 11:12:33 UTC
tini-0.18.0.ebuild has GIT_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662
tini-0.19.0.ebuild has GIT_COMMIT=fec3683b971d9c3ef73f284f176672c44b448662 too

docker info is not happy (but docker itself works fine):
init version: fec3683b971d9c3ef73f284f176672c44b448662 (expected: de40ad007797e0dcd8b7126f27bb87401d224240)

in the tini git repo:
$ git show fec3683b971d9c3ef73f284f176672c44b448662
commit fec3683b971d9c3ef73f284f176672c44b448662 (tag: v0.18.0)
$ git show de40ad007797e0dcd8b7126f27bb87401d224240
commit de40ad007797e0dcd8b7126f27bb87401d224240 (tag: v0.19.0)

so tini-0.19.0.ebuild should have GIT_COMMIT=de40ad007797e0dcd8b7126f27bb87401d224240
Comment 1 Georgy Yakovlev archtester gentoo-dev 2021-06-15 01:27:29 UTC
thanks for catching.

actual version downloaded is fine as we use tag to download, just commit embedded into source is wrong.
Comment 2 Larry the Git Cow gentoo-dev 2021-06-15 02:06:21 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfd0e02c8af07b421e9a5d622c97930e97e0516d

commit bfd0e02c8af07b421e9a5d622c97930e97e0516d
Author:     Georgy Yakovlev <gyakovlev@gentoo.org>
AuthorDate: 2021-06-15 02:03:37 +0000
Commit:     Georgy Yakovlev <gyakovlev@gentoo.org>
CommitDate: 2021-06-15 02:05:46 +0000

    sys-process/tini: revbump, specify correct GIT_COMMIT
    
    straight to stable, as tarball is the same, just the commit
    embedded into binary is wrong.
    
    Closes: https://bugs.gentoo.org/795936
    Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>

 sys-process/tini/tini-0.19.0-r1.ebuild | 66 ++++++++++++++++++++++++++++++++++
 1 file changed, 66 insertions(+)