summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-16 17:45:00 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-16 17:45:00 -0700
commite3bf54f1619635f9e1e90bbabb611e9fa7a4bae7 (patch)
tree5355255be956b8f32980f313621f3b708071d722
parentcef7a1aae4205ebf4fbd8958f1f870ff69759edf (diff)
downloadchat-e3bf54f1619635f9e1e90bbabb611e9fa7a4bae7.tar.gz
chat-e3bf54f1619635f9e1e90bbabb611e9fa7a4bae7.tar.bz2
chat-e3bf54f1619635f9e1e90bbabb611e9fa7a4bae7.zip
fixing build
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2c6563bcf..e27362fdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@ npm-debug.log
bundle*.js
model/version.go
+model/version.go.bak
# Compiled Object files, Static and Dynamic libs (Shared Objects)
diff --git a/Makefile b/Makefile
index a6541b748..cf8410ef1 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
GOPATH ?= $(GOPATH:)
GOFLAGS ?= $(GOFLAGS:)
BUILD_NUMBER ?= $(BUILD_NUMBER:)
-BUILD_DATE=`date +'%y.%m.%d %H:%M:%S'`
+BUILD_DATE = $(shell date -u)
GO=$(GOPATH)/bin/godep go
ESLINT=node_modules/eslint/bin/eslint.js