~vila/tarmac/jenkaas

« back to all changes in this revision

Viewing changes to tarmac/bin/commands.py

  • Committer: Vincent Ladeuil
  • Date: 2016-07-21 12:23:19 UTC
  • Revision ID: vila+ols@canonical.com-20160721122319-dvcno6fmuxg3h817
Remove XXX, this was fixed ages ago.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
    def get_launchpad_object(self, filename=None, staging=False):
62
62
        '''Return a Launchpad object for making API requests.'''
63
 
        # XXX: rockstar - 2009 Dec 13 - Ideally, we should be using
64
 
        # Launchpad.login_with, but currently, it doesn't support the option of
65
 
        # putting the credentials file somewhere other than where the cache
66
 
        # goes, and that's kinda nasty (and a security issue according to
67
 
        # Kees).
68
63
        if not filename:
69
64
            filename = self.config.CREDENTIALS
70
65