mbox

[pull,request,v2] Pull request for branch yem/pwclient

Message ID cover.1404238250.git.yann.morin.1998@free.fr
State Accepted
Headers show

Pull-request

git://ymorin.is-a-geek.org/patchwork yem/pwclient

Message

Yann E. MORIN July 1, 2014, 6:14 p.m. UTC
Hello All!

As I previously explained [0], it is not really convenient to use pwclient
when dealing with different projects hosted on different servers.

Here is an attempt to change the format of ~/.pwclientrc so it is easier
to manage such scatered-around projects.

Comments most welcome!

[0] https://lists.ozlabs.org/pipermail/patchwork/2014-June/001040.html

Changes v1 -> v2:
  - migrate an existing ~/.pwclientrc over to the new format, and save
    the old one as a backup.

Regards,
Yann E. MORIN.


The following changes since commit a51649320771b8abe7259c0812874c15cab0da18:

  urls: Fix django-1.6 change in password change views (2014-05-07 09:27:41 +0800)

are available in the git repository at:

  git://ymorin.is-a-geek.org/patchwork yem/pwclient

for you to fetch changes up to a53728609dbc3c7f0f0b862fa3c1ccd3c7169856:

  pwclient: add bash completion for project names (2014-07-01 19:56:01 +0200)

----------------------------------------------------------------
Yann E. MORIN (3):
      pwclient: rename variable CONFIG_FILES to be singular
      pwclient: accept more than one project in ~/.pwclientrc
      pwclient: add bash completion for project names

 apps/patchwork/bin/bash_completion | 29 ++++++++++++++++
 apps/patchwork/bin/pwclient        | 71 ++++++++++++++++++++++++++++++--------
 templates/patchwork/pwclientrc     | 16 ++++-----
 3 files changed, 93 insertions(+), 23 deletions(-)
 create mode 100644 apps/patchwork/bin/bash_completion

Comments

Yann E. MORIN July 3, 2014, 9:06 p.m. UTC | #1
Jeremy, All,

On 2014-07-01 20:14 +0200, Yann E. MORIN spake thusly:
> Here is an attempt to change the format of ~/.pwclientrc so it is easier
> to manage such scatered-around projects.

Does this new series address your concerns about the previous one?
Do you have additional comments?

Regards,
Yann E. MORIN.
Jeremy Kerr July 4, 2014, 1:13 a.m. UTC | #2
Hi Yann,

> On 2014-07-01 20:14 +0200, Yann E. MORIN spake thusly:
>> Here is an attempt to change the format of ~/.pwclientrc so it is easier
>> to manage such scatered-around projects.
> 
> Does this new series address your concerns about the previous one?
> Do you have additional comments?

This looks great, applied.

Thanks!


Jeremy
Yann E. MORIN July 4, 2014, 8:57 p.m. UTC | #3
Jeremy, All,

On 2014-07-04 09:13 +0800, Jeremy Kerr spake thusly:
> > On 2014-07-01 20:14 +0200, Yann E. MORIN spake thusly:
> >> Here is an attempt to change the format of ~/.pwclientrc so it is easier
> >> to manage such scatered-around projects.
> > 
> > Does this new series address your concerns about the previous one?
> > Do you have additional comments?
> 
> This looks great, applied.

Great, thank you! :-)

Now, I can switch back to using the upstream tools rather than my local
hacked tree! :-)

Regards,
Yann E. MORIN.