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

Merge pull request #1195 from holta/calibre-3.32

Clean roles/calibre/defaults/main.yml for Calibre 3.32
This commit is contained in:
A Holt 2018-10-09 00:16:03 -04:00 committed by GitHub
commit 7a72c8436f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,12 +19,14 @@ 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, 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_url: {{ iiab_download_url }} # http://download.iiab.io/packages
# Above URL must offer both .deb files below, corresponding with variable
# value(s) further 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
# PUBLISHED 11+ HRS BEFORE NON-WORKING calibre-bin_3.32.0+dfsg-1+b1_armhf.deb
calibre_deb_pin_version: 3.32.0+dfsg-1
calibre_bin_deb_pin_version: 3.32.0+dfsg-1
calibre_bin_deb_pin_version: "{{ calibre_deb_pin_version }}"
# 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