Changes between Version 3 and Version 4 of Obsolete/Development/Build
- Timestamp:
- Mar 21, 2010, 10:54:21 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Development/Build
v3 v4 21 21 $ svn co https://quattor.svn.sourceforge.net/svnroot/quattor/foo/bar quattor/foo/bar 22 22 }}} 23 The above command makes <tt>$PWD/quattor</tt>your working directory (a.k.a. the quattor checkout root).23 The above command makes '''$PWD/quattor''' your working directory (a.k.a. the quattor checkout root). 24 24 If however you prefer to use a different checkout root as a working directory, you should set the following environment variable: 25 25 {{{ … … 94 94 x.y.z-n 95 95 }}} 96 The two strings are placed in the special file <tt>config.mk</tt>(mandatory for any Quattor module):96 The two strings are placed in the special file `config.mk` (mandatory for any Quattor module): 97 97 {{{ 98 98 VERSION=x.y.z … … 128 128 $ make tagstable 129 129 }}} 130 This will cause a <tt>stable</tt>tag to be created with the contents of the current revision.130 This will cause a `stable` tag to be created with the contents of the current revision. 131 131 132 132 = Checking code =