HOWTO_EDIT 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. How to edit the LFS-BOOK
  2. ------------------------
  3. This document explains the necessary steps to be taken in order to make
  4. changes to the LFS-BOOK. Not every single aspect is detailed, just the
  5. more tricky ones.
  6. * No matter what, always make the following changes whenever you do
  7. something:
  8. Whenever you make a change, no matter how small, update the book's version
  9. number:
  10. 1) Open the index.xml file.
  11. 2) Find <!ENTITY version "yyyymmdd"> and make sure it contains the date on
  12. which you are making the change. If today is June 11th, 2001, change it
  13. to <!ENTITY version "20010611".
  14. 3) Find <ENTITY releasedate "Month, day, year"> and make sure it contains
  15. the same date as the 'version' entity. If today is June 11th, 2001, change
  16. it to: <!ENTITY releasedate "June 11th, 2001">
  17. * Adding a new package update to Bugzilla
  18. 1) Login to bugzilla
  19. 2) Open bug #30
  20. 3) Check if the package is listed from a previous update
  21. 4) If so, reopen it and change the version number to match the new one
  22. 5) If not, add a new bug and fill it out as usual
  23. 6) When added, go back to the new bug and under "Bug xx depends on"
  24. enter "30" so that this new bug is added to the parent bug #30
  25. 7) Click on "Commit" to commit this change