summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-01-29 11:56:03 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-01-29 11:56:03 +0000
commitb529d81469144adbee35767b2f1297ac79982e89 (patch)
treedb71e0acbddec34e5dd2c408293fe7bae1816e2a
parent21cd6680eee14cb6ab89ff95d8ca2413833800c7 (diff)
downloadabuild-b529d81469144adbee35767b2f1297ac79982e89.tar.bz2
abuild-b529d81469144adbee35767b2f1297ac79982e89.tar.xz
abuild.conf: added PACKAGER
-rw-r--r--abuild.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/abuild.conf b/abuild.conf
index 428978f..f541085 100644
--- a/abuild.conf
+++ b/abuild.conf
@@ -18,3 +18,7 @@ USE_COLORS=1
# The package will be stored as $REPODEST/$repo/$pkgname-$pkgver-r$pkgrel.apk
# where $repo is the name of the parent directory of $startdir.
#REPODEST=/var/lib/packages/
+
+# PACKAGER is used to create new aports with 'abuild -n ...'
+#PACKAGER="Your Name <your@email.address>"
+