summaryrefslogtreecommitdiffstats
path: root/SPECIFICATION
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2005-08-08 17:13:43 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2005-08-08 17:13:43 +0000
commitc8b11c04d4f3344430c45895c38b5123cc4e708a (patch)
treec08148cd79f108547bc35a7d69fb9cd726467ef6 /SPECIFICATION
parent699470c79fea99f10a0d35f4495c22729893d74e (diff)
downloadptxdist-c8b11c04d4f3344430c45895c38b5123cc4e708a.tar.gz
ptxdist-c8b11c04d4f3344430c45895c38b5123cc4e708a.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@3030 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'SPECIFICATION')
-rw-r--r--SPECIFICATION22
1 files changed, 21 insertions, 1 deletions
diff --git a/SPECIFICATION b/SPECIFICATION
index 24a3d065b..a5ac20ba5 100644
--- a/SPECIFICATION
+++ b/SPECIFICATION
@@ -1 +1,21 @@
-- before extracting old directories in $(BUILDDIR)have to be removed
+Release Process Specification for PTXdist 2005-08-08-1 RSC
+-----------------------------------------
+
+- Update all repositories to the latest versions (ptxdist,
+ ptxdist-projects).
+
+- Run 'make config-test' to check if all configurations are consistent.
+ If you have to answer questions, check if all defaults are sane, which
+ means that programs which are not useful for most people are set to N
+ by default.
+
+- Check in all changes of the .ptxconfig files after reviewing the patch
+ carefully.
+
+- Run the 'make toolchains' part, to check if all toolchains are being
+ built correctly. Until now it is not possible to build into a custom
+ directory, so move the old toolchain dir in /opt away (for example to
+ -orig), recreate crosstool-x.y and donate it to the user running the
+ test. Then start with 'make toolchains'.
+
+