summaryrefslogtreecommitdiff
path: root/doRelease.go
diff options
context:
space:
mode:
Diffstat (limited to 'doRelease.go')
-rw-r--r--doRelease.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/doRelease.go b/doRelease.go
index 91908d1..dee1baf 100644
--- a/doRelease.go
+++ b/doRelease.go
@@ -108,7 +108,6 @@ func doRelease() (string, error) {
// Sign the file
log.Println("Signing with GPG key:", gpgKeyID)
- // distPath := "/home/mirrors/wit/dists/sid"
distPath := config.GetPanic("distPath")
// Create InRelease
cmdClearSign := exec.Command("gpg", "--default-key", gpgKeyID, "--clearsign", "-o", filepath.Join(distPath, "InRelease"), releasePath)