Merge pull request #3256 from ertugerata/new_golang
go update, docker, runc and containerd rebuild
This commit is contained in:
@@ -32,6 +32,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2017-03-20</Date>
|
||||
<Version>20160717</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-07-23</Date>
|
||||
<Version>20160717</Version>
|
||||
|
||||
@@ -30,6 +30,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2017-03-20</Date>
|
||||
<Version>0.2.2</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-07-12</Date>
|
||||
<Version>0.2.2</Version>
|
||||
|
||||
@@ -61,6 +61,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2017-03-20</Date>
|
||||
<Version>1.11.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2016-08-28</Date>
|
||||
<Version>1.11.2</Version>
|
||||
@@ -97,4 +104,4 @@
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
@@ -30,6 +30,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2017-03-20</Date>
|
||||
<Version>0.1.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2016-07-13</Date>
|
||||
<Version>0.1.1</Version>
|
||||
|
||||
@@ -16,12 +16,12 @@ def build():
|
||||
shelltools.export("go_platform","linux-amd64")
|
||||
shelltools.export("go_linker","/lib/ld-linux-x86-64.so.2")
|
||||
|
||||
shelltools.export("GOROOT", "%s/go-go1.6.3" % get.workDIR()) #0
|
||||
shelltools.export("GOROOT", "%s/go-go1.7.5" % get.workDIR()) #0
|
||||
|
||||
shelltools.export("GOBIN", "$GOROOT/bin") #1
|
||||
shelltools.export("GOPATH", "%s" % get.workDIR())
|
||||
shelltools.export("GOROOT_FINAL", "/usr/lib/go")
|
||||
shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.6.3/go-linux-amd64-bootstrap" % get.workDIR()) #2
|
||||
shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.7.5/go-linux-amd64-bootstrap" % get.workDIR()) #2
|
||||
|
||||
shelltools.export("GOOS","linux")
|
||||
shelltools.export("GOARCH","amd64")
|
||||
@@ -42,10 +42,10 @@ def build():
|
||||
|
||||
def install():
|
||||
shelltools.export("GOROOT_FINAL", "/usr/lib/go")
|
||||
shelltools.cd("%s/go-go1.6.3" % get.workDIR())
|
||||
shelltools.cd("%s/go-go1.7.5" % get.workDIR())
|
||||
|
||||
pisitools.dodir("/usr/lib/go")
|
||||
shelltools.system("cp -rp api bin doc lib pkg src %s/usr/lib/go" % get.installDIR())
|
||||
shelltools.system("cp -r api bin doc lib pkg src %s/usr/lib/go" % get.installDIR())
|
||||
shelltools.system("chown -R root:root %s/usr" % get.installDIR())
|
||||
|
||||
pisitools.dosym("/usr/lib/go/bin/go", "/usr/bin/go")
|
||||
@@ -54,7 +54,7 @@ def install():
|
||||
pisitools.dosym("/usr/lib/go/doc", "/usr/share/doc/%s/doc" % get.srcNAME())
|
||||
pisitools.dosym("/usr/lib/go/api", "/usr/share/doc/%s/api" % get.srcNAME())
|
||||
|
||||
shelltools.system("cp -a misc %s/usr/lib/go" % get.installDIR())
|
||||
shelltools.system("cp -r misc %s/usr/lib/go" % get.installDIR())
|
||||
|
||||
pisitools.removeDir("/usr/lib/go/pkg/bootstrap")
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
<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="0a5716099d566f04d3951f1c7b88e1d439ca9f80" type="targz">https://github.com/golang/go/archive/go1.6.3.tar.gz</Archive>
|
||||
<Archive sha1sum="97058ade5ad63119f78aa5d1717b1ac26c9f5f7b" type="tarbz2" target="go-go1.6.3">https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap.tbz</Archive>
|
||||
<Archive sha1sum="f603ac63fe935df29cb15f4a9db62622c3ca3de0" type="targz">https://github.com/golang/go/archive/go1.7.5.tar.gz</Archive>
|
||||
<Archive sha1sum="97058ade5ad63119f78aa5d1717b1ac26c9f5f7b" type="tarbz2" target="go-go1.7.5">https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap.tbz</Archive>
|
||||
<!--BuildDependencies>
|
||||
<Dependency>perl</Dependency>
|
||||
<Dependency>gawk</Dependency>
|
||||
@@ -38,6 +38,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="5">
|
||||
<Date>2017-03-20</Date>
|
||||
<Version>1.7.5</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Ertuğrul Erata</Name>
|
||||
<Email>ertugrulerata@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="4">
|
||||
<Date>2016-08-06</Date>
|
||||
<Version>1.6.3</Version>
|
||||
|
||||
Reference in New Issue
Block a user