<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/go-git.git/src/all.bash, branch dev.inline</title>
<subtitle>github.com: golang/go
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/go-git.git/'/>
<entry>
<title>build: make nacl pass</title>
<updated>2014-05-20T16:10:19+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2014-05-20T16:10:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/go-git.git/commit/?id=0c2a727477908dc0adbfcb05baac34b4ba4fa309'/>
<id>0c2a727477908dc0adbfcb05baac34b4ba4fa309</id>
<content type='text'>
Add nacl.bash, the NaCl version of all.bash.
It's a separate script because it builds a variant of package syscall
with a large zip file embedded in it, containing all the input files
needed for tests.

Disable various tests new since the last round, mostly the ones using os/exec.

Fixes #7945.

LGTM=dave
R=golang-codereviews, remyoudompheng, dave, bradfitz
CC=golang-codereviews
https://golang.org/cl/100590044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add nacl.bash, the NaCl version of all.bash.
It's a separate script because it builds a variant of package syscall
with a large zip file embedded in it, containing all the input files
needed for tests.

Disable various tests new since the last round, mostly the ones using os/exec.

Fixes #7945.

LGTM=dave
R=golang-codereviews, remyoudompheng, dave, bradfitz
CC=golang-codereviews
https://golang.org/cl/100590044
</pre>
</div>
</content>
</entry>
<entry>
<title>build: restore PATH before "dist banner"</title>
<updated>2012-06-06T12:19:16+00:00</updated>
<author>
<name>Shenghou Ma</name>
<email>minux.ma@gmail.com</email>
</author>
<published>2012-06-06T12:19:16+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/go-git.git/commit/?id=81368d9bb9cc503df33d470785edc816a9086cd3'/>
<id>81368d9bb9cc503df33d470785edc816a9086cd3</id>
<content type='text'>
        Fixes #3699.

R=golang-dev, r, rsc
CC=golang-dev
https://golang.org/cl/6272048
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        Fixes #3699.

R=golang-dev, r, rsc
CC=golang-dev
https://golang.org/cl/6272048
</pre>
</div>
</content>
</entry>
<entry>
<title>build: run.bash no longer accepts --no-banner</title>
<updated>2012-04-09T17:49:49+00:00</updated>
<author>
<name>Shenghou Ma</name>
<email>minux.ma@gmail.com</email>
</author>
<published>2012-04-09T17:49:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/go-git.git/commit/?id=149983f13682ecd1cf19db3fb9a7788f614f1aa9'/>
<id>149983f13682ecd1cf19db3fb9a7788f614f1aa9</id>
<content type='text'>
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5986063
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5986063
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd/dist: cross-compiling fixes</title>
<updated>2012-02-14T03:31:51+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2012-02-14T03:31:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/go-git.git/commit/?id=7b848c69647c52d69127ccef79cc7d01c0ec02c6'/>
<id>7b848c69647c52d69127ccef79cc7d01c0ec02c6</id>
<content type='text'>
This CL makes it possible to run make.bash with
GOOS and GOARCH set to something other than
the native host GOOS and GOARCH.

As part of the CL, the tool directory moves from bin/tool/
to pkg/tool/goos_goarch where goos and goarch are
the values for the host system (running the build), not
the target.  pkg/ is not technically appropriate, but C objects
are there now tool (pkg/obj/) so this puts all the generated
binaries in one place (rm -rf $GOROOT/pkg cleans everything).
Including goos_goarch in the name allows different systems
to share a single $GOROOT on a shared file system.

Fixes #2920.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5645093
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This CL makes it possible to run make.bash with
GOOS and GOARCH set to something other than
the native host GOOS and GOARCH.

As part of the CL, the tool directory moves from bin/tool/
to pkg/tool/goos_goarch where goos and goarch are
the values for the host system (running the build), not
the target.  pkg/ is not technically appropriate, but C objects
are there now tool (pkg/obj/) so this puts all the generated
binaries in one place (rm -rf $GOROOT/pkg cleans everything).
Including goos_goarch in the name allows different systems
to share a single $GOROOT on a shared file system.

