On 14/06/18 09:40, Chris Johns wrote:
On 14/6/18 5:34 pm, Christian Mauderer wrote:
Am 14.06.2018 um 09:31 schrieb Chris Johns:
On 14/6/18 4:27 pm, Sebastian Huber wrote:
Hello,

On 13/06/18 13:27, Christian Mauderer wrote:
OK. I'll have a look at all repos in the next few days where the
submodule is used and change the URL. I'll post a message to the mailing
lists as soon as it is done to inform the user that a "git submodule
sync" fixes the address.
since we have to change the URL anyway, would it be possible to rename this
repository from "rtems_waf" to "rtems-waf" similar to all other RTEMS 
repositories?

The name would have to be transformed into 'rtems_waf' in each submodule as:

   import rtems-waf

is not valid Python. Can git perform this type of transformation?

Chris

Hello Chris,

basically it's no problem to use a URL that doesn't have the same name
as the directory. You just have to use a

   git submodule add some-url target-path-name

So it's not really a problem. It only means that the one adding the
submodule to some new repo has to use the right target path.

This makes sense. I am OK with a name change for the repo as I like consistent
naming so if this can be made to work that would be good.

The README in the repo would need to be updated.

If you want the repo's name changed please let me know. I can update cgit's 
config.

I think it is not user friendly. I missed the point that the repository/directory name directly corresponds to a Python import directive.

--
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.hu...@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to