Community
Participate
Working Groups
I'm logging in to dev.eclipse.org and starting promoteATF-I.sh script in my home directory (jpospycha user). Unfortunately script fails with: -bash: /usr/bin/wget: Permission denied So basically, this breaks ATF promotion process, so I'm setting as blocker. The failing command in the script is: wget --no-check-certificate "https://build.eclipse.org/hudson/job/cbi-atf-0.3-nightly/lastSuccessfulBuild/artifact/build/*zip*/build.zip" afaik this was recommended to Athena CBI users to get latestSuccessfulBuild from Hudson, to avoid problems with missing lastSuccessfulBuild links.
ah no! issue was that I'm logging on dev.eclipse.org. when going thru build.eclipse.org all is fine. Sorry!