#271 ✓resolved
Judd Maltin

build.sh - wget creates directories that confuses build.sh

Reported by Judd Maltin | April 28th, 2011 @ 12:38 PM | in Rundeck 1.3 (closed)

Centos 5.5:

got the source from github.

ran

make

got:

unzip:  cannot find or open /home/jmaltin/src/rundeck/rundeck/build/dl/grails-1.2.0.zip, /home/jmaltin/src/rundeck/rundeck/build/dl/grails-1.2.0.zip.zip or /home/jmaltin/src/rundeck/rundeck/build/dl/grails-1.2.0.zip.ZIP.

really did have the file, in subfolders that wget created:

[15:06]  [root@qbmspocmgt ~]# locate grails-1.2.0.zip /home/jmaltin/src/rundeck/rundeck/build/dl/dist.codehaus.org/grails/grails-1.2.0.zip

[jmaltin@sporklover rundeck]$ wget --version
GNU Wget 1.11.4 Red Hat modified

Fixed it by calling wget with subfolders turned off '-nd' flag in wget:

[jmaltin@sporklove rundeck]$ diff build.sh*
10c10
<     GET="wget -N -nd"
---
>     GET="wget -N"

Comments and changes to this ticket

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

(DEPRECATED) Please use github issues for issue tracking at http://github.com/dtolabs/rundeck/issues

Shared Ticket Bins

People watching this ticket

Tags

Referenced by

Pages