jadonk / rowboat

Automatically exported from code.google.com/p/rowboat
0 stars 0 forks source link

Broken links on rowboat site #153

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Go here http://code.google.com/p/rowboat/wiki/Source
2. Follow steps to download the code
3. Get stuck trying to download the manifest file (any of them) with the repo 
script.

What is the expected output? What do you see instead?
The manifest file should be downloaded. An html header is delivered instead.

ubuntu@ubuntu:/media/LL/LINUXBUILD/WTH/rowboat-android$ repo init -u 
git://gitorious.org/rowboat/manifest.git -m rowboat-froyo.xml

/home/ubuntu/bin/repo: line 1: syntax error near unexpected token `newline'
/home/ubuntu/bin/repo: line 1: `<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 
2.0//EN">'

What version of the product are you using? On what operating system?
I'm using Ubuntu 11.10

Please provide any additional information below.

Original issue reported on code.google.com by ricca...@cinimodstudio.com on 10 Feb 2012 at 3:12

GoogleCodeExporter commented 9 years ago
Download the repo tool with this code:

$ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > repo
$ chmod a+x repo
$ sudo mv repo /usr/bin/repo

And now download the manifest file.

Original comment by nfga...@gmail.com on 19 Apr 2012 at 1:53