All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vikram Narayanan <vikram186@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] patman: Change the location of patman config file
Date: Wed, 13 Jun 2012 21:59:23 +0530	[thread overview]
Message-ID: <4FD8BFE3.1050500@gmail.com> (raw)
In-Reply-To: <CAPnjgZ26Gr59o-nNA2NM7a5eToziorUE3mU=EAD-=8B5v++siQ@mail.gmail.com>

Hello Wolfgang,

On 5/30/2012 11:04 AM, Simon Glass wrote:
>
>
> On Wed, May 23, 2012 at 11:58 AM, Vikram Narayanan <vikram186@gmail.com
> <mailto:vikram186@gmail.com>> wrote:
>
>     Move the config file from ~/.config/patman to ~/.patman as it is
>     more appropriate to have it there. Update the same in the README.
>
>     Signed-off-by: Vikram Narayanan <vikram186@gmail.com
>     <mailto:vikram186@gmail.com>>
>     Cc: Simon Glass <sjg at chromium.org <mailto:sjg@chromium.org>>
>     Cc: Wolfgang Denk <wd at denx.de <mailto:wd@denx.de>>
>
>
> Acked-by: Simon Glass <sjg at chromium.org <mailto:sjg@chromium.org>>

Can you please consider this patch series? Both are acked by Simon.
If you have any issues in taking this in, please let me know.

Thanks,
Vikram


>     ---
>       tools/patman/README      |    2 +-
>       tools/patman/settings.py |    2 +-
>       2 files changed, 2 insertions(+), 2 deletions(-)
>
>     diff --git a/tools/patman/README b/tools/patman/README
>     index 7ba9e80..1af8665 100644
>     --- a/tools/patman/README
>     +++ b/tools/patman/README
>     @@ -68,7 +68,7 @@ How to configure it
>       For most cases patman will locate and use the file 'doc/git-mailrc' in
>       your U-Boot directory. This contains most of the aliases you will
>     need.
>
>     -To add your own, create a file ~/.config/patman directory like this:
>     +To add your own, create a file ~/.patman like this:
>
>      >>>>
>       # patman alias file
>     diff --git a/tools/patman/settings.py b/tools/patman/settings.py
>     index 049c709..f980071 100644
>     --- a/tools/patman/settings.py
>     +++ b/tools/patman/settings.py
>     @@ -69,7 +69,7 @@ def Setup(config_fname=''):
>     """
>          settings = ConfigParser.SafeConfigParser()
>          if config_fname == '':
>     -        config_fname = '%s/.config/patman' % os.getenv('HOME')
>     +        config_fname = '%s/.patman' % os.getenv('HOME')
>          if config_fname:
>              settings.read(config_fname)
>
>     --
>     1.7.4.1
>
>
>

  reply	other threads:[~2012-06-13 16:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-23 18:57 [U-Boot] [PATCH 0/2] patman: Various fixes Vikram Narayanan
2012-05-23 18:58 ` [U-Boot] [PATCH 1/2] patman: Change the location of patman config file Vikram Narayanan
2012-05-30  5:34   ` Simon Glass
2012-06-13 16:29     ` Vikram Narayanan [this message]
2012-06-19 20:51   ` Wolfgang Denk
2012-05-23 19:01 ` [U-Boot] [PATCH 2/2] patman: Handle creation " Vikram Narayanan
2012-06-19 20:52   ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FD8BFE3.1050500@gmail.com \
    --to=vikram186@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.