Browse Source

clean log

tags/v0.9.99
Unknwon 8 years ago
parent
commit
b75d0378cb
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      gogs.go
  2. 1
    1
      models/repo.go
  3. 1
    1
      templates/.VERSION

+ 1
- 1
gogs.go View File

@@ -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())

+ 1
- 1
models/repo.go View File

@@ -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)

+ 1
- 1
templates/.VERSION View File

@@ -1 +1 @@
0.6.9.0907 Beta
0.6.9.0909 Beta

Loading…
Cancel
Save