Package Details: drone-git v3608-1

Git Clone URL: https://aur.archlinux.org/drone-git.git (read-only, click to copy)
Package Base: drone-git
Description: Drone is a Continuous Integration platform built on Docker, written in Go.
Upstream URL: http://github.com/drone/drone
Licenses: Apache 2
Conflicts: drone
Provides: drone
Submitter: confusedfla
Maintainer: flaccid
Last Packager: flaccid
Votes: 2
Popularity: 0.000000
First Submitted: 2014-10-26 01:10 (UTC)
Last Updated: 2019-10-21 07:36 (UTC)

Latest Comments

1 2 Next › Last »

flaccid commented on 2020-05-01 06:50 (UTC)

@AlexParkhomenko tried with https://github.com/flaccid/docker-arch-pkgbuild and was able to create the pkg ok. not sure your issue sorry - look for errros above.

AlexParkhomenko commented on 2020-04-27 11:41 (UTC)

drone-git/PKGBUILD: line 50: pushd: /src/github.com/drone/drone: No such file or directory

flaccid commented on 2019-10-21 07:37 (UTC)

@jonathanio fixed, thanks.

jonathanio commented on 2019-10-21 06:58 (UTC)

It looks like README.md was moved to .github/readme.md (including change of case) earlier this year, so this will no longer package (the build is successful however).

==> Starting package()... install: cannot stat 'drone/README.md': No such file or directory

Can you please update the step to point to the new README location?

flaccid commented on 2019-07-15 00:08 (UTC)

@awe00 have replicated. Definitely an upstream problem. Unfortunately the author of drone rejects any notion of using a dep manager so I recommend raising a github issue in the drone repo.

awe00 commented on 2019-03-06 19:11 (UTC) (edited on 2019-03-06 19:11 (UTC) by awe00)

I am having these errors:

# docker.io/go-docker
../../../docker.io/go-docker/service_create.go:128:47: error: argument 2 has incompatible type (cannot use type digest.Digest as type digest.Digest)
    img, err := reference.WithDigest(namedRef, dgst)
                                               ^
# github.com/drone/drone-runtime/engine/kube
../drone-runtime/engine/kube/kube.go:191:3: error: unknown field 'IncludeUninitialized' in 'v1.GetOptions'
   IncludeUninitialized: true,
   ^                                                     

flaccid commented on 2018-09-14 23:42 (UTC)

Strange because it exports its own GOPATH.

hashworks commented on 2018-09-14 14:12 (UTC)

This won't build if GOPATH contains multiple folders: GOPATH=/usr/local/go:/home/hashworks/Documents/Projects/Go

Setting a different GOPATH for the build works fine: GOPATH=/usr/local/go makepkg -sir

lpzantony commented on 2018-09-03 17:41 (UTC) (edited on 2018-09-03 17:42 (UTC) by lpzantony)

The error message @denis_oster got is the following :

==> Starting build()...
  -> building drone-server
/home/alarm/.cache/yay/drone-git/PKGBUILD: line 52: pushd: /src/github.com/drone/drone: No such file or directory
==> ERROR: A failure occurred in build().

And $GOPATH seems to be empty on line 52.

I tried replacing $GOPATH by $srcdir/go in line 52 since it is supposed to be its value but I get another error message :

==> Starting build()...
  -> building drone-server
can't load package: package github.com/drone/drone/cmd/drone-server: cannot find package "github.com/drone/drone/cmd/drone-server" in any of:
    /usr/lib/go/src/github.com/drone/drone/cmd/drone-server (from $GOROOT)
    /home/alarm/go/src/github.com/drone/drone/cmd/drone-server (from $GOPATH)
==> ERROR: A failure occurred in build().
    Aborting...

I'm running out of ideas for now

flaccid commented on 2018-08-25 03:40 (UTC)

I can't read russian, but I was unable to replicate the issue with: docker run -i -t --rm -v $(pwd):/usr/local/build/src flaccid/arch-makepkg