Failure in building RSB
Chris Johns
chrisj at rtems.org
Wed Aug 10 06:24:09 UTC 2016
On 10/08/2016 14:00, xuelin.tian at qkmtech.com wrote:
> The original command "git: clone: git://git.rtems.org/rtems-tools.git"
> didn't work as I tried a couple of times.
This is just the logged output....
https://git.rtems.org/rtems-source-builder/tree/source-builder/sb/download.py#n464
... the command will be something else (see --trace below).
> But the command "git clone
> git://git.rtems.org/rtems-tools.git" worked fine.
Great.
> So, I want to alter
> the script, replace the original command with the command "git clone
> git://git.rtems.org/rtems-tools.git" to see whether it works. So, I need
> to know where to start.
I suggest you add --trace to the command line and review the low level
output in the log file.
The source is in source-builder/sb. The download protocols are handled
in download.py and the git.py module handles the low level git interface.
I think reviewing the git command in the low level trace is a better
first step than hacking the code.
Chris
More information about the users
mailing list