Commit Graph

15 Commits

Author SHA1 Message Date
Jakob Ackermann 2e8b6fccce [misc] install_deps: fix apt install for aspell-or, aspell-te, aspell-ta
The specified versions were removed. use any latest version instead.

```
# in a node:10.19.0 container will all steps from install_deps.sh
#  executed -- except for the 'apt install' steps.
$ apt policy aspell-or aspell-te aspell-no aspell-ta
  aspell-or:
    Installed: (none)
    Candidate: 0.03-1-7
    Version table:
       0.03-1-7 1337
          500 http://deb.debian.org/debian unstable/main ...
       0.03-1-5 990
          990 http://deb.debian.org/debian stretch/main ...
       0.03-1-5 500
          500 http://archive.ubuntu.com/ubuntu bionic/universe ...
  aspell-te:
    Installed: (none)
    Candidate: 0.01-2-7
    Version table:
       0.01-2-7 1337
          500 http://deb.debian.org/debian unstable/main ...
       0.01-2-5 990
          990 http://deb.debian.org/debian stretch/main ...
       0.01-2-5 500
          500 http://archive.ubuntu.com/ubuntu bionic/universe ...
  aspell-no:
    Installed: (none)
    Candidate: 2.2-4
    Version table:
       2.2-4 1337
          500 http://deb.debian.org/debian unstable/main ...
       2.2-3 500
          500 http://archive.ubuntu.com/ubuntu bionic/universe ...
       2.2-2 990
          990 http://deb.debian.org/debian stretch/main ...
  aspell-ta:
    Installed: (none)
    Candidate: 20040424-1-3
    Version table:
       20040424-1-3 1337
          500 http://deb.debian.org/debian unstable/main ...
       20040424-1-1 990
          990 http://deb.debian.org/debian stretch/main ...
       20040424-1-1 500
          500 http://archive.ubuntu.com/ubuntu bionic/universe ...
```
2020-04-23 17:22:22 +02:00
Jakob Ackermann c660115d98 [misc] install_deps: download packages from a near-by mirror 2020-04-23 16:44:49 +02:00
mserranom 241e7d979f Bump to new debian version of ta 2020-04-01 13:15:27 +02:00
Jakob Ackermann 24270b3e78 [misc] update the build scripts to 1.3.5 2020-02-11 18:59:24 +01:00
Henry Oswald b9c3bf3f58 add missing aspell-sl lang 2019-04-23 13:47:11 +01:00
Christopher Hoskin 67f3cc7f31 Fix aspell-ta 2019-02-23 01:40:28 +00:00
Christopher Hoskin 49c9108788 Fix aspell or, te and no. Still need to fix ta 2019-02-21 10:15:23 +00:00
Christopher Hoskin 59c18c470d Clarify which dicts are from Ubuntu 2019-02-21 09:09:07 +00:00
Christopher Hoskin a708c347d4 Run gpg with no tty 2019-01-25 11:33:23 +00:00
Henry Oswald 37458ef655 add ss lang 2019-01-15 17:28:37 +00:00
Henry Oswald 4fb31e54c4 add pt dic 2019-01-15 17:07:32 +00:00
Henry Oswald e81ca6a5a3 add missing dictionarys 2019-01-15 16:48:07 +00:00
Henry Oswald de051ceebc make cache read and writeable 2018-10-04 10:42:43 +01:00
Henry Oswald 6d1f4db12e make cache dir 2018-10-04 10:15:32 +01:00
Henry Oswald aada9417ea dockerised for k8, update build scripts to 1.1.3 2018-05-22 12:26:36 +01:00