<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    <br>
    You need to upload your public SSH keys to invent.kde.org (note it
    is a separate instance to gitlab's, took me a while to work that
    out).<br>
    <br>
    Regards,<br>
    <br>
    Ian<br>
    <br>
    <div class="moz-cite-prefix">On 20/05/2020 4:51 pm, Brendan Coupe
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CANGobv+nX6axbN6aAcubRoyOG4ReuTe8SqiQL0ed+YUaPMRy1Q@mail.gmail.com">
      <pre wrap="">git clone <a class="moz-txt-link-abbreviated" href="mailto:git@invent.kde.org:office/kmymoney.git">git@invent.kde.org:office/kmymoney.git</a>
/usr/local/src/kmm/kmymoney-2020.05.20-09.47.53-GIT-MASTER

Cloning into '/usr/local/src/kmm/kmymoney-2020.05.20-09.47.53-GIT-MASTER'...
<a class="moz-txt-link-abbreviated" href="mailto:git@invent.kde.org">git@invent.kde.org</a>: Permission denied (publickey).
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

----
Brendan Coupe


----
Brendan Coupe


On Wed, May 20, 2020 at 9:37 AM Jack <a class="moz-txt-link-rfc2396E" href="mailto:ostroffjh@users.sourceforge.net"><ostroffjh@users.sourceforge.net></a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">
On 2020.05.20 11:15, Brendan Coupe wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">My build scripts use the following command to get the source code:

git clone <a class="moz-txt-link-freetext" href="git://anongit.kde.org/kmymoney">git://anongit.kde.org/kmymoney</a> MASTER SourceDirPath

MASTER can also be 5.0 or 4.8

What do I need to change to make it work now?
</pre>
        </blockquote>
        <pre wrap="">I believe using    <a class="moz-txt-link-abbreviated" href="mailto:git@invent.kde.org:office/kmymoney.git">git@invent.kde.org:office/kmymoney.git</a>   instead of
your git:....  (You can get that by going to invent.kde.org and
searching for kmymoney.  Once you select the repository, there is a
clone button, which shows the new incantations.

</pre>
        <blockquote type="cite">
          <pre wrap="">

*----Brendan Coupe*


On Sat, May 16, 2020 at 10:30 PM Thomas Baumgart <a class="moz-txt-link-rfc2396E" href="mailto:thb@net-bembel.de"><thb@net-bembel.de></a>
wrote:

</pre>
          <blockquote type="cite">
            <pre wrap="">Hi,

On Sonntag, 17. Mai 2020 02:22:48 CEST Dawid Wrobel wrote:

</pre>
            <blockquote type="cite">
              <pre wrap="">Jack,

In my case it was enough to set the origin remote URL to the new
</pre>
            </blockquote>
          </blockquote>
          <pre wrap="">one:
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <pre wrap="">
 $ git remote --v
origin <a class="moz-txt-link-freetext" href="git://anongit.kde.org/kmymoney">git://anongit.kde.org/kmymoney</a> (fetch)
origin <a class="moz-txt-link-abbreviated" href="mailto:git@git.kde.org:kmymoney">git@git.kde.org:kmymoney</a> (push)

 $ git remote set-url origin
</pre>
            </blockquote>
          </blockquote>
          <pre wrap=""><a class="moz-txt-link-abbreviated" href="mailto:git@invent.kde.org:office/kmymoney.git">git@invent.kde.org:office/kmymoney.git</a>
</pre>
          <blockquote type="cite">
            <blockquote type="cite">
              <pre wrap="">
 $ git remote --v
origin <a class="moz-txt-link-abbreviated" href="mailto:git@invent.kde.org:office/kmymoney.git">git@invent.kde.org:office/kmymoney.git</a> (fetch)
origin <a class="moz-txt-link-abbreviated" href="mailto:git@invent.kde.org:office/kmymoney.git">git@invent.kde.org:office/kmymoney.git</a> (push)

 $ git pull
Already up to date.

I also had to add my SSH keys to my profile in GitLab, but other
</pre>
            </blockquote>
          </blockquote>
          <pre wrap="">than
</pre>
          <blockquote type="cite">
            <pre wrap="">that
</pre>
            <blockquote type="cite">
              <pre wrap="">it was fairly smooth.
</pre>
            </blockquote>
            <pre wrap="">
The scripts are contained in the sysadmin/repo-metadata repository.
</pre>
          </blockquote>
          <pre wrap="">Here's
</pre>
          <blockquote type="cite">
            <pre wrap="">what Ben
wrote on irc:

 23:47:10 <jzarl> how does one get git-kpull and git-kclone?
 23:49:46 <[ade]> jzarl: there was going to be information sent out
</pre>
          </blockquote>
          <pre wrap="">once
</pre>
          <blockquote type="cite">
            <pre wrap="">the migration was done, but I haven't seen any
 23:49:54 <bcooksley> clone sysadmin/repo-metadata
 23:49:56 <[ade]> have you tried looking on the wiki?
 23:50:05 <bcooksley> there should be a folder called git-utilities
</pre>
          </blockquote>
          <pre wrap="">in
</pre>
          <blockquote type="cite">
            <pre wrap="">there I think
 23:50:16 <bcooksley> but that in your $PATH
 23:50:22 <bcooksley> and make sure python3-yaml is installed on
</pre>
          </blockquote>
          <pre wrap="">your
</pre>
          <blockquote type="cite">
            <pre wrap="">system
 23:50:25 <bcooksley> then you should be good to go
 23:50:31 <[ade]> or listening to ben? that's often useful when
</pre>
          </blockquote>
          <pre wrap="">dealing
</pre>
          <blockquote type="cite">
            <pre wrap="">with sysadmin :)
 23:50:31 <bcooksley> still need to write all of that up

The scripts are basically doing what Dawid did above.

--

Regards

Thomas Baumgart

<a class="moz-txt-link-freetext" href="https://www.signal.org/">https://www.signal.org/</a>       Signal, the better WhatsApp
-------------------------------------------------------------
God is real... unless declared an integer
-------------------------------------------------------------

</pre>
          </blockquote>
          <pre wrap="">
</pre>
        </blockquote>
        <pre wrap="">
</pre>
      </blockquote>
    </blockquote>
    <br>
  </body>
</html>