diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-29 11:56:03 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-01-29 11:56:03 +0000 |
commit | b529d81469144adbee35767b2f1297ac79982e89 (patch) | |
tree | db71e0acbddec34e5dd2c408293fe7bae1816e2a /abuild.conf | |
parent | 21cd6680eee14cb6ab89ff95d8ca2413833800c7 (diff) | |
download | abuild-b529d81469144adbee35767b2f1297ac79982e89.tar.bz2 abuild-b529d81469144adbee35767b2f1297ac79982e89.tar.xz |
abuild.conf: added PACKAGER
Diffstat (limited to 'abuild.conf')
-rw-r--r-- | abuild.conf | 4 |
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>" + |