summaryrefslogtreecommitdiff
path: root/doRelease.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-14 09:34:13 -0500
committerJeff Carr <[email protected]>2025-10-14 10:48:56 -0500
commitaa08cfcbe50a94898728ee53a685abfbd223a7e4 (patch)
tree0609c257a926796be1b1bcc9e3c91c6a07c6c367 /doRelease.go
parentf4858dd58ee07309692909c350e0675cc6226d7e (diff)
still house cleaning
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)