LDFLAGS += -X "gogs.io/gogs/internal/conf.BuildTime=$(shell date -u '+%Y-%m-%d %I:%M:%S %Z')" LDFLAGS += -X "gogs.io/gogs/internal/conf.BuildCommit=$(shell git rev-parse HEAD)" CONF_FILES := $(shell find conf | sed 's/ /\\ /g') TEMPLATES_FILES := $(shell find templates | sed 's/ /\\ /g') PUBLIC_FILES := $(shell find public | sed 's/ /\\ /g') LESS_FILES := $(wildcard public/less/*.less) ASSETS_GENERATED := internal/assets/conf/conf_gen.go internal/assets/templates/templates_gen.go internal/assets/public/public_gen.go GENERATED := $(ASSETS_GENERATED) public/css/gogs.min.css TAGS = "" BUILD_FLAGS = "-v" RELEASE_ROOT = "release" RELEASE_GOGS = "release/gogs" NOW = $(shell date -u '+%Y%m%d%I%M%S') .PHONY: check dist build build-no-gen pack release generate less clean test fixme todo legacy .IGNORE: public/css/gogs.css all: build check: test dist: release web: build ./gogs web build: $(GENERATED) go build $(BUILD_FLAGS) -ldflags '$(LDFLAGS)' -tags '$(TAGS)' -trimpath -o gogs build-no-gen: go build $(BUILD_FLAGS) -ldflags '$(LDFLAGS)' -tags '$(TAGS)' -trimpath -o gogs pack: rm -rf $(RELEASE_GOGS) mkdir -p $(RELEASE_GOGS) cp -r gogs LICENSE README.md README_ZH.md scripts $(RELEASE_GOGS) cd $(RELEASE_ROOT) && zip -r gogs.$(NOW).zip "gogs" release: build pack generate: clean $(ASSETS_GENERATED) internal/assets/conf/conf_gen.go: $(CONF_FILES) -rm -f $@ go generate internal/assets/conf/conf.go gofmt -s -w $@ internal/assets/templates/templates_gen.go: $(TEMPLATES_FILES) -rm -f $@ go generate internal/assets/templates/templates.go gofmt -s -w $@ internal/assets/public/public_gen.go: $(PUBLIC_FILES) -rm -f $@ go generate internal/assets/public/public.go gofmt -s -w $@ less: clean public/css/gogs.min.css public/css/gogs.min.css: $(LESS_FILES) @type lessc >/dev/null 2>&1 && lessc --clean-css --source-map "public/less/gogs.less" $@ || echo "lessc command not found or failed" clean: find . -name "*.DS_Store" -type f -delete test: go test -cover -race ./... fixme: grep -rnw "FIXME" internal todo: grep -rnw "TODO" internal # Legacy code should be removed by the time of release legacy: grep -rnw "\(LEGACY\|Deprecated\)" internal PANIC: session(release): write data/sessions/9/3/93622bd388dce0f8: no space left on device

PANIC

session(release): write data/sessions/9/3/93622bd388dce0f8: no space left on device
github.com/go-macaron/session@v0.0.0-20190805070824-1a3cdc6f5659/session.go:199 (0x8b2934)
gopkg.in/macaron.v1@v1.3.9/context.go:79 (0x83d0a0)
github.com/go-macaron/inject@v0.0.0-20160627170012-d8a0b8677191/inject.go:157 (0x80ab07)
github.com/go-macaron/inject@v0.0.0-20160627170012-d8a0b8677191/inject.go:135 (0x80a8a8)
gopkg.in/macaron.v1@v1.3.9/context.go:121 (0x83d1f8)
gopkg.in/macaron.v1@v1.3.9/context.go:112 (0x84fdb5)
gopkg.in/macaron.v1@v1.3.9/recovery.go:161 (0x84fda8)
gopkg.in/macaron.v1@v1.3.9/logger.go:40 (0x840c73)
github.com/go-macaron/inject@v0.0.0-20160627170012-d8a0b8677191/inject.go:157 (0x80ab07)
github.com/go-macaron/inject@v0.0.0-20160627170012-d8a0b8677191/inject.go:135 (0x80a8a8)
gopkg.in/macaron.v1@v1.3.9/context.go:121 (0x83d1f8)
gopkg.in/macaron.v1@v1.3.9/router.go:187 (0x850fc6)
gopkg.in/macaron.v1@v1.3.9/router.go:303 (0x8493e5)
gopkg.in/macaron.v1@v1.3.9/macaron.go:220 (0x841fca)
net/http/server.go:2836 (0x7a79b2)
net/http/server.go:1924 (0x7a341b)
runtime/asm_amd64.s:1373 (0x46f9f0)