Hi all,

I'm working on building a copy of etcd for Jessie, as part of my work to get 
Kubernetes on my Jessie system (I saw the ITP, and would be happy to help if 
possible).  As part of this, I've been trying to build all of etcd's 
dependencies for Jessie as well.  I'm attempting to do this from their git 
repositories, so I can point an instance of Jenkins at the repositories and 
trigger builds automatically whenever there is an update.

I managed to get to golang-github-google-btree, but I can't get it to compile.  
Looking at its repository, I noticed it is missing the usual debian/* tag, and 
attempting to build master with git-buildpackage always fails as it can't find 
the go files.  Is there a push missing for this package to allow it to build?  
Or do I need to pass an argument to gbp to work with this repository?

Alternately, is this just not a supported method to build these packages?  
Would I be better off teaching Jenkins about Debian's archive format?  This 
seemed like a much more intensive approach, so I don't want to do this if I 
don't have too.

For reference, I've so far used the command:
git-buildpackage --git-ignore-branch --git-no-pristine-tar --git-export-dir=./
output-deb --git-builder='dpkg-buildpackage -rfakeroot -D -us -uc -i -I'
to build the other packages.  Each build happens in a Jessie Docker container.

Thanks,
-- 
Matthew

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Pkg-go-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-go-maintainers

Reply via email to