diff options
author | Unknwon <u@gogs.io> | 2015-09-09 12:42:24 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-09 12:42:24 -0400 |
commit | b75d0378cbbf0523963fd9bc749543244be7392b (patch) | |
tree | bcb201cf2fa6963ce23ad97465a42a120cdc0856 | |
parent | f432f1f41c8a6dafee9b94abe9dccc972a839f87 (diff) | |
download | gitea-b75d0378cbbf0523963fd9bc749543244be7392b.tar.gz gitea-b75d0378cbbf0523963fd9bc749543244be7392b.zip |
clean log
-rw-r--r-- | gogs.go | 2 | ||||
-rw-r--r-- | models/repo.go | 2 | ||||
-rw-r--r-- | templates/.VERSION | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.6.9.0907 Beta" +const APP_VER = "0.6.9.0909 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) diff --git a/models/repo.go b/models/repo.go index 62a8b9740d..a22c6e17a7 100644 --- a/models/repo.go +++ b/models/repo.go @@ -630,7 +630,7 @@ func initRepository(e Engine, repoPath string, u *User, repo *Repository, opts C } tmpDir := filepath.Join(os.TempDir(), "gogs-"+repo.Name+"-"+com.ToStr(time.Now().Nanosecond())) - fmt.Println(tmpDir) + // Initialize repository according to user's choice. if opts.AutoInit { os.MkdirAll(tmpDir, os.ModePerm) diff --git a/templates/.VERSION b/templates/.VERSION index 41e2b2e2da..105769c650 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.6.9.0907 Beta
\ No newline at end of file +0.6.9.0909 Beta
\ No newline at end of file |