Commit Graph

1749 Commits

Author SHA1 Message Date
a62d741363 Bump undici from 5.28.2 to 5.28.4 in /actions/dl_deps_archive
Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.4.
- [Release notes](https://github.com/nodejs/undici/releases)
- [Commits](https://github.com/nodejs/undici/compare/v5.28.2...v5.28.4)

---
updated-dependencies:
- dependency-name: undici
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-12-22 11:30:27 +01:00
ce40d311f2 Merge pull request #797 from kiwix/flatpak-qt6
Flatpak uses qt6
2024-12-22 11:22:31 +01:00
ac254d2082 Flatpak uses qt6 2024-12-21 11:38:49 -07:00
f7027cbf96 Merge pull request #796 from kiwix/fix_trigger_workflow
Fix OS_NAME for Trigger_Docker job in CD
2024-12-20 09:05:43 +01:00
234dd5f096 Fix OS_NAME for Trigger_Docker job in CD
In commit 2321717, OS_NAME was introduced to build_definition
in order to support jammy + focal.
The Trigger_Docker job was not updated and was to expecting to run on OS_NAME=linux
for which there is now line anymore and thus no possibility to trigger
2024-12-20 07:35:03 +00:00
575a556412 Merge pull request #794 from kiwix/release-kiwix-desktop-2.4.1
Bump-up Kiwix-Desktop to version 2.4.1
r_74
2024-12-19 20:26:36 +01:00
a0f1202880 Bump-up Kiwix-Desktop to version 2.4.1 2024-12-19 19:15:00 +01:00
c23567a3f7 Merge pull request #793 from kiwix/fix-flathub
Fix compilation of Kiwix Desktop 2.4.0 on Flathub
2024-12-19 18:33:12 +01:00
525e4acc3b Include libmicrohttpd patches on Flathub compilation 2024-12-19 17:48:03 +01:00
d92ac512f9 Merge pull request #790 from kiwix/aria2c-1.37
Use aria2c 1.37.0 in kiwix-desktop appimage
2024-12-19 13:28:14 +01:00
57e2c518c2 Use aria2c 1.37.0 in kiwix-desktop appimage 2024-12-19 13:27:34 +01:00
656d65ea17 Merge pull request #789 from kiwix/aria2c-on-drive
Aria2c has to be stored on dev.kiwix.org
2024-12-18 17:29:36 +01:00
c8b2dd4fd8 Aria2c has to be stored on dev.kiwix.org 2024-12-18 15:17:39 +01:00
0109c8ced3 Merge pull request #787 from kiwix/fix_for_publishing_kiwix-desktop_sources
Fixed a bug in kiwix-desktop's source publishing step
2024-12-18 05:55:09 +01:00
a5a6ba1c52 Fixed kiwix-desktop Windows package name generation 2024-12-17 18:42:15 +04:00
4d838cf4de Fixed a bug in kiwix-desktop's source publishing step
The bug was there since 2018. It's strange that it didn't cause problems
with previous releases. The most plausible explanation is that this is
the first time when the sources of kiwix-desktop are being published
via this procedure.
2024-12-17 11:59:03 +04:00
b1b545a65b Properly appending '.zip' 2024-12-16 22:31:03 +01:00
ef54fd823e Merge pull request #786 from kiwix/kiwix-desktop-version-bump r_73 2024-12-16 19:35:58 +01:00
c61e4c27c5 Bumped version of kiwix-desktop to 2.4.0 2024-12-16 16:06:58 +04:00
d830f3171a Merge pull request #784 from kiwix/kiwix-desktop-2.4.0
Release Kiwix for Linux/Windows 2.4.0
2024-12-14 17:02:08 +01:00
4b750aa02e Release Kiwix for Linux/Windows 2.4.0 r_72 2024-12-14 16:37:04 +01:00
97d89e634c Merge pull request #781 from kiwix/dev_kiwix_org
Fix dev.kiwix.org URL for kiwix-build's own deps
2024-12-04 14:12:34 +01:00
2df3c0b5e2 Use dev.kiwix.org
download.kiwix.org/dev/ was deprecated long ago, using correct address
2024-12-03 15:01:46 +00:00
a14970bc43 Merge pull request #771 from kiwix/kiwix-desktop_jammy_appimage
Kiwix desktop jammy appimage
2024-12-02 20:21:57 +01:00
ff2ade262c Migrate kiwix-desktop appimage build to jammy 2024-12-02 11:50:46 +04:00
2321717c83 Added OS_NAME in build definition table for focal
Next we are going to have some CI/CD jobs running on jammy instead
of focal that's why the build platform for Linux jobs has to be made explicit.
2024-12-02 11:50:46 +04:00
c116685b21 kiwix-desktop appimage creation under jammy
- Switched from linuxdeployqt to (linuxdeploy + linuxdeploy-plugin-qt)

- Eliminated custom creation of the AppDir & most manual copying of
  some stuff into it (trusting linuxdeploy to do everything needed
  for the correct operation of the appimage). Note, however, that
  nss/ libs are no longer bundled with the appimage (libthai.so is
  forcefully bundled via a special option to linuxdeploy).
2024-12-02 11:50:46 +04:00
d0eeca32d1 Revert "libssl is embedded in the kiwix-desktop appimage"
This reverts commit dee57f131c.
2024-12-02 11:50:46 +04:00
83b45a013c Merge pull request #778 from kiwix/libcurl_toolless_build
Avoid building and installing curl executable
2024-11-26 14:38:10 +01:00
680ff58756 Don't install curl tool
We only need the libcurl library. Building and installing the curl tool
leads to a build failure under Windows because of a missing "strip"
utility.
2024-11-22 19:30:13 +01:00
8c3ba3f3cb Merge pull request #779 from kiwix/windows_builds_in_release_mode
Under Windows builds are forced to release mode
2024-11-22 19:29:05 +01:00
1c6994546c Under Windows builds are forced to release mode
base_deps_meta_version was bumped so that the base dependencies archives for CI
workflows are recreated (we need only the Windows flavours of the
archives updated but such surgical intervention is not supported).
2024-11-22 19:59:28 +04:00
6cb347c576 Merge pull request #775 from kiwix/fix-kiwix-desktop-zip
Fix kiwix desktop zip
2024-11-02 18:54:22 +01:00
c7a0d8c13b ZIP only the content of the directory 2024-10-31 17:10:39 +01:00
946a28da0e Add execution flag to package_kiwix-desktop_windows.py 2024-10-31 17:10:39 +01:00
63b59b7d16 Merge pull request #774 from kiwix/remove-bintray
Bintray is deprecated
2024-10-31 17:10:25 +01:00
2a25dbb22f Bintray is deprecated 2024-10-31 16:28:46 +01:00
374411e05a Merge pull request #773 from kiwix/small-readme-badge-fix
Fix CD badge
2024-10-31 16:05:25 +01:00
a50d782ab7 Fix CD badge 2024-10-31 16:04:51 +01:00
889e931a99 Merge pull request #772 from kiwix/unsync-ci-cd
Execute nightly at 3AM (in place of 1AM)
2024-10-31 15:43:25 +01:00
bcb16d34ef Execute nightly at 3AM (in place of 1AM) 2024-10-30 17:42:55 +01:00
022f657cd7 Merge pull request #769 from kiwix/speedup-sftp-via-better-cipher
Better comment about scp vs. sftp
2024-10-18 19:57:05 +02:00
d03837b47f Better comment about scp vs. sftp 2024-10-18 18:15:08 +02:00
ecd8f988cf Merge pull request #768 from kiwix/libkiwix-14.0.0-1
New libkiwix build due to bundled libcurl dep issue
r_71
2024-10-18 17:10:40 +02:00
bb0b86d9b8 New libkiwix build due to bundled libcurl dep issue 2024-10-18 14:40:48 +00:00
e1b6d1f1ce Merge pull request #767 from kiwix/rename-fix-cd-workflow
Using upload_failure_logs.py (not .sh)
2024-10-18 14:40:34 +02:00
e8a7924794 Use actions/setup-python@v5 2024-10-18 14:40:18 +02:00
0b8919d919 Use actions/checkout@v4 2024-10-18 14:40:18 +02:00
be5fe08dfc Stalebot is deprecated 2024-10-18 14:40:18 +02:00
7aba1ddcb9 FUNDING.yml is provide via .github repo 2024-10-18 14:40:18 +02:00