aboutsummaryrefslogtreecommitdiffstats
path: root/HOWTO_EDIT
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-12-10 13:55:53 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-12-10 13:55:53 +0000
commit7c77094da04a687209937c8bf15ced1d8bac404a (patch)
tree75d35a3c967b30d44f162e933ea5255233bf1505 /HOWTO_EDIT
parent8ac74394772c35626799ce34100df0decdb7fc04 (diff)
Going to be moved to a mini-book on how to edit the LFS book
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1369 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'HOWTO_EDIT')
-rw-r--r--HOWTO_EDIT43
1 files changed, 0 insertions, 43 deletions
diff --git a/HOWTO_EDIT b/HOWTO_EDIT
deleted file mode 100644
index 5ca232610..000000000
--- a/HOWTO_EDIT
+++ /dev/null
@@ -1,43 +0,0 @@
-How to edit the LFS-BOOK
-------------------------
-
-This document explains the necessary steps to be taken in order to make
-changes to the LFS-BOOK. Not every single aspect is detailed, just the
-more tricky ones.
-
-* No matter what, always make the following changes whenever you do
- something:
-
-Whenever you make a change, no matter how small, update the book's version
-number:
-
-1) Open the index.xml file.
-
-2) Find <!ENTITY version "yyyymmdd"> and make sure it contains the date on
-which you are making the change. If today is June 11th, 2001, change it
-to <!ENTITY version "20010611".
-
-3) Find <ENTITY releasedate "Month, day, year"> and make sure it contains
-the same date as the 'version' entity. If today is June 11th, 2001, change
-it to: <!ENTITY releasedate "June 11th, 2001">
-
-
-
-* Adding a new package update to Bugzilla
-
-1) Login to bugzilla
-
-2) Open bug #30
-
-3) Check if the package is listed from a previous update
-
-4) If so, reopen it and change the version number to match the new one
-
-5) If not, add a new bug and fill it out as usual
-
-6) When added, go back to the new bug and under "Bug xx depends on"
-enter "30" so that this new bug is added to the parent bug #30
-
-7) Click on "Commit" to commit this change
-
-