[pacman-dev] [PATCH] makepkg: Add documentation for the new SRCPKGDEST variable
Add SRCPKGDEST documentation to the makepkg.conf man page Signed-off-by: Nezmer <git@nezmer.info> --- doc/makepkg.conf.5.txt | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/doc/makepkg.conf.5.txt b/doc/makepkg.conf.5.txt index 704dccc..d8ee86b 100644 --- a/doc/makepkg.conf.5.txt +++ b/doc/makepkg.conf.5.txt @@ -171,6 +171,11 @@ Options in the current directory. Many people like to keep all source files in a central location for easy cleanup, so this path can be set here. +**SRCPKGDEST=**"/path/to/folder":: + If this value is not set, source package files will be stored in + PKGDEST. Many people like to keep all source package files in + a central location for easy cleanup, so this path can be set here. + **PACKAGER=**"John Doe <john@example.com>":: This value is used when querying a package to see who was the builder. It is recommended you change this to your name and email address. -- 1.6.6
On 01/20/2010 04:34 PM, Nezmer wrote:
Add SRCPKGDEST documentation to the makepkg.conf man page
Signed-off-by: Nezmer <git@nezmer.info> --- doc/makepkg.conf.5.txt | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
Looks good, but as I said in my last mail, it also needs to be documented in makepkg man page (Environment Variables paragraph). Should be fine to use the same wording as in [1], though. Thanks. [1] http://projects.archlinux.org/users/allan/pacman.git/commit/?h=working&id=1303c675db6a0e091461487d949347ae1faba6c5
On Thu, Jan 21, 2010 at 10:22:23PM +0100, Cedric Staniewski wrote:
On 01/20/2010 04:34 PM, Nezmer wrote:
Add SRCPKGDEST documentation to the makepkg.conf man page
Signed-off-by: Nezmer <git@nezmer.info> --- doc/makepkg.conf.5.txt | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
Looks good, but as I said in my last mail, it also needs to be documented in makepkg man page (Environment Variables paragraph). Should be fine to use the same wording as in [1], though. Thanks.
The commit you're referring to is not merged into master. Isn't better to wait for that or Dan is going to merge from Allan anyway?
On 22/01/10 23:41, Nezmer wrote:
On Thu, Jan 21, 2010 at 10:22:23PM +0100, Cedric Staniewski wrote:
On 01/20/2010 04:34 PM, Nezmer wrote:
Add SRCPKGDEST documentation to the makepkg.conf man page
Signed-off-by: Nezmer<git@nezmer.info> --- doc/makepkg.conf.5.txt | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
Looks good, but as I said in my last mail, it also needs to be documented in makepkg man page (Environment Variables paragraph). Should be fine to use the same wording as in [1], though. Thanks.
The commit you're referring to is not merged into master. Isn't better to wait for that or Dan is going to merge from Allan anyway?
That commit will be merged at some stage. The other option is I edit that commit to add the documentation to the makepkg man page. I don't care which... Allan
participants (4)
-
Allan McRae
-
Cedric Staniewski
-
Nezmer
-
Nezmer