Kexi/Releases/Howto: Difference between revisions

From KDE Community Wiki
< Kexi‎ | Releases
No edit summary
Line 13: Line 13:
**KReport: project() and maybe REQUIRED_KPROPERTY_VERSION in kreport.git/CMakeLists.txt
**KReport: project() and maybe REQUIRED_KPROPERTY_VERSION in kreport.git/CMakeLists.txt
*Test Windows installer
*Test Windows installer
= Creating tarballs =
* TODO: explain 'releaseme'
* Upload *.tar.xz and *.tar.xz.sig files to ftp://upload.kde.org/incoming/
* Submit a KDE Sysadmin ticket for the download.kde.org department at https://sysadmin.kde.org/tickets/
** Title: Please publish KEXI and KEXI frameworks source files x.y.z
** Description:
<pre>
Dear Admin,
Please publish these tarballs and sig files from ftp://depot.kde.org/incoming/, thanks!
(Beta, RC: TARGET=unstable)
(Final: TARGET=stable)
kexi* -> $TARGET/kexi/src/
kdb* -> $TARGET/kdb/src/
kreport* -> $TARGET/kreport/src/
kproperty* -> $TARGET/kproperty/src/
Sums:
{sha256sum.txt}
</pre>


= Information updates =
= Information updates =

Revision as of 20:18, 15 January 2019

Maintainer of this section: Jstaniek (talk)

Before creating tarballs

  • Update version info in the source code:
    • KEXI: in kexi.git/cmake/modules/SetKexiVersionInfo.cmake
      • PROJECT_STABLE_VERSION_MAJOR
      • PROJECT_STABLE_VERSION_MINOR
      • KEXI_ALPHA/KEXI_BETA/KEXI_BETA/KEXI_RC
    • KEXI: in kexi.git/CMakeLists.txt
      • Maybe KEXI_FRAMEWORKS_MIN_VERSION
    • KDb: project() in kdb.git/CMakeLists.txt
    • KProperty: project() in kproperty.git/CMakeLists.txt
    • KReport: project() and maybe REQUIRED_KPROPERTY_VERSION in kreport.git/CMakeLists.txt
  • Test Windows installer

Creating tarballs

Dear Admin,
Please publish these tarballs and sig files from ftp://depot.kde.org/incoming/, thanks!

(Beta, RC: TARGET=unstable)
(Final: TARGET=stable)

kexi* -> $TARGET/kexi/src/
kdb* -> $TARGET/kdb/src/
kreport* -> $TARGET/kreport/src/
kproperty* -> $TARGET/kproperty/src/

Sums:
{sha256sum.txt}

Information updates