greenbender

Results 4 comments of greenbender

Removed that `Revert "Changed URLs to be relative in .gitmodules"` commit. I have also implemented the copy master servers list from config change to minimize config locking.

At the moment the namespace is simply pre-pended to the mountpoint so in your example your might make the namespace "/upstream1" (yes a leading forward slash - thinking of making...

This can lead to compile issues. The following `SConscript` generates incorrect `CPPDEFINES` due to the `AppendUnique` "tuple-ification" issue mentioned above. ```bash $ cat SConscript env = Environment() env.Append(CPPDEFINES=['A']) env.Append(CPPDEFINES={'B': None})...

Sorry about the verbosity of this message. I have a solution for this issue that I use in my projects. I haven't made a pull request for this, however, I...