diff options
author | Unknown <joe2010xtmf@163.com> | 2014-05-28 00:06:31 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-05-28 00:06:31 -0400 |
commit | ff690fd9760e0cfb5ae9e49aecb7a201f7ca8304 (patch) | |
tree | 3e601c42e1fc8ff50df02bf04fb48680a031123e /conf | |
parent | bcfa78b8b559c638c40fa9d0c4ff08c6d8307e88 (diff) | |
download | gitea-ff690fd9760e0cfb5ae9e49aecb7a201f7ca8304.tar.gz gitea-ff690fd9760e0cfb5ae9e49aecb7a201f7ca8304.zip |
Fix #200, add VERSION to template files
Diffstat (limited to 'conf')
-rw-r--r-- | conf/README.md | 7 | ||||
-rw-r--r-- | conf/VERSION | 1 |
2 files changed, 7 insertions, 1 deletions
diff --git a/conf/README.md b/conf/README.md new file mode 100644 index 0000000000..96e0eb2210 --- /dev/null +++ b/conf/README.md @@ -0,0 +1,7 @@ +## NOTICE + +This directory only used for development, and us [go-bindata](https://github.com/jteeuwen/go-bindata) to store in memory for releases. + +To apply any change in this directory, install [go-bindata](https://github.com/jteeuwen/go-bindata), and then execute following command in root of source directory: + + $ go-bindata -ignore="\\.DS_Store|README.md" -o modules/bin/conf.go -pkg="bin" conf/...
\ No newline at end of file diff --git a/conf/VERSION b/conf/VERSION deleted file mode 100644 index c07dee8283..0000000000 --- a/conf/VERSION +++ /dev/null @@ -1 +0,0 @@ -0.3.6.0525 Alpha
\ No newline at end of file |