summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2012-11-22 10:31:06 -0800
committerAnas Nashif <anas.nashif@intel.com>2012-11-22 10:31:06 -0800
commit07bb297329b9e9754d09dcb6d70417272a626619 (patch)
treec1bdcad5f080f8cfe2e876604177670061cdc101 /HACKING
parentf251dedaa31b48f7c05a4b53c112b40ebca890ef (diff)
downloadxmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.tar.gz
xmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.tar.bz2
xmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.zip
Imported Upstream version 1.2.14upstream/1.2.14
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING39
1 files changed, 0 insertions, 39 deletions
diff --git a/HACKING b/HACKING
index 851d1628..0b51ddfe 100644
--- a/HACKING
+++ b/HACKING
@@ -153,45 +153,6 @@ If you want to submit a patch please do following:
(http://www.aleksey.com/xmlsec/bugs.html) for the record. Do not forget
to put link or bug number in your message if the bug is in bugzilla.
-4) Building a release
-- Cleanup, make sure no other changes are pending
- - make distclean
- - git status
-- Update Changelog
-- Write about release changes in the release
- - docs/index.html and docs/news.html
-- Update release number in
- - configure.in (2 places at the top)
- - docs/download.html
-- Create build
- - ./autogen.sh
- - make
-- Build docs (watch for errors!)
- - make docs
-- Commit the "prepare for X.Y.Z" release
- - git commit -m"prepare for X.Y.Z release" -a
-- Run tests, make sure everything is OK
- - make check
-- Build release
- - sudo ./scripts/build_release.sh
-- Extract tar file, make sure it works
- - cd /tmp
- - tar xvfz /usr/src/redhat/SOURCE/xmlsec1-X.Y.z.tar.gz
- - cd xmlsec1-X.Y.z
- - ./configure
- - make
- - make check
-- Copy tar file to FTP/Web Download
-- Copy docs/ folder to Web folder
-- Write an announcement email to xmlsec@aleksey.com
-- Update freshmeat.net
-- Relax
-
-
-
-
-
-