MantisBT - Rosetta
View Issue Details
0000269Rosetta[All Projects] Bad Codingpublic2013-05-08 15:042013-05-08 19:41
smlewis 
weitzner 
normalminoralways
assignedopen 
 
 
get_rosetta.sh
get_rosetta.sh without curl installed
Feature Request, Confirmed As Bug
0000269: git get_rosetta.sh non-obviously depends on curl
get_rosetta.sh depends on curl. This is a problem only in that curl is differently distributed from wget. As best I can tell, Linux distros tend to wget and OSX to curl.

get_rosetta.sh should either: A) (preferably) seamlessly use wget instead of curl as necessary, or B) prompt the user to install curl (preferably by activating yum/apt itself)
No tags attached.
Issue History
2013-05-08 15:04smlewisNew Issue
2013-05-08 15:07smlewisNote Added: 0000286
2013-05-08 19:10SergeyNote Added: 0000291
2013-05-08 19:41SergeyAssigned To => weitzner
2013-05-08 19:41SergeyStatusnew => assigned

Notes
(0000286)
smlewis   
2013-05-08 15:07   
As an aside - the script handles the absence of git itself fairly well:

get_rosetta.sh: line 113: git: command not found
get_rosetta.sh: line 140: hash: git: not found
Can't clone! It's likely that git is not installed and/or you are cloning over SSH without SSH keys setup.
See https://help.github.com/articles/error-permission-denied-publickey [^] for instructions on how to setup SSH keys for GitHub.
(0000291)
Sergey   
2013-05-08 19:10   
My vote is for [A] way. I think Brian is responsible for this script, I will forward this to him.