update golang-1.4.3 and rebuild docker close #391

This commit is contained in:
Ertuğrul Erata
2016-01-09 22:17:57 +02:00
parent f93fdc875c
commit 039578ab3e
3 changed files with 20 additions and 6 deletions
+3 -3
View File
@@ -9,7 +9,7 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
shelltools.export("GOROOT", "%s/go-go1.4.2" % get.workDIR())
shelltools.export("GOROOT", "%s/go-go1.4.3" % get.workDIR())
shelltools.export("GOBIN", "$GOROOT/bin")
shelltools.export("GOPATH", "%s" % get.workDIR())
shelltools.export("GOROOT_FINAL", "/usr/lib/go")
@@ -23,7 +23,7 @@ def build():
shelltools.cd("src")
shelltools.system("bash make.bash")
shelltools.cd("%s/go-go1.4.2" % get.workDIR())
shelltools.cd("%s/go-go1.4.3" % get.workDIR())
shelltools.system("$GOROOT/bin/go get -d golang.org/x/tools/cmd/godoc")
shelltools.system("$GOROOT/bin/go build -o $GOPATH/godoc golang.org/x/tools/cmd/godoc")
@@ -34,7 +34,7 @@ def build():
def install():
shelltools.cd("%s/go-go1.4.2" % get.workDIR())
shelltools.cd("%s/go-go1.4.3" % get.workDIR())
pisitools.dobin("bin/*")
pisitools.dodir("/usr/lib/go")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Compiler and tools for the Go programming language from Google</Summary>
<Description>Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.</Description>
<Archive sha1sum="7fad08fc0c884aa68f13d3cd82d3ad2aa1872368" type="targz">https://github.com/golang/go/archive/go1.4.2.tar.gz</Archive>
<Archive sha1sum="fc5b37f07357ad2672db4b893529d627b24e3889" type="targz">https://github.com/golang/go/archive/go1.4.3.tar.gz</Archive>
<BuildDependencies>
<Dependency>perl</Dependency>
<Dependency>gawk</Dependency>
@@ -41,6 +41,13 @@
</Package>
<History>
<Update release="4">
<Date>2016-01-09</Date>
<Version>1.4.3</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="3">
<Date>2015-04-17</Date>
<Version>1.4.2</Version>