summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-03-18 06:37:44 -0400
committerUnknwon <u@gogs.io>2015-03-18 06:37:44 -0400
commite6cf83b8c0202ca256ce1b5aaa26459aaaa6532a (patch)
treea64d8d45372a266650b4b3540d4d04c3418b0227 /conf
parentdeee2d5fa848106db3f00dcb33490dc9b5b61e29 (diff)
downloadgitea-e6cf83b8c0202ca256ce1b5aaa26459aaaa6532a.tar.gz
gitea-e6cf83b8c0202ca256ce1b5aaa26459aaaa6532a.zip
Put default config into binary
Diffstat (limited to 'conf')
-rw-r--r--conf/README7
-rw-r--r--conf/content/git-bare.zipbin9910 -> 0 bytes
2 files changed, 7 insertions, 0 deletions
diff --git a/conf/README b/conf/README
new file mode 100644
index 0000000000..e1e21f2031
--- /dev/null
+++ b/conf/README
@@ -0,0 +1,7 @@
+Execute following command in ROOT directory when anything is changed:
+
+$ go-bindata -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README" -pkg=bindata conf/...
+
+Add -debug flag to make life easier in development(somehow isn't working):
+
+$ go-bindata -debug -o=modules/bindata/bindata.go -ignore="\\.DS_Store|README" -pkg=bindata conf/... \ No newline at end of file
diff --git a/conf/content/git-bare.zip b/conf/content/git-bare.zip
deleted file mode 100644
index fde0a1f96e..0000000000
--- a/conf/content/git-bare.zip
+++ /dev/null
Binary files differ