OpenSDE Framework (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

97 lines
2.7 KiB

  1. .\" Title: sde-clean
  2. .\" Author:
  3. .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
  4. .\" Date: 01/26/2008
  5. .\" Manual:
  6. .\" Source:
  7. .\"
  8. .TH "SDE\-CLEAN" "1" "01/26/2008" "" ""
  9. .\" disable hyphenation
  10. .nh
  11. .\" disable justification (adjust text to left margin only)
  12. .ad l
  13. .SH "NAME"
  14. sde\-clean \- Cleans up part of the system
  15. .SH "SYNOPSIS"
  16. \fBsde clean\fR [\fIDISCRIMINATOR\fR] [\fIOPTIONS\fR] [\fIITEMS\fR]
  17. .sp
  18. .SH "DESCRIPTION"
  19. Cleans up the identified part (item) of your \fBsde\fR environment indicated by the discriminator. If no item is specified the whole section (discriminator) in your \fBsde\fR environment will be cleaned. Depending on the specified item or discriminator, clean indicates tidying things up or removing it completely
  20. .sp
  21. .SH "DISCRIMINATORS"
  22. .PP
  23. \fBbuild\fR
  24. .RS 4
  25. Removes actual builds specified by their actual location or the config name used to create it.
  26. .RE
  27. .PP
  28. \fBcache\fR
  29. .RS 4
  30. Removes ccache files for the specified architectures (items). If no architectures specified, ccache files for all architectrues will be removed.
  31. .RE
  32. .PP
  33. \fBconfig, cfg\fR
  34. .RS 4
  35. Removed specified configurations (items). If no items specified
  36. \fIdefault\fR
  37. will be used.
  38. .RE
  39. .PP
  40. \fBdownload\fR
  41. .RS 4
  42. Removes old downloads from your old local download mirror. Only downloads still specified in .desc files will not be removed.
  43. .RE
  44. .PP
  45. \fBpackage, pkg\fR
  46. .RS 4
  47. Brings all specified packages (items) back to their original state. All uncommitted changes will be lost.
  48. .RE
  49. .PP
  50. \fBrepository, repo\fR
  51. .RS 4
  52. Brings the specified repositories (items) back to their original state. All uncommitted changes will be lost.
  53. .RE
  54. .PP
  55. \fBsystem, sys\fR
  56. .RS 4
  57. Brings your
  58. \fIsde\fR
  59. environment back to its original state. All uncommitted changes will be lost.
  60. .RE
  61. .PP
  62. \fBtarget, tgt\fR
  63. .RS 4
  64. Brings all specified targets (items) back to their original state. All uncommitted changes will be lost.
  65. .RE
  66. .SH "OPTIONS FOR ALL DISCRIMINATORS"
  67. .PP
  68. \fB\-d, \-\-dry\-run\fR
  69. .RS 4
  70. Processes normally, but does not clean or modify anything.
  71. .RE
  72. .PP
  73. \fB\-f, \-\-force\fR
  74. .RS 4
  75. Prevents user interaction. Cleaning will continue without being explicitly acknowledged from the user.
  76. .RE
  77. .PP
  78. \fB\-q, \-\-quiet\fR
  79. .RS 4
  80. Reduces the verbosity level.
  81. .RE
  82. .PP
  83. \fB\-v, \-\-verbose\fR
  84. .RS 4
  85. Increases the verbosity level.
  86. .RE
  87. The options \fIverbose\fR and \fIquiet\fR are mutually exclusive.
  88. .sp
  89. .SH "AUTHOR"
  90. Written by Minto van der Sluis (misl).
  91. .sp
  92. .SH "REPORTING BUGS"
  93. Report bugs to <list@opensde.org>.
  94. .sp
  95. .SH "COPYRIGHT"
  96. Copyright \(co 2007 The OpenSDE project. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  97. .sp