gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: fix subsectioning


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix subsectioning, top-level needs to be chapter
Date: Tue, 17 Oct 2017 10:00:36 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new f6dcc19  fix subsectioning, top-level needs to be chapter
f6dcc19 is described below

commit f6dcc192cf28d794793bb26fae99317922834c81
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Oct 17 10:00:29 2017 +0200

    fix subsectioning, top-level needs to be chapter
---
 doc/onboarding.texi | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/doc/onboarding.texi b/doc/onboarding.texi
index 8840570..93e3aff 100644
--- a/doc/onboarding.texi
+++ b/doc/onboarding.texi
@@ -57,9 +57,9 @@ Texts.  A copy of the license is included in the section 
entitled
 @end menu
 
 @node Taler.net
address@hidden Taler.net
address@hidden Taler.net
 
address@hidden Git
address@hidden Git
 
 Git at @code{taler.net} is managed by @emph{gitolite}.  Creation and deletion
 of repositories, as well as users management, is done entirely by editing the
@@ -71,7 +71,7 @@ Please refer to gitolite official documentation, if more 
information is needed:
 
 This section documents the set-up of our main server @code{taler.net}.
 
address@hidden Buildbot
address@hidden Buildbot
 
 @quotation Note
 'worker' and 'slave' are used interchangeably
@@ -79,7 +79,7 @@ This section documents the set-up of our main server 
@code{taler.net}.
 
 The user running the buildbot master is @emph{containers}.
 
address@hidden Master
address@hidden Master
 
 To start the master, log in as @emph{containers}, and run:
 
@@ -104,7 +104,7 @@ $ source ~/buildbot/venv/bin/activate
 $ buildbot reconfig ~/buildbot/master/
 @end example
 
address@hidden Documentation worker
address@hidden Documentation worker
 
 This worker is responsible for building all the documentation on
 @code{https://docs.taler.net}.  It is run by the user @code{docbuilder},
@@ -141,7 +141,7 @@ and this makes generated files unreadable.
 @end quotation
 @end cartouche
 
address@hidden Wallet worker
address@hidden Wallet worker
 This worker is responsible for running wallet testcases.  It is run
 by the @emph{containers} user.  Manage this worker with the following
 commands:
@@ -157,7 +157,7 @@ $ buildbot-worker stop ~/buildbot/wallet_worker/
 $ deactivate
 @end example
 
address@hidden Selenium worker
address@hidden Selenium worker
 This worker is responsible for running the Selenium wallet test:
 an automatic clicker that performs the cycle withdraw-and-spend.
 
@@ -177,7 +177,7 @@ $ buildbot-worker stop ~/buildbot/selenium_worker/
 $ deactivate
 @end example
 
address@hidden Lcov worker
address@hidden Lcov worker
 
 The worker is implemented by the @emph{lcovslave} user and is responsible
 for generating the HTML showing the coverage of our tests, then available
@@ -208,7 +208,7 @@ $ taler-deployment-arm -k taler-postgres-standalone
 $ taler-deployment-arm -e
 @end example
 
address@hidden Switcher worker
address@hidden Switcher worker
 
 Taler.net uses a "blue/green" fashion to update the code it
 uses in demos.  Practically, there are two users: @emph{test-green}
@@ -242,13 +242,13 @@ $ buildbot-worker stop ~/buildbot/slave
 $ deactivate
 @end example
 
address@hidden Manual switch
address@hidden Manual switch
 
 After the desired blue/green party has been compiled, it is possible to
 log-in as @emph{test} and run the script @code{$HOME/.ln-<COLOR>.sh}, in order 
to make
 @code{test-<COLOR>} active.
 
address@hidden Website lcov.taler.net
address@hidden Website lcov.taler.net
 
 The directory @code{/var/www/lcov.taler.net} contains the following two 
symlinks
 
@@ -261,7 +261,7 @@ The pointed locations are updated by the @emph{lcovslave}.
 
 
 @node Standalone deployment
address@hidden Standalone deployment
address@hidden Standalone deployment
 
 
 This tecnique aims to set a thorough Taler installation up on a
@@ -415,7 +415,7 @@ at @code{<DEPLOYMENT-REPO>/etc/nginx}.
 @end cartouche
 
 @node Deployment on demo.taler.net
address@hidden Deployment on demo.taler.net
address@hidden Deployment on demo.taler.net
 
 This section describes how to upgrade the whole Taler setup on the
 @url{taler.net} Web site.  Here, the deployment scripts include a
@@ -493,9 +493,9 @@ $ taler-deployment-start
 Now the symlink can be updated.
 
 @node Releases
address@hidden Releases
address@hidden Releases
 
address@hidden Release Process and Checklists
address@hidden Release Process and Checklists
 
 This document describes the process for releasing a new version of the various
 Taler components to the official GNU mirrors.
@@ -510,7 +510,7 @@ The following components are published on the GNU mirrors
 @item taler-wallet-webex (wallet-webex.git)
 @end itemize
 
address@hidden Tagging
address@hidden Tagging
 
 Tag releases with an @b{annotated} commit, like
 
@@ -519,13 +519,13 @@ git tag -a v0.1.0 -m "Official release v0.1.0"
 git push origin v0.1.0
 @end example
 
address@hidden Database for tests
address@hidden Database for tests
 
 For tests in the exchange and merchant to run, make sure that
 a database @emph{talertest} is accessible by @emph{$USER}.  Otherwise tests
 involving the database logic are skipped.
 
address@hidden Exchange, merchant
address@hidden Exchange, merchant
 
 Set the version in @code{configure.ac}.  The commit being tagged
 should be the change of the version.
@@ -544,7 +544,7 @@ make install check
 @end example
 
 
address@hidden Wallet WebExtension
address@hidden Wallet WebExtension
 
 The version of the wallet is in @emph{manifest.json}.  The @code{version_name} 
should be
 adjusted, and @emph{version} should be increased independently on every upload 
to
@@ -558,7 +558,7 @@ make dist
 @c FIXME: selenium test cases
 
 
address@hidden Upload to GNU mirrors
address@hidden Upload to GNU mirrors
 
 See 
@emph{https://www.gnu.org/prep/maintain/maintain.html#Automated-FTP-Uploads}
 

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



reply via email to

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