forked from x/ContextOS
opt some
This commit is contained in:
parent
4489edf0c1
commit
afc1d821e8
1
Makefile
1
Makefile
@ -7,6 +7,7 @@ publish_ice = usr/publish/ice.$(shell go env GOOS).$(shell go env GOARCH)
|
||||
all: def
|
||||
@echo && date
|
||||
go build -v -o bin/ice.bin src/main.go src/version.go src/binpack.go && chmod u+x bin/ice.bin && ./bin/ice.sh restart
|
||||
rm ${publish_ice}; cp bin/ice.bin ${publish_ice}
|
||||
|
||||
def:
|
||||
@ [ -f src/version.go ] || echo "package main" > src/version.go
|
||||
|
2
go.mod
2
go.mod
@ -2,7 +2,7 @@ module shylinux.com/x/contexts
|
||||
|
||||
go 1.11
|
||||
|
||||
require shylinux.com/x/ice v0.7.7
|
||||
require shylinux.com/x/ice v0.8.0
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.3.6
|
||||
|
8
go.sum
8
go.sum
@ -5,11 +5,11 @@ shylinux.com/x/go-sql-mysql v0.0.1/go.mod h1:47OfAZK24HRJMy7dAu/jrksGCf9yzJaAUFw
|
||||
shylinux.com/x/golang-story v0.3.6 h1:3yMPRZK/bW9oaWquhlagJZq8LTLY3sQxrt+rvkSrGO4=
|
||||
shylinux.com/x/golang-story v0.3.6/go.mod h1:4nkJ5zyhNNC2ulPsf6WowneJ+axCw8eWMpsLwiQrvgg=
|
||||
shylinux.com/x/ice v0.7.6/go.mod h1:cnR4S2jWpPKuUsmnnul1gZCIZeuFeO17ieHbXmWjwpM=
|
||||
shylinux.com/x/ice v0.7.7 h1:rM7mREc4sZQi54p68pBdxP9yyGj139X9EFvJ6nv2A1Y=
|
||||
shylinux.com/x/ice v0.7.7/go.mod h1:IgRTxU8QmUXY+Kn2RGo45c1cKY8A8+gHZCuDxFvsfPs=
|
||||
shylinux.com/x/ice v0.8.0 h1:z138rS6bbFXiqSEAov/1p1kIqybeOkVOfNjHMw6UKdo=
|
||||
shylinux.com/x/ice v0.8.0/go.mod h1:QSlZY0+PY70vvU/DN98mkwNTiVH4Yk03JQMDg0cH2tw=
|
||||
shylinux.com/x/icebergs v1.0.3/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw=
|
||||
shylinux.com/x/icebergs v1.0.4 h1:ID9xOYkLagvlm8lgI9+lDAecekXZBVmVxHjri8u44jg=
|
||||
shylinux.com/x/icebergs v1.0.4/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw=
|
||||
shylinux.com/x/icebergs v1.0.7 h1:PUAh8o75wd/4L8B+kaPoqeCPbwM3iKiavibt3NJlhOM=
|
||||
shylinux.com/x/icebergs v1.0.7/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw=
|
||||
shylinux.com/x/linux-story v0.3.4 h1:1YHGOYac0vvzTNcJCT0bPYdImhuZMfM6JBec/DYzmS4=
|
||||
shylinux.com/x/linux-story v0.3.4/go.mod h1:Fj+ojz6nFPPzVGdiroS2LwvLTP7QaeVMRlfuGp/VbiE=
|
||||
shylinux.com/x/mysql-story v0.3.6 h1:uIdHEvNlHTOPfnfhA3zSfdYx+eyTu5Out62mXlOfGCY=
|
||||
|
@ -2,7 +2,7 @@ module shylinux.com/x/contexts
|
||||
|
||||
go 1.11
|
||||
|
||||
require shylinux.com/x/ice v0.7.8
|
||||
require shylinux.com/x/ice v0.8.0
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.3.6
|
||||
|
@ -2,7 +2,7 @@ module shylinux.com/x/contexts
|
||||
|
||||
go 1.11
|
||||
|
||||
require shylinux.com/x/ice v0.7.7
|
||||
require shylinux.com/x/ice v0.8.0
|
||||
|
||||
require (
|
||||
shylinux.com/x/golang-story v0.3.6
|
||||
|
@ -5,11 +5,11 @@ shylinux.com/x/go-sql-mysql v0.0.1/go.mod h1:47OfAZK24HRJMy7dAu/jrksGCf9yzJaAUFw
|
||||
shylinux.com/x/golang-story v0.3.6 h1:3yMPRZK/bW9oaWquhlagJZq8LTLY3sQxrt+rvkSrGO4=
|
||||
shylinux.com/x/golang-story v0.3.6/go.mod h1:4nkJ5zyhNNC2ulPsf6WowneJ+axCw8eWMpsLwiQrvgg=
|
||||
shylinux.com/x/ice v0.7.6/go.mod h1:cnR4S2jWpPKuUsmnnul1gZCIZeuFeO17ieHbXmWjwpM=
|
||||
shylinux.com/x/ice v0.7.7 h1:rM7mREc4sZQi54p68pBdxP9yyGj139X9EFvJ6nv2A1Y=
|
||||
shylinux.com/x/ice v0.7.7/go.mod h1:IgRTxU8QmUXY+Kn2RGo45c1cKY8A8+gHZCuDxFvsfPs=
|
||||
shylinux.com/x/ice v0.8.0 h1:z138rS6bbFXiqSEAov/1p1kIqybeOkVOfNjHMw6UKdo=
|
||||
shylinux.com/x/ice v0.8.0/go.mod h1:QSlZY0+PY70vvU/DN98mkwNTiVH4Yk03JQMDg0cH2tw=
|
||||
shylinux.com/x/icebergs v1.0.3/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw=
|
||||
shylinux.com/x/icebergs v1.0.4 h1:ID9xOYkLagvlm8lgI9+lDAecekXZBVmVxHjri8u44jg=
|
||||
shylinux.com/x/icebergs v1.0.4/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw=
|
||||
shylinux.com/x/icebergs v1.0.7 h1:PUAh8o75wd/4L8B+kaPoqeCPbwM3iKiavibt3NJlhOM=
|
||||
shylinux.com/x/icebergs v1.0.7/go.mod h1:1fRX95S0HcbeVk1emgtPugJPaR15xhGo3qNYxqIUgCw=
|
||||
shylinux.com/x/linux-story v0.3.4 h1:1YHGOYac0vvzTNcJCT0bPYdImhuZMfM6JBec/DYzmS4=
|
||||
shylinux.com/x/linux-story v0.3.4/go.mod h1:Fj+ojz6nFPPzVGdiroS2LwvLTP7QaeVMRlfuGp/VbiE=
|
||||
shylinux.com/x/mysql-story v0.3.6 h1:uIdHEvNlHTOPfnfhA3zSfdYx+eyTu5Out62mXlOfGCY=
|
||||
|
Loading…
x
Reference in New Issue
Block a user