Fixes #2920.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5645093
</pre>
</div>
</content>
</entry>
<entry>
<title>build: use cmd/dist</title>
<updated>2012-02-04T05:54:08+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2012-02-04T05:54:08+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/go-git.git/commit/?id=829053686478c980b122bb7b255354f8c64ef0bd'/>
<id>829053686478c980b122bb7b255354f8c64ef0bd</id>
<content type='text'>
R=bradfitz, ality, r, r, iant, mikioh.mikioh
CC=golang-dev
https://golang.org/cl/5615058
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=bradfitz, ality, r, r, iant, mikioh.mikioh
CC=golang-dev
https://golang.org/cl/5615058
</pre>
</div>
</content>
</entry>
<entry>
<title>build: $GOBIN defaults to $GOROOT/bin</title>
<updated>2010-08-25T00:00:33+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-08-25T00:00:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/go-git.git/commit/?id=aafe474ec9af1e0e8677df3eac3ef2c92fb946e9'/>
<id>aafe474ec9af1e0e8677df3eac3ef2c92fb946e9</id>
<content type='text'>
R=r
CC=golang-dev
https://golang.org/cl/1982049
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=r
CC=golang-dev
https://golang.org/cl/1982049
</pre>
</div>
</content>
</entry>
<entry>
<title>build: no required environment variables</title>
<updated>2010-08-18T14:08:49+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-08-18T14:08:49+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/go-git.git/commit/?id=da392d9136b56b28d901aacf9fe79996bf729c65'/>
<id>da392d9136b56b28d901aacf9fe79996bf729c65</id>
<content type='text'>
R=adg, r, PeterGo
CC=golang-dev
https://golang.org/cl/1942044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=adg, r, PeterGo
CC=golang-dev
https://golang.org/cl/1942044
</pre>
</div>
</content>
</entry>
<entry>
<title>build script tweaks</title>
<updated>2010-04-01T02:48:33+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2010-04-01T02:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/go-git.git/commit/?id=69fd2a4ab74f1e11111f67a04ebd9cd4b31ea6d8'/>
<id>69fd2a4ab74f1e11111f67a04ebd9cd4b31ea6d8</id>
<content type='text'>
factor out environment variable checks.
infer $GOROOT etc during build if not set.
it's still necessary to set them for yourself
to use the standard Makefiles.

when running all.bash, don't recompile all the
go packages in run.bash, since make.bash already did.

R=r
CC=golang-dev
https://golang.org/cl/609042
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
factor out environment variable checks.
infer $GOROOT etc during build if not set.
it's still necessary to set them for yourself
to use the standard Makefiles.

when running all.bash, don't recompile all the
go packages in run.bash, since make.bash already did.

R=r
CC=golang-dev
https://golang.org/cl/609042
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove top-level (src/) Makefile.</title>
<updated>2010-01-25T08:09:46+00:00</updated>
<author>
<name>Christopher Wedgwood</name>
<email>cw@f00f.org</email>
</author>
<published>2010-01-25T08:09:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/go-git.git/commit/?id=34191d943bfe2530703b23e5ce3f936c26c3f80d'/>
<id>34191d943bfe2530703b23e5ce3f936c26c3f80d</id>
<content type='text'>
R=rsc, dho, r
CC=golang-dev
https://golang.org/cl/194045
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=rsc, dho, r
CC=golang-dev
https://golang.org/cl/194045
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a Makefile in place of all.bash. Update docs to reflect</title>
<updated>2009-12-11T20:48:55+00:00</updated>
<author>
<name>Devon H. O'Dell</name>
<email>devon.odell@gmail.com</email>
</author>
<published>2009-12-11T20:48:55+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/go-git.git/commit/?id=ddde7f6625318ce22b27ff729d8bdc527fcc16ff'/>
<id>ddde7f6625318ce22b27ff729d8bdc527fcc16ff</id>
<content type='text'>
this change.

R=rsc
CC=golang-dev
https://golang.org/cl/171048
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this change.

R=rsc
CC=golang-dev
https://golang.org/cl/171048
</pre>
</div>
</content>
</entry>
</feed>
