Hey, What's a good way of downloading a bundle from felix?
This is what I'm trying to do: - get symbolicName from user - find bundle number (GET /system/console/bundles/.json and find matching symbolicName and get id) - find the bundle under launchpad/felix/bundle<bundle number>/version.0.0/bundle.jar Is there a better way of downloading (or getting) a bundle from felix? Thanks. Sam

