<div dir="ltr">My build scripts use the following command to get the source code:<div><br></div><div>git clone git://<a href="http://anongit.kde.org/kmymoney">anongit.kde.org/kmymoney</a> MASTER SourceDirPath</div><div><br></div><div>MASTER can also be 5.0 or 4.8</div><div><br></div><div>What do I need to change to make it work now?<br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><b><span style="font-family:monospace"><span style="color:rgb(0,0,0)"><font size="1"><br></font></span></span></b></div><div dir="ltr"><b><span style="font-family:monospace"><span style="color:rgb(0,0,0)"><font size="1">----<br>Brendan Coupe</font></span></span></b><br></div></div></div></div></div></div></div></div></div></div></div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, May 16, 2020 at 10:30 PM Thomas Baumgart <<a href="mailto:thb@net-bembel.de">thb@net-bembel.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
On Sonntag, 17. Mai 2020 02:22:48 CEST Dawid Wrobel wrote:<br>
<br>
> Jack,<br>
> <br>
> In my case it was enough to set the origin remote URL to the new one:<br>
> <br>
>  $ git remote --v<br>
> origin git://<a href="http://anongit.kde.org/kmymoney" rel="noreferrer" target="_blank">anongit.kde.org/kmymoney</a> (fetch)<br>
> origin git@git.kde.org:kmymoney (push)<br>
> <br>
>  $ git remote set-url origin git@invent.kde.org:office/kmymoney.git<br>
> <br>
>  $ git remote --v<br>
> origin git@invent.kde.org:office/kmymoney.git (fetch)<br>
> origin git@invent.kde.org:office/kmymoney.git (push)<br>
> <br>
>  $ git pull<br>
> Already up to date.<br>
> <br>
> I also had to add my SSH keys to my profile in GitLab, but other than that<br>
> it was fairly smooth.<br>
<br>
The scripts are contained in the sysadmin/repo-metadata repository. Here's what Ben<br>
wrote on irc:<br>
<br>
 23:47:10 <jzarl> how does one get git-kpull and git-kclone?<br>
 23:49:46 <[ade]> jzarl: there was going to be information sent out once the migration was done, but I haven't seen any<br>
 23:49:54 <bcooksley> clone sysadmin/repo-metadata<br>
 23:49:56 <[ade]> have you tried looking on the wiki?<br>
 23:50:05 <bcooksley> there should be a folder called git-utilities in there I think<br>
 23:50:16 <bcooksley> but that in your $PATH<br>
 23:50:22 <bcooksley> and make sure python3-yaml is installed on your system<br>
 23:50:25 <bcooksley> then you should be good to go<br>
 23:50:31 <[ade]> or listening to ben? that's often useful when dealing with sysadmin :)<br>
 23:50:31 <bcooksley> still need to write all of that up<br>
<br>
The scripts are basically doing what Dawid did above.<br>
<br>
-- <br>
<br>
Regards<br>
<br>
Thomas Baumgart<br>
<br>
<a href="https://www.signal.org/" rel="noreferrer" target="_blank">https://www.signal.org/</a>       Signal, the better WhatsApp<br>
-------------------------------------------------------------<br>
God is real... unless declared an integer<br>
-------------------------------------------------------------<br>
</blockquote></div>