Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 688382 - dev-util/drone-1.2.1 version bump
Summary: dev-util/drone-1.2.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-20 11:55 UTC by Stefan Reimer
Modified: 2022-03-23 08:43 UTC (History)
0 users

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 Stefan Reimer 2019-06-20 11:55:00 UTC
I maintain a recent ebuild for the drone server in my overlay at:
https://git.zero-downtime.net/quark/quarks/src/branch/master/dev-util/drone

Happy to help / work to upstream.

Also while I was working on the ebuild I created a tools script to parse Go gomod depencies which might be useful to any Go Ebuild maintainer:
https://git.zero-downtime.net/quark/quarks/src/branch/master/scripts/parse_gomod.py



Reproducible: Always
Comment 1 Manuel Rüger (RETIRED) gentoo-dev 2019-11-23 10:43:34 UTC
Apologies for late reply here. If you are interested in maintaining, feel free to take over via proxy-maintainers.
Comment 2 Larry the Git Cow gentoo-dev 2022-03-23 06:27:28 UTC
The bug has been closed via the following commit(s):

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

commit 5774572bc167e50ef7a9c14f00ae1476435b0534
Author:     William Hubbs <williamh@gentoo.org>
AuthorDate: 2022-03-23 06:25:17 +0000
Commit:     William Hubbs <williamh@gentoo.org>
CommitDate: 2022-03-23 06:25:46 +0000

    dev-util/drone: add 2.11.1
    
    Closes: https://bugs.gentoo.org/781302
    Closes: https://bugs.gentoo.org/688382
    Closes: https://bugs.gentoo.org/679216
    Signed-off-by: William Hubbs <williamh@gentoo.org>

 dev-util/drone/Manifest            |  2 ++
 dev-util/drone/drone-2.11.1.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)
Comment 3 Stefan Reimer 2022-03-23 08:43:26 UTC
As an FYI as I moved on from drone personally:

I took a brief look at the commit and realized the ebuild claims drone is under the Apache 2.0 license, which is only true for the OSS restricted build.

https://github.com/harness/drone/blob/master/LICENSE
https://github.com/harness/drone/blob/master/BUILDING_OSS

But the ebuild does build the default / enterprise version by default as far as I can see.

Cheers