Conversation
|
@technoweenie this does seem to work although compiling against master currently fails with the following error: |
|
Ah, those are for tests only, and don't need to be compiled as part of git lfs. You should be able to build with something like: I didn't see where the build happened exactly in the debian files. The If this is a big deal, I'm pretty sure we can rename |
|
So |
|
I'll see what I can do. The dh build system is not the most straightforward... Having said that building the package does run the tests, so I'm not sure whether that affects this. |
|
This is the code for dh-golang, which handles the compilation: http://anonscm.debian.org/cgit/collab-maint/dh-golang.git/tree/lib/Debian/Debhelper/Buildsystem/golang.pm |
|
Ah, I wonder if we can add the |
|
Handled in #383 |
We've changed how go dependencies are managed in Git LFS (#331). Hopefully the various build scripts still work ;) Two main differences:
script/bootstrapno longer symlinks the root dir into.vendor/src/github/git-lfs../git-lfs.go, notcmd/git-lfs/git-lfs.go.@ssgelm: I removed the symlinking from the debian package rules.
@jsh: Since the
script/debian-buildandscript/centos-buildboth usescript/bootstrap, I think they're good to go.