Commit Graph

31 Commits

Author SHA1 Message Date
Steve Streeting
effc7bf12d Don't ignore source files named lfstest-*.go, only compiled binaries 2016-07-13 14:28:52 +01:00
Taylor Blau
05495b1f56 Merge pull request #1222 from zeldin/gccgo
Create Makefiles for building with gccgo
2016-07-07 10:43:37 -06:00
Taylor Blau
ce52008c78 gitignore: ignore lfstest-* files 2016-06-02 08:48:07 -06:00
Marcus Comstedt
9a8648c916 Create Makefile for building with gccgo 2016-05-18 14:54:53 +02:00
Steve Streeting
e970264f00 Use man content for `help <cmd>' and '<cmd> --help'
Call 'go generate ./commands' to create string entries from .ronns which
the cobra command can then use (added to the build scripts)
2015-09-14 17:26:57 +01:00
Andy Neff
ec50fd2ba2 Cleaned up multiple keys some 2015-07-31 16:40:23 -04:00
Andy Neff
183ad44953 Move the repos directory
Having the repos directory in the docker directory causes it to be
sent to the docker daemon every time, which is a complete waste.
Best solution was to move the repos dir out of dockers
2015-07-23 23:18:36 -04:00
Andy Neff
68b29afe52 Got Debian signing packages
I had 5 ways forward, I picked #6
1) don't sign. That's generally only acceptable for private packages
2) Make whomever edited the changelog last create signed .deb and .dsc.
   This seems like a pain for whomever is developing the packages
3) Change the changelog to a uid in the signing.key. I did not like
   taking credit away from whomever SHOULD be in the changelog
4) Have the distributing person add the changelog email address as
   an additional uid in their pgp key... this sounds like bad practice
   to me.
5) Build the .deb package, break it apart, manually sign, and re-
   archive. While possible, seemed prone to failure in corner
   cases down the road...
6) Use -p option of pgp to point to a script removing the the
   --local-user option that was forcing the .deb to be signed by
   the last developer of the changelog, not the person generating
   the distributions. This seemed best...

Does not handle the public key yet in Debian
2015-07-23 23:18:36 -04:00
Andy Neff
66f945540b Building debian 8 repo successfully 2015-07-23 23:18:35 -04:00
Andy Neff
a359dc3af6 First working draft of docker repository scripts working 2015-07-23 23:18:35 -04:00
Andy Neff
182ae63679 Simplified the SUDO variable out, since most people shouldn't need it 2015-07-12 05:37:38 +00:00
Mike McQuaid
b45aeef609 bootstrap: setup GOPATH if it isn't already set.
This variable is a bit of a mystery to non-Go developers and it's
unclear how you set it up properly. As a result, if it's not set let's
set everything up how Go likes it. Ignore the `src` directory that
we're creating now.

This will also help keep the Homebrew formula simpler.

Closes #388.
2015-07-03 10:21:52 +01:00
Andy Neff
4a71627779 RPMs for Centos 5/6/7
Currently uses the the internal golang linker, so
git-lfs has no build-id. The debug pacakges will
not work out of the box until this is fixed.
2015-05-28 23:34:18 -04:00
Rick Olson
67e13fa433 update scripts 2015-05-25 12:30:14 -06:00
Rick Olson
615b4d814e fix merge conflict 2015-05-21 14:13:57 -06:00
Rick Olson
98407dd3ca integration tests cleanup after themselves unless told not to 2015-05-21 10:27:40 -06:00
Rick Olson
667cde0c4f test/local is not used anymore 2015-05-18 13:45:35 -06:00
Rick Olson
b685624ca3 rename tests => test 2015-05-15 11:29:24 -06:00
Stephen Gelman
a5acd518f0 Add debian directory and gitignore temporary build files 2015-05-15 15:27:21 +00:00
Rick Olson
5fc4fde5fb initial crappy sh test 2015-05-14 11:56:05 -06:00
Rick Olson
e37b695477 rename hawser => git-lfs 2015-03-19 13:30:55 -06:00
Rick Olson
928000feab updating go import paths 2015-01-30 14:08:47 -05:00
rubyist
66463b66c6 go away .test artifacts 2014-06-03 14:36:26 -04:00
rubyist
2ab8c3d27e Merge branch 'master' into no-more-local-import-paths
Conflicts:
	.gitignore
2014-06-03 14:36:04 -04:00
rubyist
ff7bed01bd remove redundant clean up 2014-06-03 11:39:37 -04:00
Rick Olson
a01f633063 add script for building man files 2014-06-02 17:17:59 -06:00
rubyist
76b22cbaf4 stricter tests for decoding 2014-06-02 09:38:12 -06:00
rick
a3ad1a5d15 add a basic server for syncing 2014-06-02 09:33:51 -06:00
rick
27fd6ab2fe add gopack 2014-06-02 09:33:51 -06:00
risk danger olson
b8f7cb45b5 add script for benchmarking git-media on a full git repo's working dir 2014-06-02 09:33:10 -06:00
risk danger olson
4b9690c46e add script/build 2014-06-02 09:33:09 -06:00