M gitsrht-shell/main.go => gitsrht-shell/main.go +0 -2
@@ 118,8 118,6 @@ func main() {
logger.Fatalf("Unable to parse command: %v", err)
}
- logger.Println("Running git.sr.ht shell")
-
// Make sure it's a git command that we're expecting
validCommands := []string{
"git-receive-pack", "git-upload-pack", "git-upload-archive",
M gitsrht-update-hook/post-update.go => gitsrht-update-hook/post-update.go +1 -0
@@ 272,4 272,5 @@ func postUpdate() {
logger.Printf("Executing stage 3 to record %d sync deliveries and make " +
"%d async deliveries", len(deliveries), len(dbinfo.AsyncWebhooks))
stage3.Start()
+ stage3.Process.Release()
}