<p>When I just tried to do a commit today, I got the following error:</p>
<pre><code>kamailio $ git ci .
error: 'pkg/docker' does not have a commit checked out
fatal: updating files failed
</code></pre>
<p>It is related to the <code>pkg/docker</code> submodule referencing to kamailio/kamailio-ci.</p>
<p>Not sure if this is due to a new git version or something else, because I did commits in that folder a few days ago.</p>
<p>To get is sorted out, I did:</p>
<pre><code>kamailio $ git submodule update pkg/docker
Submodule path 'pkg/docker' not initialized
Maybe you want to use 'update --init'?

kamailio $ git submodule update --init pkg/docker
Submodule 'pkg/docker' (https://github.com/kamailio/kamailio-ci.git) registered for path 'pkg/docker'
Cloning into '/.../kamailio/pkg/docker'...
Submodule path 'pkg/docker': checked out 'b92a1c899b8c474afadd0cf29dd7cb4ea01a3466'
</code></pre>
<p>Then it worked to do the commit.</p>
<p>I wonder if this is going to break the process we were used with, specially the installation guidelines from GIT repo. Therefore I open this item to see if we really need the to have <code>pkg/docker</code> submodule, or better have the docker files directly in the repo. Other options to keep things sane and simple?</p>
<p>Git version:</p>
<pre><code>$ git --version
git version 2.22.0
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/2003?email_source=notifications&email_token=ABO7UZKQXXTMELOTSGXYYHTP6NOV5A5CNFSM4H65DR62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G54NORA">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZNG6OYDJ7QNKD5KF4DP6NOV5ANCNFSM4H65DR6Q">mute the thread</a>.<img src="https://github.com/notifications/beacon/ABO7UZKWCR6ZR5XTOXTAM5LP6NOV5A5CNFSM4H65DR62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G54NORA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/2003?email_source=notifications\u0026email_token=ABO7UZKQXXTMELOTSGXYYHTP6NOV5A5CNFSM4H65DR62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G54NORA",
"url": "https://github.com/kamailio/kamailio/issues/2003?email_source=notifications\u0026email_token=ABO7UZKQXXTMELOTSGXYYHTP6NOV5A5CNFSM4H65DR62YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G54NORA",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>