releases.wikimedia.org

From Wikitech

releases.wikimedia.org hosts software releases (primarily packaged as tars). Currently served by caesium (through misc-web-lb).

Debian repository

Upload a package

On tin:

cd /srv/deployment/parsoid/deploy/
dpkg-buildpackage -b
deb-upload ../parsoid_0.1.12_amd64.changes

Alternatively, build locally and copy .changes and .deb to tin:

scp parsoid_0.4.1_* tin.eqiad:/tmp
deb-upload /tmp/parsoid_0.4.1_*.changes

Check the repository: https://releases.wikimedia.org/debian/

Use the repository

Import the repository gpg key:

sudo apt-key advanced --keyserver keys.gnupg.net --recv-keys 7A322AC6E84AFDD2

It should say:

gpg: requesting key E84AFDD2 from hkp server keys.gnupg.net
gpg: key E84AFDD2: public key "MediaWiki releases repository <wikitech-l@lists.wikimedia.org>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)

Add the repository:

sudo apt-add-repository "deb https://releases.wikimedia.org/debian jessie-mediawiki main"

Add a distro

If you need to add a new distro version, 238348 shows how 'jessie' was added in addition to trusty.

238525 shows how the default was switched.

External link