Thaodan (Björn Bidar)
- Login: Thaodan
- Registered on: 08/26/2020
- Last sign in: 08/28/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
08/31/2020
-
11:31 AM Ruby Bug #17132: vcs.rb doesn't detect git submodules as vcs
- >As I have never used git submodule, I can't get what "target thats inside a submodule" means.
> ...
It means that the target eg. the srcdir is in a git submodule.
It set it up like this:
``` shell
git init
git submodule add https...
08/28/2020
-
10:01 AM Ruby Bug #17132 (Feedback): vcs.rb doesn't detect git submodules as vcs
- Mostly a followup of #12239 as this was already about a similar use case.
When I run make-snapshot with a srcdir as target thats inside a submodule it doesn't detect it as vcs.
My command line and the output:
`~/dev/sailfish/jolla/p...