소스 검색

Merge branch 'master' of localhost:xiaoxiao/gogs4

Conflicts:
	.gitignore
Lunny Xiao 11 년 전
부모
커밋
c0649c861c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      serve.go

+ 3 - 0
serve.go

@@ -13,6 +13,7 @@ import (
 	"os/exec"
 	"strconv"
 	"strings"
+	"time"
 
 	"github.com/codegangsta/cli"
 	"github.com/gogits/gogs/modules/log"
@@ -205,6 +206,8 @@ func runServ(k *cli.Context) {
 		return
 	}
 
+	time.Sleep(time.Second)
+
 	// find push reference name
 	var t = "ok refs/heads/"
 	var i int