From cb4c8e40fb5c8e48538ec49e5b7da1395c0ea635 Mon Sep 17 00:00:00 2001
From: Sertonix <sertonix@posteo.net>
Date: Tue, 8 Oct 2024 15:05:03 +0200
Subject: [PATCH] default.conf: move commented out options to abuild.conf

---
 abuild.conf.in | 3 +++
 default.conf   | 8 --------
 2 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/abuild.conf.in b/abuild.conf.in
index f12261cb..5db5a6ca 100644
--- a/abuild.conf.in
+++ b/abuild.conf.in
@@ -24,3 +24,6 @@
 
 # what to cleanup after a failed build
 #ERROR_CLEANUP="bldroot deps"
+
+# uncomment to prevent using global cache directories for Go and Cargo
+#MOVE_CACHES=1
diff --git a/default.conf b/default.conf
index 3bba6c4e..e4abe6b0 100644
--- a/default.conf
+++ b/default.conf
@@ -30,16 +30,8 @@ SRCDEST=/var/cache/distfiles
 # where $repo is the name of the parent directory of $startdir.
 REPODEST=$HOME/packages/
 
-# PACKAGER and MAINTAINER are used by newapkbuild when creating new aports for
-# the APKBUILD's "Contributor:" and "Maintainer:" comments, respectively.
-#PACKAGER="Your Name <your@email.address>"
-#MAINTAINER="$PACKAGER"
-
 # what to clean up after a successful build
 CLEANUP="srcdir bldroot pkgdir deps"
 
 # what to cleanup after a failed build
 ERROR_CLEANUP="bldroot deps"
-
-# uncomment to prevent using global cache directories for Go and Cargo
-#MOVE_CACHES=1
-- 
GitLab