Changes between Version 3 and Version 4 of Obsolete/Development/Build


Ignore:
Timestamp:
Mar 21, 2010, 10:54:21 AM (16 years ago)
Author:
loomis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Development/Build

    v3 v4  
    2121  $ svn co https://quattor.svn.sourceforge.net/svnroot/quattor/foo/bar quattor/foo/bar
    2222}}}
    23 The above command makes <tt>$PWD/quattor</tt> your working directory (a.k.a. the quattor checkout root).
     23The above command makes '''$PWD/quattor''' your working directory (a.k.a. the quattor checkout root).
    2424If however you prefer to use a different checkout root as a working directory, you should set the following environment variable:
    2525{{{
     
    9494 x.y.z-n
    9595}}}
    96 The two strings are placed in the special file <tt>config.mk</tt> (mandatory for any Quattor module):
     96The two strings are placed in the special file `config.mk` (mandatory for any Quattor module):
    9797{{{
    9898 VERSION=x.y.z
     
    128128  $ make tagstable
    129129}}}
    130 This will cause a <tt>stable</tt> tag to be created with the contents of the current revision.
     130This will cause a `stable` tag to be created with the contents of the current revision.
    131131
    132132= Checking code =