← Back to team overview

kicad-developers team mailing list archive

Git tags for 5.x.x-rc1 yet?

 

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.0    tracked
    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


Follow ups