Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
cms:repository [2018/10/21 10:52] Andrey Tataranovichcms:repository [2018/10/30 12:54] Andrey Tataranovich
Line 19: Line 19:
     versions = {     versions = {
         'debian': ['Jessie', 'Stretch', 'Buster', 'Sid'],         'debian': ['Jessie', 'Stretch', 'Buster', 'Sid'],
-        'ubuntu': ['Trusty', 'Xenial', 'Bionic']+        'ubuntu': ['Trusty', 'Xenial', 'Bionic', 'Cosmic']
     }     }
     dist = document.getElementById('distribution');     dist = document.getElementById('distribution');
Line 42: Line 42:
         'ubuntu-trusty': 'deb http://www.tataranovich.com/ubuntu trusty main',         'ubuntu-trusty': 'deb http://www.tataranovich.com/ubuntu trusty main',
         'ubuntu-xenial': 'deb http://www.tataranovich.com/ubuntu xenial main',         'ubuntu-xenial': 'deb http://www.tataranovich.com/ubuntu xenial main',
-        'ubuntu-bionic': 'deb http://www.tataranovich.com/ubuntu bionic main'+        'ubuntu-bionic': 'deb http://www.tataranovich.com/ubuntu bionic main', 
 +        'ubuntu-cosmic': 'deb http://www.tataranovich.com/ubuntu cosmic main'
     }     }
     dist = document.getElementById('distribution');     dist = document.getElementById('distribution');
Line 74: Line 75:
  
 <script>repoUpdateVersion()</script> <script>repoUpdateVersion()</script>
 +
 +<noscript>
 +<p>Debian Jessie</p>
 +<pre>
 +deb http://www.tataranovich.com/debian jessie main backports
 +deb-src http://www.tataranovich.com/debian jessie main backports
 +</pre>
 +
 +<p>Debian Stretch</p>
 +<pre>
 +deb http://www.tataranovich.com/debian stretch main backports
 +deb-src http://www.tataranovich.com/debian stretch main backports
 +</pre>
 +
 +<p>Debian Buster</p>
 +<pre>
 +deb http://www.tataranovich.com/debian buster main
 +deb-src http://www.tataranovich.com/debian buster main
 +</pre>
 +
 +<p>Debian Sid</p>
 +<pre>
 +deb http://www.tataranovich.com/debian sid main
 +deb-src http://www.tataranovich.com/debian sid main
 +</pre>
 +
 +<p>Ubuntu Trusty</p>
 +<pre>
 +deb http://www.tataranovich.com/ubuntu trusty main
 +deb-src http://www.tataranovich.com/ubuntu trusty main
 +</pre>
 +
 +
 +<p>Ubuntu Xenial</p>
 +<pre>
 +deb http://www.tataranovich.com/ubuntu xenial main
 +deb-src http://www.tataranovich.com/ubuntu xenial main
 +</pre>
 +
 +
 +<p>Ubuntu Bionic</p>
 +<pre>
 +deb http://www.tataranovich.com/ubuntu bionic main
 +deb-src http://www.tataranovich.com/ubuntu bionic main
 +</pre>
 +
 +
 +<p>Ubuntu Cosmic</p>
 +<pre>
 +deb http://www.tataranovich.com/ubuntu cosmic main
 +deb-src http://www.tataranovich.com/ubuntu cosmic main
 +</pre>
 +</noscript>
 </HTML> </HTML>
  
 Please report any problem to the //pkg-master@tataranovich.com//. Please report any problem to the //pkg-master@tataranovich.com//.