jhbuild r2675 - in trunk: . jhbuild/versioncontrol
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r2675 - in trunk: . jhbuild/versioncontrol
- Date: Tue, 27 Jan 2009 23:36:02 +0000 (UTC)
Author: fpeters
Date: Tue Jan 27 23:36:02 2009
New Revision: 2675
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2675&view=rev
Log:
* jhbuild/versioncontrol/cvs.py: revert the exception change
accidentally commited in last commit.
Modified:
trunk/ChangeLog
trunk/jhbuild/versioncontrol/cvs.py
Modified: trunk/jhbuild/versioncontrol/cvs.py
==============================================================================
--- trunk/jhbuild/versioncontrol/cvs.py (original)
+++ trunk/jhbuild/versioncontrol/cvs.py Tue Jan 27 23:36:02 2009
@@ -294,7 +294,7 @@
def checkout(self, buildscript):
if not inpath('cvs', os.environ['PATH'].split(os.pathsep)):
- raise RuntimeError(_('%s not found') % 'cvs')
+ raise CommandError(_('%s not found') % 'cvs')
if self.checkout_mode in ('clobber', 'export'):
self._wipedir(buildscript)
if self.checkout_mode == 'clobber':
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]