Page MenuHomePhabricator

Update Huggle's developer .ova image
Closed, ResolvedPublic

Description

It's been more than a year since we released last one, we should upgrade the OS behind it and update the repositories as well.

  • Update OS
  • Update repos
  • Upload to EU server
  • Upload to Wikimedia Cloud

Event Timeline

Petrb triaged this task as Low priority.Jul 30 2018, 8:42 PM
Petrb created this task.

Thread necromancy as I dig through old open tasks on a Sunday afternoon. :/

Now I need to figure out how to update these paths with https://petr.insw.cz/huggle/huggle.ova

This content is in an instance in the download project that was created via T177293: Create a general-purpose labs download server for big files. If you tell me where the canonical file is I can copy it there.

This is the /data/project/huggle/www/static/huggle.ova file.

$ ssh download-01.download.eqiad.wmflabs
$ cd /tmp
$ wget https://petr.insw.cz/huggle/huggle.ova
--2019-02-10 23:18:47--  https://petr.insw.cz/huggle/huggle.ova
Resolving petr.insw.cz (petr.insw.cz)... 83.167.247.81, 2a01:430:224::81
Connecting to petr.insw.cz (petr.insw.cz)|83.167.247.81|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2700195328 (2.5G)
Saving to: ‘huggle.ova’

huggle.ova          100%[===================>]   2.51G  26.9MB/s    in 1m 55s

2019-02-10 23:20:43 (22.3 MB/s) - ‘huggle.ova’ saved [2700195328/2700195328]

$ sudo mv huggle.ova /srv/public_files/huggle.ova
$ ls -lh /srv/public_files/huggle.ova
-rw-r--r-- 1 bd808 wikidev 2.6G Jul 31  2018 /srv/public_files/huggle.ova
$ sha1sum /srv/public_files/huggle.ova
63201f1c3c43ff66a9eb2093bded36c941459343  /srv/public_files/huggle.ova
RichSmith subscribed.

This looks to be done