~edwargix/git.sr.ht

fb48e869bc5a5ea2c9ed094c4b2562f6910e7a8a — Drew DeVault 6 years ago 85fb9ec
gitsrht-update-hook: release stage 3 child
2 files changed, 1 insertions(+), 2 deletions(-)

M gitsrht-shell/main.go
M gitsrht-update-hook/post-update.go
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()
}