On 21/06/2020 20.25, Bernie Innocenti wrote:
On 21/06/2020 18.01, Kenny Duffus wrote:
On Sunday, 21 June 2020 01:59:33 BST Ben Cooksley wrote:
With this i'm happy to confirm that the move from git.kde.org to
invent.kde.org is now complete, bringing with it a (successful) end to
Phase 1 of our migration to Gitlab.


Great, thanks to all of you who worked on this

I was arguing with a friend that the pace of development of KDE is accelerating thanks to various process and infrastructure improvements.

My friend believes that it hasn't changed. Perhaps my perception is affected by Nate's awesome weekly updates giving wider visibility to changes. Who knows?

If anyone is graphing things like commits, issues fixed, and other simple project health metrics, I'd be really curious to see if there are noticeable changes around major migrations such as Subversion -> git and Phabricator -> GitLab.

Jonathan Corbet might have developed some cool data mining scripts to help put together his periodic kernel statistics and his keynotes on the state of kernel development.

The difficulty with tracking KDE development is that it's pulverized into hundreds of repositories. I'd start by pulling all of them into the same local repo. Maybe like this?

  ALL_KDE_REPOS=plasma/discover plasma/kwin ...

  set -e
  git init kde-uberbaum
  cd kde-uberbaum
  for REEPO in ALL_KDE_REPOS; do
    echo "Merging $REPO..."
    git subtree add --prefix=$REPO kde:REPO
  done

(totally untested)

--
_ // Bernie Innocenti
\X/  https://codewiz.org/

Reply via email to