Skip to content

Commit a981b13

Browse files
author
Halla Rempt
committed
Replace the section about createtarball
It doesn't work anymore... (cherry picked from commit 1fc185d68b85c09c560490c6662f796dd6bd442a)
1 parent ac4dd00 commit a981b13

File tree

1 file changed

+6
-25
lines changed

1 file changed

+6
-25
lines changed

untranslatable_pages/release_krita.rst

Lines changed: 6 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,8 @@ Update version in source code
4848
4. update the snapcraft.yaml file
4949
5. update the appstream screenshots
5050
6. update org.kde.krita.appdata.xml 's release tag in the BRANCH
51-
7. update create_tarball's config.ini
52-
8. update download_release_artifacts.sh
53-
9. update Android version (keep in mind that *all* Krita releases on Android are marked as Beta at the moment):
51+
7. update download_release_artifacts.sh
52+
8. update Android version (keep in mind that *all* Krita releases on Android are marked as Beta at the moment):
5453

5554
* packaging/android/apk/AndroidManifest.xml
5655
* packaging/android/apk/build.gradle
@@ -108,28 +107,10 @@ Create and push the tag
108107
Create the tarball
109108
~~~~~~~~~~~~~~~~~~
110109

111-
1. Go into the `./packaging/` folder, check that the version in 'config.ini' file reflects the right tag and version number. It should look like that:
112-
113-
.. code::
114-
115-
[krita]
116-
gitModule = yes
117-
gitTag = v4.2.9
118-
category = graphics
119-
mainmodule = branches/stable
120-
l10nmodule = krita
121-
version = 4.2.9
122-
translations= yes
123-
docs = no
124-
kde_release = no
125-
126-
2. Create the tarball:
127-
128-
.. code::
129-
130-
./create_tarball_kf5.rb -n -a krita
131-
132-
3. Check that created archive has 'po' folder and it actually has translations
110+
1. Get the tarball from gitlab: https://invent.kde.org/graphics/krita/-/tags
111+
2. Unpack the tarball
112+
3. Run build-tools/copy_po.py in the unpacked folder
113+
4. Package the tarball as .gz and .xz
133114

134115
4. Sign both tarballs:
135116

0 commit comments

Comments
 (0)