[RTEMS Project] #2960: RSB: Reports modified Git version in case RSB is a Git submodule

RTEMS trac trac at rtems.org
Fri Sep 22 01:27:03 UTC 2017


#2960: RSB: Reports modified Git version in case RSB is a Git submodule
-----------------------------+--------------------------
 Reporter:  Sebastian Huber  |       Owner:  Chris Johns
     Type:  defect           |      Status:  new
 Priority:  normal           |   Milestone:  4.12.0
Component:  RSB              |     Version:
 Severity:  normal           |  Resolution:
 Keywords:                   |
-----------------------------+--------------------------

Comment (by Chris Johns):

 Replying to [comment:4 Sebastian Huber]:
 > I have no idea what repo.status() is supposed to do (especially the last
 elif part).

 The last `elif` part when there is a valid state picks of the content of a
 section of the `status` output. For example:
 {{{
 Untracked files:
   (use "git add <file>..." to include in what will be committed)

         x
 }}}

 The `_state` is selected and then the contents of the state are parsed and
 added to the state or a new state is selected.

--
Ticket URL: <http://devel.rtems.org/ticket/2960#comment:5>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list