Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] committer shell rules seem to be preventing the release build from completing

Hi Folks,

When I try to do a release build (so that we can provide the p2/Platform folks with a new build of ECF filetransfer...that includes fix for this bug [1]), one of the remote commands (removing the old p2 repo) seems to now fail because of the new committer shell access rules...here's the output:

[ant] /opt/hudson/jobs/R-HEAD-sdk.feature/workspace/org.eclipse.ecf/framework/bundles/org.eclipse.ecf.remoteservice.rpc/src/org/eclipse/ecf/remoteservice/rpc/identity/RpcNamespace.java:64: warning - Tag @link: reference not found: RPCD
[ant] /opt/hudson/jobs/R-HEAD-sdk.feature/workspace/org.eclipse.ecf/framework/bundles/org.eclipse.ecf.remoteservice.rpc/src/org/eclipse/ecf/remoteservice/rpc/identity/RpcNamespace.java:64: warning - Tag @link: reference not found: RPCD
[ant] /opt/hudson/jobs/R-HEAD-sdk.feature/workspace/org.eclipse.ecf/framework/bundles/org.eclipse.ecf.remoteservice.rpc/src/org/eclipse/ecf/remoteservice/rpc/identity/RpcNamespace.java:64: warning - Tag @link: reference not found: RPCD
INFO:  [end org.eclipse.ecf:osgi.bundle$3.1.300.qualifier#create.javadoc]
[workspace] $ /bin/sh -xe /var/lib/tomcat-6/temp/hudson5746738229712500197.sh
+ ssh mkuppe@xxxxxxxxxxxxxxx 'rm -rf /home/data/httpd/download.eclipse.org/rt/ecf/3.5Test/site.p2'
Not allowed to do 'rm' at /usr/local/bin/committer_shell line 169.
Build step 'Execute shell' marked build as failure
Publishing Javadoc
Archiving artifacts
Recording fingerprints
Build did not succeed and the project is configured to only push after a successful build, so no pushing will occur.
Sending e-mails to: ecf-build@xxxxxxxxxxx
Finished: FAILURE

Any ideas on how to get this fixed so that release build can be completed successfully?

Thanks,

Scott


[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=297742




Back to the top