Skip to content

Commit

Permalink
Add sign Release file in background
Browse files Browse the repository at this point in the history
  • Loading branch information
emli committed Feb 24, 2018
1 parent 1c9bc37 commit 033d2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apt/apt.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func Upload(w http.ResponseWriter, r *http.Request) {
log.Info(meta["Filename"] + " saved to apt repo by " + owner)
os.Rename(config.Storage.Path+md5, config.Storage.Path+header.Filename)
renameOldDebFiles()
generateReleaseFile()
go generateReleaseFile()
}
}

Expand Down

0 comments on commit 033d2b7

Please sign in to comment.