Re: [Kicad-developers] Git tags for 5.x.x-rc1 yet?

2018-02-16 Thread Maciej Sumiński
Hi Clemens,

RC1 is not released/tagged yet, Wayne plans to do it this weekend [1].

Regards,
Orson

1. https://lists.launchpad.net/kicad-developers/msg33890.html

On 02/16/2018 12:04 PM, Clemens Koller wrote:
> Hi, There!
> 
> I am wondering if I am following the right git repository on github/launchpad 
> to do testing for V5 as there is no 5.0.0-rc1 or -testing tag.
> Do you, Wayne(?) keep the V5 stuff in your private repo or are they just not 
> out there, yet?
> 
> $ git remote show origin
> * remote origin
>   Fetch URL: https://git.launchpad.net/kicad
>   Push  URL: https://git.launchpad.net/kicad
>   HEAD branch: master
>   Remote branches:
> 4.0tracked
> master tracked
>   Local branch configured for 'git pull':
> master merges with remote master
>   Local ref configured for 'git push':
> master pushes to master (up to date)
> 
> $ git tag
> 4.0.0
> 4.0.0-rc1
> 4.0.0-rc2
> 4.0.1
> 4.0.2
> 4.0.3
> 4.0.4
> 4.0.5
> 4.0.6
> 4.0.7
> April-2010-release
> baseline
> copy-of-subversion-repo
> original_code
> patch_baseline
> pre-kiway
> review
> 
> $ git branch -a
> * master
>   remotes/origin/4.0
>   remotes/origin/HEAD -> origin/master
>   remotes/origin/master
> 
> Regards,
> 
> Clemens
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 




signature.asc
Description: OpenPGP digital signature
___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Git tags for 5.x.x-rc1 yet?

2018-02-16 Thread Clemens Koller
Thanks! Will wait. :-)

On 2018-02-16 12:07, Maciej Sumiński wrote:
> Hi Clemens,
> 
> RC1 is not released/tagged yet, Wayne plans to do it this weekend [1].
> 
> Regards,
> Orson
> 
> 1. https://lists.launchpad.net/kicad-developers/msg33890.html
> 
> On 02/16/2018 12:04 PM, Clemens Koller wrote:
>> Hi, There!
>>
>> I am wondering if I am following the right git repository on 
>> github/launchpad to do testing for V5 as there is no 5.0.0-rc1 or -testing 
>> tag.
>> Do you, Wayne(?) keep the V5 stuff in your private repo or are they just not 
>> out there, yet?
>>
>> $ git remote show origin
>> * remote origin
>>   Fetch URL: https://git.launchpad.net/kicad
>>   Push  URL: https://git.launchpad.net/kicad
>>   HEAD branch: master
>>   Remote branches:
>> 4.0tracked
>> master tracked
>>   Local branch configured for 'git pull':
>> master merges with remote master
>>   Local ref configured for 'git push':
>> master pushes to master (up to date)
>>
>> $ git tag
>> 4.0.0
>> 4.0.0-rc1
>> 4.0.0-rc2
>> 4.0.1
>> 4.0.2
>> 4.0.3
>> 4.0.4
>> 4.0.5
>> 4.0.6
>> 4.0.7
>> April-2010-release
>> baseline
>> copy-of-subversion-repo
>> original_code
>> patch_baseline
>> pre-kiway
>> review
>>
>> $ git branch -a
>> * master
>>   remotes/origin/4.0
>>   remotes/origin/HEAD -> origin/master
>>   remotes/origin/master
>>
>> Regards,
>>
>> Clemens
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>>
> 
> 
> 
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Git tags for 5.x.x-rc1 yet?

2018-02-16 Thread Wayne Stambaugh
I haven't created the 5.0 branch which will become rc1.  There are two
critical (segfault) bugs in the bug tracker that need to be fixed before
that can happen.  I was prepared to create the branch over the weekend
but the two bugs in question were just reported yesterday so it depends
how quickly we can get them resolved.  We are very close to the 5.0
branch and rc1 release.  I will make an announcement on the dev mailing
list when rc1 is tagged.

On 02/16/2018 06:04 AM, Clemens Koller wrote:
> Hi, There!
> 
> I am wondering if I am following the right git repository on github/launchpad 
> to do testing for V5 as there is no 5.0.0-rc1 or -testing tag.
> Do you, Wayne(?) keep the V5 stuff in your private repo or are they just not 
> out there, yet?
> 
> $ git remote show origin
> * remote origin
>   Fetch URL: https://git.launchpad.net/kicad
>   Push  URL: https://git.launchpad.net/kicad
>   HEAD branch: master
>   Remote branches:
> 4.0tracked
> master tracked
>   Local branch configured for 'git pull':
> master merges with remote master
>   Local ref configured for 'git push':
> master pushes to master (up to date)
> 
> $ git tag
> 4.0.0
> 4.0.0-rc1
> 4.0.0-rc2
> 4.0.1
> 4.0.2
> 4.0.3
> 4.0.4
> 4.0.5
> 4.0.6
> 4.0.7
> April-2010-release
> baseline
> copy-of-subversion-repo
> original_code
> patch_baseline
> pre-kiway
> review
> 
> $ git branch -a
> * master
>   remotes/origin/4.0
>   remotes/origin/HEAD -> origin/master
>   remotes/origin/master
> 
> Regards,
> 
> Clemens
> 
> ___
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp