Account confirmers, Anti-spam team, canmove, Confirmed users, Bureaucrats and Sysops emeriti
4,083
edits
Line 39: | Line 39: | ||
As we have other solutions for setting the configuration defaults nowadays, the --enable-application line is the only one we really need out of there. | As we have other solutions for setting the configuration defaults nowadays, the --enable-application line is the only one we really need out of there. | ||
=== cvs checkout error with client.py === | |||
If you get the following error from client.py: | |||
Executing command: ['cvs', '-d', '/usr/local/cvsroot', '-q', 'checkout', '-P', '-r', 'HEAD', '-d', 'calendar', 'mozilla/calendar'] | |||
cvs checkout: cannot find module `mozilla/calendar' - ignored | |||
Traceback (most recent call last): | |||
File "client.py", line 149, in <module> | |||
do_cvs_checkout(CVS_DIRS, CVS_CO_TAG, options.cvsroot, options.cvs, '') | |||
File "client.py", line 71, in do_cvs_checkout | |||
cwd=os.path.join(topsrcdir, checkoutdir, parent)) | |||
File "client.py", line 45, in check_call_noisy | |||
check_call(cmd, *args, **kwargs) | |||
File "/usr/lib/python2.5/subprocess.py", line 462, in check_call | |||
raise CalledProcessError(retcode, cmd) | |||
subprocess.CalledProcessError: Command '['cvs', '-d', '/usr/local/cvsroot', '-q', 'checkout', '-P', '-r', 'HEAD', '-d', 'calendar', 'mozilla/calendar']' returned non-zero exit status 1 | |||
then it looks like your CVSROOT environment variable is set to '/usr/local/cvsroot', try unsetting it before calling client.py. |
edits