Release 0.1
Closed, ResolvedPublic

Description

We'll want a first release of kube so we can get packaging rolling.

Steps required are:

  • Bump release version
  • Create release branch
  • Create release tag
  • Upload release tarball: ftp://upload.kde.org/README
  • Get metadata updated: https://phabricator.kde.org/source/sysadmin-repo-metadata/
    • A suitable place is probably: pim/extragear/
  • Announce release on release, packagers and pim mailinglist
  • Warn translators to not yet start translating released packages

We will need to release:

  • kasync
  • kimap2
  • kdav
  • sink
  • kube

See also: https://techbase.kde.org/ReleasingExtragearSoftware

kf5-kmime, kf5-messagelib, kf5-kirigami are already packaged for f25

kdav will normally be released with 17.04 as part of the applications release.

This is currently pending on a release of kasync, because if we remove kasync from the kf5 namespace we'll have to adjust the cmake files accordingly.

We will disable the dav resource and thus the kdav dependency for the first release.
kasync has been taken out of the kf5 namespace and can be released.

Tags are pushed, tarball uploads are pending: T5515

Tarballs are created and uploaded like this (sha256 for sysadmins):

$ git archive --format=tar.xz --prefix=kasync-0.1.0/ v0.1.0 > kasync-0.1.0.tar.xz
$ sha256sum kasync-0.1.0.tar.xz
    7cc451662fcf5c2f67cbebdeb03020  kasync-0.1.0.tar.xz
$curl -T kasync-0.1.0.tar.xz ftp://upload.kde.org/incoming/
cmollekopf closed subtask T5161: First KAsync release as Resolved.
cmollekopf closed this task as Resolved.
cmollekopf claimed this task.