admin: add a BuildNotes dir for documenting release proceedures, etc
authorJon Trulson <jon@radscan.com>
Sat, 1 Mar 2014 22:47:34 +0000 (15:47 -0700)
committerJon Trulson <jon@radscan.com>
Sat, 1 Mar 2014 22:47:34 +0000 (15:47 -0700)
cde/admin/BuildNotes/building_release_archive.txt [new file with mode: 0644]
cde/admin/BuildNotes/changing_version_number.txt [new file with mode: 0644]

diff --git a/cde/admin/BuildNotes/building_release_archive.txt b/cde/admin/BuildNotes/building_release_archive.txt
new file mode 100644 (file)
index 0000000..abde89b
--- /dev/null
@@ -0,0 +1,12 @@
+To build the release archive:
+
+- First tag the release, say 2.2.0c
+
+git archive -o /tmp/cde-src-[version tag].tar.gz [version tag] \
+    --prefix cde-[version tag]/
+
+where [version tag] is something like 2.2.0c 
+
+Then push the tag:
+
+     git push --tags
diff --git a/cde/admin/BuildNotes/changing_version_number.txt b/cde/admin/BuildNotes/changing_version_number.txt
new file mode 100644 (file)
index 0000000..c4e7b36
--- /dev/null
@@ -0,0 +1,13 @@
+The following files must be modified, relative to the top level CDE
+directory, in order to change the version number.
+
+Makefile
+copyright 
+doc/common/help/HELPEnt.sgm
+lib/DtSvc/DtUtil1/Dt.h
+        For Dt.h, both the #defined (DtVERSION, DtREVISION,
+        DtUPDATE_LEVEL) numbers as well as the string must be
+        changed. 
+lib/tt/bin/ttauth/ttauth.man
+lib/tt/tooltalk.tmpl
+