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
-
Greg Schueler April 29th, 2011 @ 10:44 AM
- Tag set to bug, build
- Milestone set to Rundeck 1.3
- Assigned user set to Greg Schueler
- Milestone order changed from 31 to 0
-
Deleted User April 29th, 2011 @ 02:19 PM
- State changed from new to resolved
(from [fd5a6623bd6b7a119f1cc14b4566658085d5bd75]) Add wget flag to not create subfolders [#271 state:resolved] https://github.com/dtolabs/rundeck/commit/fd5a6623bd6b7a119f1cc14b4...
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.
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
People watching this ticket
Referenced by
- 271 build.sh - wget creates directories that confuses build.sh (from [fd5a6623bd6b7a119f1cc14b4566658085d5bd75]) Add wge...