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:35] Andrey Tataranovichcms:repository [2018/10/22 09:02] Andrey Tataranovich
Line 74: Line 74:
  
 <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>
 +</noscript>
 </HTML> </HTML>
  
 +Please report any problem to the //pkg-master@tataranovich.com//.