[Bug 1412879] Re: `legit` fails with trace right from the start on 14.04

2015-08-16 Thread anatoly techtonik
This is fixed upstream in Debian. How to make 0.1.1-4 appear in Ubuntu?

http://metadata.ftp-
master.debian.org/changelogs//main/l/legit/legit_0.1.1-4_changelog

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1412879

Title:
  `legit` fails with trace right from the start on 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/legit/+bug/1412879/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1412879] Re: `legit` fails with trace right from the start on 14.04

2015-05-03 Thread anatoly techtonik
It is weird that Ubuntu and Debian doesn't have upsteam / downstream bug
tracker integration and require people to waste their time twice to
forward the issues. Anyway, I am not using it anymore.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1412879

Title:
  `legit` fails with trace right from the start on 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/legit/+bug/1412879/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1412879] Re: `legit` fails with trace right from the start on 14.04

2015-05-03 Thread Jakukyo Friel
>> I suggest forwarding the bug to the Debian maintainer / bug tracker.

> How to do that?

Via the program `reportbug`.

Or manually via email: https://www.debian.org/Bugs/Reporting

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1412879

Title:
  `legit` fails with trace right from the start on 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/legit/+bug/1412879/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1412879] Re: `legit` fails with trace right from the start on 14.04

2015-01-21 Thread anatoly techtonik
> I suggest forwarding the bug to the Debian maintainer / bug tracker.

How to do that?

> Apart from that, since the PR/fix mentioned above has been merged in Git (but
> not released on pypi), you could install legit manually.

I'd better install from PyPI. Is there a plan to release there? It
might be needed for packaging too.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1412879

Title:
  `legit` fails with trace right from the start on 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/legit/+bug/1412879/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1412879] Re: `legit` fails with trace right from the start on 14.04

2015-01-20 Thread Daniel Hahler
The Debian/Ubuntu package has a patch already
(debian/patches/fix_import_args), but apparently it does not match the
version of clint (anymore):

Index: legit-0.1.1/legit/cli.py
===
--- legit-0.1.1.orig/legit/cli.py   2012-03-25 11:01:33.0 +0900
+++ legit-0.1.1/legit/cli.py2014-09-04 15:14:54.953516555 +0900
@@ -12,7 +12,7 @@
 from time import sleep
 
 import clint.resources
-from clint import args
+from clint import Args
 from clint.eng import join as eng_join
 from clint.textui import colored, puts, columns
 
@@ -21,6 +21,7 @@
 from .helpers import is_lin, is_osx, is_win
 from .scm import *
 
+args = Args()
 
 def black(s):
 if settings.allow_black_foreground:

I suggest forwarding the bug to the Debian maintainer / bug tracker.

Apart from that, since the PR/fix mentioned above has been merged in Git (but
not released on pypi), you could install legit manually.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1412879

Title:
  `legit` fails with trace right from the start on 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/legit/+bug/1412879/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1412879] Re: `legit` fails with trace right from the start on 14.04

2015-01-20 Thread Daniel Hahler
There's a fix at: https://github.com/kennethreitz/legit/pull/139

** Changed in: legit (Ubuntu)
   Status: New => Triaged

** Changed in: legit (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1412879

Title:
  `legit` fails with trace right from the start on 14.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/legit/+bug/1412879/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs