buildAdmin.5 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .\" $XConsortium: buildAdmin.5 /main/3 1995/10/30 14:07:56 rswiston $
  2. .TH buildAdmin 5 "" "" HP-UX
  3. .ds )H Hewlett-Packard Company OSSD-CV
  4. .ds ]W July 1993
  5. .SH NAME
  6. buildAdmin \- man page information for building administration
  7. .SH SYNOPSIS
  8. .B buildAdmin
  9. .SH DESCRIPTION
  10. This man page is an index to the man pages available for build
  11. administration. All of the following man pages are available by setting
  12. MANPATH to include /x/cdesrc/admin/man. Also see the
  13. .I cron_example
  14. file for sample build administration cron entries.
  15. .SH AVAILABLE MAN PAGES
  16. .TP 18
  17. .I master_build.1
  18. Information on the
  19. .I master_build
  20. ksh script that controls building and cloning of source and build trees.
  21. This is the key script used for build administration.
  22. .TP
  23. .I remote_build.1
  24. Information on the
  25. .I remote_build
  26. sh script that can remsh the master_build script. This gives the
  27. advantage of having 1 master build trigger area for cron.
  28. .TP
  29. .I cleanLinks.1
  30. Information on the
  31. .I cleanLinks
  32. perl script that will remove symbolic links to nowhere in a source or
  33. build tree. This tool is usually run daily in build trees that are
  34. cloned from a source tree. If files are removed or moved in the source
  35. tree
  36. .I cleanLinks
  37. will automatically remove the old links in the build tree.
  38. .TP
  39. .I cleanLogs.1
  40. Information on the
  41. .I cleanLogs
  42. ksh script that cleans older files and directories from a directory.
  43. This script is usually used to maintain a certain number of logs in
  44. the /x/logs/build directory.
  45. .TP
  46. .I ListTheTree.1
  47. Information on the
  48. .I ListTheTree
  49. perl script that creates 3 files at the top of a given directory structure:
  50. .I :TreeListing
  51. which contains a complete listing of all files in the tree;
  52. .I :TreeListing.locks
  53. which contains a list of all files locked and by whom;
  54. .I :TreeListing.changes
  55. which contains a list of all the files checked in since the last listing
  56. and who checked them in.
  57. This script is automatically run on /x/cdesrc daily and the listings
  58. come with the automatic source delivery.
  59. .SH SEE ALSO
  60. master_build(1),
  61. remote_build(1),
  62. cleanLinks(1),
  63. cleanLogs(1), and ListTheTree(1).
  64. .SH AUTHOR
  65. .I buildAdmin
  66. was developed by Marc Ayotte, OSSD-CV, Hewlett-Packard.