[tryton-debian-vcs] debian.tryton.org branch master updated. 1e0f2b28871051408a2534d5a29268138ee77f09
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Fri Apr 25 11:53:38 UTC 2014
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=1e0f2b28871051408a2534d5a29268138ee77f09
commit 1e0f2b28871051408a2534d5a29268138ee77f09
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Fri Apr 25 13:45:03 2014 +0200
Adding series 3.2.
diff --git a/doc/source/mirror.rst b/doc/source/mirror.rst
index a7521bf..f999137 100644
--- a/doc/source/mirror.rst
+++ b/doc/source/mirror.rst
@@ -29,7 +29,7 @@ e.g. wheezy-2.2, wheezy-2.6, etc.
Packages suitable for testing and unstable are available under the distribution <Debian-Future-Release>-<Tryton-Version>
-e.g. at the time of writing jessie-2.6, jessie-2.8, jessie-3.0 etc.
+e.g. at the time of writing jessie-2.6, jessie-2.8, jessie-3.0 jessie-3.2 etc.
Available Distributions can be found at
@@ -84,6 +84,12 @@ There are ready-to-use source list files. They can be downloaded and saved direc
# cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-wheezy-3.0.list
+*Distribution wheezy-3.2*
+
+::
+
+ # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-wheezy-3.2.list
+
*Distribution jessie-2.2*
::
@@ -109,6 +115,12 @@ There are ready-to-use source list files. They can be downloaded and saved direc
# cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-jessie-3.0.list
+*Distribution jessie-3.2*
+
+::
+
+ # cd /etc/apt/sources.list.d && wget http://debian.tryton.org/debian/tryton-jessie-3.2.list
+
Installation
commit 3040c8f11e8b14f01b0d6ed53190cc87ba49e5fd
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Fri Nov 29 17:38:21 2013 +0100
Changing git clone address to anonscm.
diff --git a/doc/source/download.rst b/doc/source/download.rst
index 0f26954..fbdb38b 100644
--- a/doc/source/download.rst
+++ b/doc/source/download.rst
@@ -15,7 +15,7 @@ Via git protcol
::
- $ git clone git://alioth.debian.org/git/tryton/<package>.git
+ $ git clone git://anonscm.debian.org/tryton/<package>.git
Via https protcol
@@ -53,7 +53,7 @@ Shell script
::
for package in `wget -q http://tryton.alioth.debian.org/packages.txt -O -`; do
- git clone git://alioth.debian.org/git/tryton/$package;
+ git clone git://anonscm.debian.org/tryton/$package;
done
--
debian.tryton.org
More information about the tryton-debian-vcs
mailing list