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.

90 lines
2.6 KiB

  1. .\" Title: sde-clean
  2. .\" Author:
  3. .\" Generator: DocBook XSL Stylesheets v1.72.0 <http://docbook.sf.net/>
  4. .\" Date: 11/25/2007
  5. .\" Manual:
  6. .\" Source:
  7. .\"
  8. .TH "SDE\-CLEAN" "1" "11/25/2007" "" ""
  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 cleanup\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, cleanup 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).
  36. .RE
  37. .PP
  38. \fBdownload\fR
  39. .RS 4
  40. Removes old downloads from your old local download mirror. Only downloads still specified in .desc files will not be removed.
  41. .RE
  42. .PP
  43. \fBpackage, pkg\fR
  44. .RS 4
  45. Brings all specified packages (items) back to their original state. All uncommitted changes will be lost.
  46. .RE
  47. .PP
  48. \fBrepository, repo\fR
  49. .RS 4
  50. Brings the specified repositories (items) back to their original state. All uncommitted changes will be lost.
  51. .RE
  52. .PP
  53. \fBsystem, sys\fR
  54. .RS 4
  55. Brings your
  56. \fIsde\fR
  57. environment back to its original state. All uncommitted changes will be lost.
  58. .RE
  59. .PP
  60. \fBtarget, tgt\fR
  61. .RS 4
  62. Brings all specified targets (items) back to their original state. All uncommitted changes will be lost.
  63. .RE
  64. .SH "OPTIONS FOR ALL DISCRIMINATORS"
  65. .PP
  66. \fB\-\-dry\-run\fR
  67. .RS 4
  68. Processes normally, but does not clean or modify anything.
  69. .RE
  70. .PP
  71. \fB\-f, \-\-force\fR
  72. .RS 4
  73. Prevents user interaction. Cleaning will continue without explicit acknowlegdement from the user.
  74. .RE
  75. .PP
  76. \fB\-q, \-\-quiet\fR
  77. .RS 4
  78. Reduces feedback to an absolute minimum. \-v, \-\-verbose: Gives additional feedback.
  79. .RE
  80. The options \fIverbose\fR and \fIquiet\fR are mutually exclusive.
  81. .sp
  82. .SH "AUTHOR"
  83. Written by Minto van der Sluis (misl).
  84. .sp
  85. .SH "REPORTING BUGS"
  86. Report bugs to <list@opensde.org>.
  87. .sp
  88. .SH "COPYRIGHT"
  89. 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.
  90. .sp