Skip to content

Commit

Permalink
Kolibri 0.17.0 Beta 3 (if Python >= 3.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
holta authored Jul 16, 2024
1 parent e5ce5ca commit 89c3d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kolibri/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@

- name: '2024-06-25 TEMPORARY HACK: Hard code kolibri_deb_url to a Kolibri 0.17 pre-release, if Python >= 3.12 -- kolibri-proposed PPA should do this automatically in future!'
set_fact:
kolibri_deb_url: https://github.com/learningequality/kolibri/releases/download/v0.17.0-beta2/kolibri_0.17.0b2-0ubuntu1_all.deb
kolibri_deb_url: https://github.com/learningequality/kolibri/releases/download/v0.17.0-beta3/kolibri_0.17.0b3-0ubuntu1_all.deb
when: python_version is version('3.12', '>=') # For Ubuntu 24.04, and pre-releases of 24.10, and soon Debian 13 (which still uses Python 3.11 for now, but will likely start using Python 3.13 in coming months). Regarding PPA kolibri-proposed not quite being ready yet, see: learningequality/kolibri#11892 learningequality/kolibri#11316

- name: apt install kolibri (using apt source specified above, if kolibri_deb_url ISN'T defined)
Expand Down

0 comments on commit 89c3d78

Please sign in to comment.