Changes between Version 4 and Version 5 of Obsolete/Development/Build
- Timestamp:
- Mar 21, 2010, 10:55:39 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Obsolete/Development/Build
v4 v5 116 116 }}} 117 117 118 The above targets create some subdirectories in your local working directory. If you followed the tips [[#Workspace setup|above]], you should see the result of your check-in in `/your/quattor/working/dir/tags/`.118 The above targets create some subdirectories in your local working directory. If you followed the tips above, you should see the result of your check-in in `/your/quattor/working/dir/tags/`. 119 119 120 120 =Tagging a release as stable= … … 132 132 = Checking code = 133 133 In order to improve the quality of our code base, the build framework runs some automatic checks when 134 performing checkins. You can run these checks manually using the `check` target. Further details of the checks performed may be found [ [Build_Framework_Checks|here]].134 performing checkins. You can run these checks manually using the `check` target. Further details of the checks performed may be found [wiki:Web/BuildFrameworkChecks here]. 135 135 136 136 = Deprecating a module =