Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 380647 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- layman-1.1.1/layman/overlays/cvs.py       2009-01-12 18:15:39.000000000+0100
0
++ layman-1.1.1/layman/overlays/cvs.py       2009-01-12 18:26:51.000000000+0100
Lines 55-61 Link Here
55
        self.supported()
55
        self.supported()
56
        return self.cmd('cd "' + base + '" && CVSROOT="' + self.src + '" ' +
56
        return self.cmd('cd "' + base + '" && CVSROOT="' + self.src + '" ' +
57
                        self.binary + ' co -d "' + self.name
57
                        self.binary + ' co -P -d"' + self.name
58
                        + '" "' + self.subpath + '"' )
58
                        + '" "' + self.subpath + '"' )
59
    def sync(self, base):
59
    def sync(self, base):
Lines 64-70 Link Here
64
        self.supported()
64
        self.supported()
65
        return self.cmd('cd "' + path([base, self.name]) + '" && ' +
65
        return self.cmd('cd "' + path([base, self.name]) + '" && ' +
66
                        self.binary + ' update')
66
                        self.binary + ' update -P -d -C')
67
    def supported(self):
67
    def supported(self):
68
        '''Overlay type supported?'''
68
        '''Overlay type supported?'''

Return to bug 380647