gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-docs] branch master updated: onboarding: syntax in s


From: gnunet
Subject: [GNUnet-SVN] [taler-docs] branch master updated: onboarding: syntax in sh.
Date: Tue, 01 Oct 2019 16:17:21 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 0463ac0  onboarding: syntax in sh.
0463ac0 is described below

commit 0463ac0869529fe57e4bd7398a8e23446a57c42d
Author: ng0 <address@hidden>
AuthorDate: Tue Oct 1 14:16:55 2019 +0000

    onboarding: syntax in sh.
---
 onboarding.rst | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/onboarding.rst b/onboarding.rst
index 8288264..8014050 100644
--- a/onboarding.rst
+++ b/onboarding.rst
@@ -113,7 +113,7 @@ master.
 
 The following commands do that:
 
-::
+.. code-block:: sh
 
    $ cd $REPO
 
@@ -141,7 +141,7 @@ All the Taler documentation is built by the user 
``docbuilder`` that
 runs a Buildbot worker.  The following commands set the ``docbuilder`` up,
 starting with a empty home directory.
 
-::
+.. code-block:: sh
 
   # Log-in as the 'docbuilder' user.
 
@@ -162,7 +162,7 @@ Taler Websites, ``www.taler.net`` and ``stage.taler.net``, 
are built by the
 user ``taler-websites`` by the means of a Buildbot worker.  The following
 commands set the ``taler-websites`` up, starting with a empty home directory.
 
-::
+.. code-block:: sh
 
   # Log-in as the 'taler-websites' user.
 
@@ -181,7 +181,7 @@ Code coverage.
 Code coverage tests are run by the ``lcovworker`` user, and are also driven
 by Buildbot.
 
-::
+.. code-block:: sh
 
   # Log-in as the 'lcovworker' user.
 
@@ -202,7 +202,7 @@ The user ``demo-checker`` runs periodic checks to see if 
all the
 ``*.demo.taler.net`` services are up and running.  It is driven by
 Buildbot, and can be bootstrapped as follows.
 
-::
+.. code-block:: sh
 
   # Log-in as the 'demo-checker' user
 
@@ -222,7 +222,7 @@ Both 'test' and 'demo' setups get their tip reserve topped 
up
 by a Buildbot worker.  The following steps get the reserve topper
 prepared.
 
-::
+.. code-block:: sh
 
   # Log-in as <env>-topper, with <env> being either 'test' or 'demo'
 
@@ -242,7 +242,7 @@ Both 'test' and 'demo' setups get their auditor reports 
compiled
 by a Buildbot worker.  The following steps get the reports compiler
 prepared.
 
-::
+.. code-block:: sh
 
   # Log-in as <env>-auditor, with <env> being either 'test' or 'demo'
 
@@ -279,7 +279,7 @@ Tagging
 
 Tag releases with an **annotated** commit, like
 
-::
+.. code-block:: sh
 
    git tag -a v0.1.0 -m "Official release v0.1.0"
    git push origin v0.1.0
@@ -298,9 +298,9 @@ Set the version in ``configure.ac``. The commit being 
tagged should be
 the change of the version.
 
 For the exchange test cases to pass, ``make install`` must be run first.
-Without it, test cases will fail because plugins can’t be located.
+Without it, test cases will fail because plugins can't be located.
 
-::
+.. code-block:: sh
 
    ./bootstrap
    ./configure # add required options for your system
@@ -316,7 +316,7 @@ The version of the wallet is in *manifest.json*. The 
``version_name``
 should be adjusted, and *version* should be increased independently on
 every upload to the WebStore.
 
-::
+.. code-block:: sh
 
    ./configure
    make dist

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]