mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Temp hard-coding of Kolibri 0.17 Alpha 0, if Python >= 3.12
This commit is contained in:
parent
ddd09567e2
commit
2f4151ec2e
1 changed files with 6 additions and 0 deletions
|
@ -121,6 +121,12 @@
|
||||||
# codename: focal # UPDATE THIS TO 'jammy' AFTER "RasPiOS Bookworm" (based on Debian 12) IS RELEASED! (ETA Q3 2023)
|
# codename: focal # UPDATE THIS TO 'jammy' AFTER "RasPiOS Bookworm" (based on Debian 12) IS RELEASED! (ETA Q3 2023)
|
||||||
# when: is_debian or is_linuxmint_20
|
# when: is_debian or is_linuxmint_20
|
||||||
|
|
||||||
|
|
||||||
|
- 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-alpha0/kolibri_0.17.0a0-0ubuntu1_all.deb
|
||||||
|
when: python_version is version('3.12', '>=') # For Ubuntu 24.04, and pre-releases of 24.10, and Debian 13 (which still uses Python 3.11 for now!?) PLEASE SEE: learningequality/kolibri#11316
|
||||||
|
|
||||||
- name: apt install kolibri (using apt source specified above, if kolibri_deb_url ISN'T defined)
|
- name: apt install kolibri (using apt source specified above, if kolibri_deb_url ISN'T defined)
|
||||||
apt:
|
apt:
|
||||||
name: kolibri
|
name: kolibri
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue