[tryton-debian-vcs] debian.tryton.org branch master updated. 1463bd66b53a532309b578605f18db5e27e03276

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Sat Nov 11 13:18:57 UTC 2017


The following commit has been merged in the master branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/debian.tryton.org.git;a=commitdiff;h=1463bd66b53a532309b578605f18db5e27e03276

commit 1463bd66b53a532309b578605f18db5e27e03276
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 11 14:16:15 2017 +0100

    Use sudo and curl in download commands.

diff --git a/doc/source/mirror.rst b/doc/source/mirror.rst
index 5aed6c4..5a506cc 100644
--- a/doc/source/mirror.rst
+++ b/doc/source/mirror.rst
@@ -80,14 +80,14 @@ Adding the signature key of the mirror to apt
 
 ::
 
- # cd /etc/apt && wget http://debian.tryton.org/debian/debian.tryton.org-archive.asc && apt-key add debian.tryton.org-archive.asc
+ $ sudo curl -o /etc/apt/trusted.gpg.d/debian.tryton.org-archive.gpg http://debian.tryton.org/debian/debian.tryton.org-archive.gpg
 
 
 Adding the sources to apt basically works like
 
 ::
 
- # echo "deb http://debian.tryton.org/debian/ <distribution> main" >> /etc/apt/sources.list
+ $ sudo echo "deb http://debian.tryton.org/debian/ <distribution> main" >> /etc/apt/sources.list
 
 
 Ready-to-use
@@ -99,85 +99,85 @@ The following list are ready-to-use source list files. They can be downloaded an
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-wheezy-3.2.list
+ $ FILE=tryton-wheezy-3.2.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution wheezy-3.4*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-wheezy-3.4.list
+ $ FILE=tryton-wheezy-3.4.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution wheezy-3.6*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-wheezy-3.6.list
+ $ FILE=tryton-wheezy-3.6.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution wheezy-3.8*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-wheezy-3.8.list
+ $ FILE=tryton-wheezy-3.8.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution wheezy-4.0*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-wheezy-4.0.list
+ $ FILE=tryton-wheezy-4.0.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution wheezy-4.2*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-wheezy-4.2.list
+ $ FILE=tryton-wheezy-4.2.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution jessie-3.2*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-jessie-3.2.list
+ $ sudo cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-jessie-3.2.list
 
 *Distribution jessie-3.4*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-jessie-3.4.list
+ $ FILE=tryton-jessie-3.4.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution jessie-3.6*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-jessie-3.6.list
+ $ FILE=tryton-jessie-3.6.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution jessie-3.8*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-jessie-3.8.list
+ $ FILE=tryton-jessie-3.8.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution jessie-4.0*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-jessie-4.0.list
+ $ FILE=tryton-jessie-4.0.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution jessie-4.2*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-jessie-4.2.list
+ $ FILE=tryton-jessie-4.2.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution jessie-4.4*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-jessie-4.4.list
+ $ FILE=tryton-jessie-4.4.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution jessie-4.6*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-jessie-4.6.list
+ $ FILE=tryton-jessie-4.6.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 
 
@@ -185,49 +185,49 @@ The following list are ready-to-use source list files. They can be downloaded an
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-stretch-3.2.list
+ $ FILE=tryton-stretch-3.2.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution stretch-3.4*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-stretch-3.4.list
+ $ FILE=tryton-stretch-3.4.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution stretch-3.6*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-stretch-3.6.list
+ $ FILE=tryton-stretch-3.6.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution stretch-3.8*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-stretch-3.8.list
+ $ FILE=tryton-stretch-3.8.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution stretch-4.0*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-stretch-4.0.list
+ $ FILE=tryton-stretch-4.0.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution stretch-4.2*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-stretch-4.2.list
+ $ FILE=tryton-stretch-4.2.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution stretch-4.4*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-stretch-4.4.list
+ $ FILE=tryton-stretch-4.4.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution stretch-4.6*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-stretch-4.6.list
+ $ FILE=tryton-stretch-4.6.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 
 
@@ -235,43 +235,43 @@ The following list are ready-to-use source list files. They can be downloaded an
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-buster-3.4.list
+ $ FILE=tryton-buster-3.4.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution buster-3.6*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-buster-3.6.list
+ $ FILE=tryton-buster-3.6.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution buster-3.8*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-buster-3.8.list
+ $ FILE=tryton-buster-3.8.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution buster-4.0*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-buster-4.0.list
+ $ FILE=tryton-buster-4.0.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution buster-4.2*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-buster-4.2.list
+ $ FILE=tryton-buster-4.2.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution buster-4.4*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-buster-4.4.list
+ $ FILE=tryton-buster-4.4.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 *Distribution buster-4.6*
 
 ::
 
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-buster-4.6.list
+ $ FILE=tryton-buster-4.6.list; sudo curl -o /etc/apt/sources.list.d/$FILE http://debian.tryton.org/debian/$FILE
 
 
 
@@ -282,7 +282,7 @@ Update package lists
 
 ::
 
- # apt-get update
+ $ sudo apt-get update
  
  
  
@@ -290,21 +290,21 @@ Installing the server
 
 ::
 
