Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Sign code from Hudson

I'm not sure if this is the correct group for this.  If not please let me know which group I should post this on.

The Window Builder project is currently build on Google servers (I'm in the process of moving it to Eclipse Servers).  Until I get the code on the Eclipse Servers I wrote a Python script to optimize, sign, and deploy the code once it is on build.eclipse.org. I tried to run it from Hudson and got an error that it could not execute the sign code because the user was not in the correct group.

F1 2011-05-04 14:26:51,636 DEBUG signFiles(/home/data/httpd/download-staging.priv/tools/windowbuilder)
Traceback (most recent call last):
  File "StageDrop.py", line 320, in <module>
    main()
  File "StageDrop.py", line 54, in main
    signedDir = signZipFiles(signDir)
  File "StageDrop.py", line 223, in signZipFiles
    subprocess.check_call(['/usr/local/bin/sign', zipPath, 'nomail', 'signed'])
  File "/usr/lib64/python2.6/subprocess.py", line 457, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/usr/lib64/python2.6/subprocess.py", line 444, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib64/python2.6/subprocess.py", line 595, in __init__
    errread, errwrite)
  File "/usr/lib64/python2.6/subprocess.py", line 1106, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
Sending e-mails to: mrrussell@xxxxxxxxxx clayberg@xxxxxxxxxx

How do I get the code to sign the zip files from Hudson?
--
Mark R Russell
(724) 473-3140
Release Engineer
Google Pittsburgh



Back to the top