From 0f25e6190a2cdb53e6c16558a218a6dbae34489a Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Mon, 12 Oct 2009 16:47:47 +0200 Subject: app-portage/layman cvs update command needs to include -d or it dosn't checkout new directorys (#278807) http://bugs.gentoo.org/show_bug.cgi?id=278807 --- ChangeLog | 5 +++++ layman/overlays/cvs.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b8a476a..6b2ec8c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-10-12 Gunnar Wrobel + * layman/overlays/cvs.py (CvsOverlay.sync): app-portage/layman cvs + update command needs to include -d or it dosn't checkout new + directorys (#278807) + http://bugs.gentoo.org/show_bug.cgi?id=278807 + * doc/layman.8.xml: Old layman path in new documentation (#271457) http://bugs.gentoo.org/show_bug.cgi?id=271457 diff --git a/layman/overlays/cvs.py b/layman/overlays/cvs.py index 096dfea..d9710de 100644 --- a/layman/overlays/cvs.py +++ b/layman/overlays/cvs.py @@ -74,7 +74,7 @@ class CvsOverlay(Overlay): quiet_option = '' return self.cmd('cd "' + path([base, self.name]) + '" && ' + - self.binary + quiet_option + ' update') + self.binary + quiet_option + ' update -d') def supported(self): '''Overlay type supported?''' -- cgit v1.2.3-1-g7c22