[RTEMS Project] #2420: RSB %source file fails

RTEMS trac trac at rtems.org
Mon Sep 14 12:45:40 UTC 2015


#2420: RSB %source file fails
--------------------+--------------------
 Reporter:  javi    |      Owner:
     Type:  defect  |     Status:  new
 Priority:  normal  |  Milestone:  4.11.1
Component:  RSB     |    Version:  4.10
 Severity:  normal  |   Keywords:
--------------------+--------------------
 It seems that the method for accessing an existing file repository both
 isn't covered much in the "manual", but it also fails to find it. Looking
 at the python code in download.py, it requires the format file:// to
 identify the local file protocol, but then tries to access the actual
 file/directory using that the entire url (including file://).

 This unfortunately fails and I'm not familiar enough with Python to
 correct this, although it appears that the "file://" part should be cut
 from the URL before calling the "return path.isdir(url)" in the
 _file_downloader function.

--
Ticket URL: <http://devel.rtems.org/ticket/2420>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list