- # apt-get install tryton-server [-t <distribution>]
+ $ sudo apt-get install tryton-server [-t <distribution>]
 
  
 Installing all modules incl. server
 
 ::
 
- # apt-get install tryton-modules-all [-t <distribution>]
+ $ sudo apt-get install tryton-modules-all [-t <distribution>]
 
 
 Installing the client
 
 ::
 
- # apt-get install tryton-client [-t <distribution>]
+ $ sudo apt-get install tryton-client [-t <distribution>]
 
 
 
@@ -332,12 +332,12 @@ A suitable file can be downloaded with
 
 ::
 
- # cd /etc/apt/preferences.d && wget http://debian.tryton.org/debian/debian.tryton.org.pref
+ $ sudo curl -o /etc/apt/preferences.d/debian.tryton.org.pref http://debian.tryton.org/debian/debian.tryton.org.pref
  
  
 Using the new preferences
 
 ::
 
- # apt-get update && apt-get dist-upgrade
+ $ sudo apt-get update && apt-get dist-upgrade
 
commit bd84bc05928cbddacd38e95a7bfe3c32497cd410
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 11 13:31:55 2017 +0100

    Remove really old series.

diff --git a/doc/source/mirror.rst b/doc/source/mirror.rst
index f425e67..5aed6c4 100644
--- a/doc/source/mirror.rst
+++ b/doc/source/mirror.rst
@@ -62,7 +62,7 @@ Distributions
 
 Naming convention for distributions is <Debian-Release>-<Tryton-Version>
 
-e.g. wheezy-2.2, jessie-3.4, stretch-3.6
+e.g. jessie-3.4, stretch-3.6, buster-4-6
 
 Packages suitable for testing and unstable are available under the distribution <Debian-Future-Release>-<Tryton-Version>
 
@@ -95,30 +95,6 @@ Ready-to-use
 
 The following list are ready-to-use source list files. They can be downloaded and saved directly to /etc/apt/sources.list.d with
 
-*Distribution wheezy-2.2*
-
-::
-
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-wheezy-2.2.list
-
-*Distribution wheezy-2.6*
-
-::
-
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-wheezy-2.6.list
-
-*Distribution wheezy-2.8*
-
-::
-
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-wheezy-2.8.list
-
-*Distribution wheezy-3.0*
-
-::
-
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-wheezy-3.0.list
-
 *Distribution wheezy-3.2*
 
 ::
@@ -155,30 +131,6 @@ The following list are ready-to-use source list files. They can be downloaded an
 
  # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-wheezy-4.2.list
 
-*Distribution jessie-2.2*
-
-::
-
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-jessie-2.2.list
-
-*Distribution jessie-2.6*
-
-::
-
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-jessie-2.6.list
-
-*Distribution jessie-2.8*
-
-::
-
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-jessie-2.8.list
-
-*Distribution jessie-3.0*
-
-::
-
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-jessie-3.0.list
-
 *Distribution jessie-3.2*
 
 ::
@@ -229,30 +181,6 @@ The following list are ready-to-use source list files. They can be downloaded an
 
 
 
-*Distribution stretch-2.2*
-
-::
-
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-stretch-2.2.list
-
-*Distribution stretch-2.6*
-
-::
-
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-stretch-2.6.list
-
-*Distribution stretch-2.8*
-
-::
-
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-stretch-2.8.list
-
-*Distribution stretch-3.0*
-
-::
-
- # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-stretch-3.0.list
-
 *Distribution stretch-3.2*
 
 ::
commit 2a97ae858e0c4daf83779ebce7add306dfe9c9f2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Sat Nov 11 13:28:49 2017 +0100

    Add series 4.6.

diff --git a/doc/source/mirror.rst b/doc/source/mirror.rst
index e3e45c9..f425e67 100644
--- a/doc/source/mirror.rst
+++ b/doc/source/mirror.rst
@@ -66,7 +66,7 @@ e.g. wheezy-2.2, jessie-3.4, stretch-3.6
 
 Packages suitable for testing and unstable are available under the distribution <Debian-Future-Release>-<Tryton-Version>
 
-e.g. at the time of writing stretch-4.4
+e.g. at the time of writing stretch-4.6
 
 The available distributions can be found at `Debian Tryton Distributions`_.
 
@@ -221,6 +221,12 @@ The following list are ready-to-use source list files. They can be downloaded an
 
  # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-jessie-4.4.list
 
+*Distribution jessie-4.6*
+
+::
+
+ # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-jessie-4.6.list
+
 
 
 *Distribution stretch-2.2*
@@ -289,6 +295,12 @@ The following list are ready-to-use source list files. They can be downloaded an
 
  # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-stretch-4.4.list
 
+*Distribution stretch-4.6*
+
+::
+
+ # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-stretch-4.6.list
+
 
 
 *Distribution buster-3.4*
@@ -327,6 +339,12 @@ The following list are ready-to-use source list files. They can be downloaded an
 
  # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-buster-4.4.list
 
+*Distribution buster-4.6*
+
+::
+
+ # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-buster-4.6.list
+
 
 
 Installation
-- 
debian.tryton.org



More information about the tryton-debian-vcs mailing list