[Bug 903] New: autoproj/manifest not contains definition

http://bugs.orocos.org/show_bug.cgi?id=903

Summary: autoproj/manifest not contains definition
Product: Toolchain
Version: 2.4
Platform: All
OS/Version: GNU/Linux
Status: NEW
Severity: enhancement
Priority: P3
Component: Autoproj
AssignedTo: orocos-dev [..] ...
ReportedBy: antonio [dot] castellon [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

Dear all,

I used the sourcefiles (zip, bz2, gz) and when execute "autoproj build" command
appear the next error:

So, what do you want ? (all, ruby, os or none) [all]

in /media/DATA/orocos-toolchain-2.4.0/autoproj/manifest: the source
specification {:release=>nil} misses either the VCS type or an URL

I see the manifest and compare with another Orocos2.4 installed from bootstrap
script months ago and see that the difference is that the wrong "Manifest" file
contains the next lines (without comment lines):

package_sets:
- release

a difference to the correct manifest file:

package_sets:
- type: git
branch: toolchain-2.4
url: $GITORIOUS_ROOT/orocos-toolchain/autoproj.git
push_to: $GITORIOUS_PUSH_ROOT/orocos-toolchain/autoproj.git

layout:
- typelib
- utilrb
- utilmm
- log4cpp
- rtt
- rtt_typelib
- orogen
- ocl

Best regards,
Toni

[Bug 903] autoproj/manifest not contains definition