Difference between revisions of "Jorgal"

From Apertium
Jump to navigation Jump to search
Line 3: Line 3:
   
 
==Installing new pairs==
 
==Installing new pairs==
  +
 
Install pairs with <pre>sudo dnf install apertium-from-to</pre> after ssh-ing into gtweb, then run <pre>sudo /home/apy/update</pre>. Read /home/apy/README for more info.
 
Install pairs with <pre>sudo dnf install apertium-from-to</pre> after ssh-ing into gtweb, then run <pre>sudo /home/apy/update</pre>. Read /home/apy/README for more info.
   
Line 9: Line 10:
   
 
==Ensuring current pairs are up-to-date==
 
==Ensuring current pairs are up-to-date==
  +
ssh into gtweb and run
Run
 
 
<pre>sudo dnf clean metadata
 
<pre>sudo dnf clean metadata
 
sudo dnf upgrade -y</pre>
 
sudo dnf upgrade -y</pre>

Revision as of 07:51, 5 January 2017

Docs for updating gtweb.uit.no/jorgal because I never remember how to edit the gt docs:

Installing new pairs

Install pairs with

sudo dnf install apertium-from-to

after ssh-ing into gtweb, then run

sudo /home/apy/update

. Read /home/apy/README for more info. You also want to:

sudo dnf clean metadata
sudo dnf upgrade -y

since nightly updates don't always happen.

Ensuring current pairs are up-to-date

ssh into gtweb and run

sudo dnf clean metadata
sudo dnf upgrade -y

The dnf upgrade should happen every night, but if Tino's nightly repo was updated right after the dnf update script ran, pairs will be lagging by up to 48 hours.

What versions are running?

gtweb.uit.no/jorgal is running the packages from Tino's nightly repo, so they should be at most 24 hours out-of-date, given the build wasn't broken (if the version in SVN doesn't compile when Tino's machine tries updating, the package isn't updated). There are some more details at ~apy/README on gtweb.


gtweb.uit.no/mt and gtweb.uit.no/mt/testing should also now be running the nightly repo, but see the file /opt/mt/README on gtweb for how to make sure.