1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

Merge pull request #1187 from holta/calibre-3.32

Consider Calibre 3.32 if it installs cleanly on Raspbian Lite
This commit is contained in:
A Holt 2018-10-08 21:15:50 -04:00 committed by GitHub
commit cd22a8a5ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 5 deletions

View file

@ -20,10 +20,11 @@ calibre_sample_book: "Metamorphosis-jackson.epub"
calibre_src_url: "https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py"
calibre_deb_url: http://download.iiab.io/packages
# Must contain both packages for the pinned version, formatted as follows:
# calibre_3.31.0+dfsg-1_all.deb (25M, 2018-09-07)
# calibre-bin_3.31.0+dfsg-1_armhf.deb (747K, 2018-09-12)
calibre_deb_pin_version: 3.31.0+dfsg-1
# Must contain both packages, corresponding with variable value(s) below, for scripts/calibre-install-pinned-rpi.sh to run:
# calibre_3.32.0+dfsg-1_all.deb (25M, 2018-09-28)
# calibre-bin_3.32.0+dfsg-1_armhf.deb (707K, 2018-10-08) WORKS DESPITE BEING 11H EARLIER? FAILS: calibre-bin_3.32.0+dfsg-1+b1_armhf.deb (707K, 2018-10-08)
calibre_deb_pin_version: 3.32.0+dfsg-1
calibre_bin_deb_pin_version: 3.32.0+dfsg-1
# USE TO TEST debs.yml (RASPBIAN APPROACH!) ON DEBIAN 9.X: (now handled by calibre_via_debs in /opt/iiab/iiab/vars/*)
#calibre_debs_on_debian: True

View file

@ -43,7 +43,7 @@
timeout: "{{ download_timeout }}"
with_items:
- calibre_{{ calibre_deb_pin_version }}_all.deb
- calibre-bin_{{ calibre_deb_pin_version }}_armhf.deb
- calibre-bin_{{ calibre_bin_deb_pin_version }}_armhf.deb
when: is_rpi and internet_available
- name: Install/Upgrade both, to PINNED version {{ calibre_deb_pin_version }} while using additional .deb's from testing (rpi)