summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2010-02-08 14:13:18 +0100
committerBalbir Singh <balbir@linux.vnet.ibm.com>2010-02-10 16:40:04 +0530
commit6b50959c3128c9ba7cfcd9602a39877f69aa5351 (patch)
tree12d7123958570d8928b132bbe3d1ae340477f740 /README
parentc05a25c145d1584299ecdfe8f941bc8658c809b7 (diff)
downloadlibcg-6b50959c3128c9ba7cfcd9602a39877f69aa5351.tar.gz
libcg-6b50959c3128c9ba7cfcd9602a39877f69aa5351.tar.xz
libcg-6b50959c3128c9ba7cfcd9602a39877f69aa5351.zip
Release procedure proposal
this is my proposal for release procedure - it's quite simple and covers all the technical details you need to know regarding autotools. Changelog: - re-diff with current master (and not my internal branch :) - renumber the steps Signed-off-by: Jan Safranek <jsafrane@redhat.com> Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com>
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 0 insertions, 17 deletions
diff --git a/README b/README
index 93e0aae..54e0f7b 100644
--- a/README
+++ b/README
@@ -1,20 +1,3 @@
-Please follow the following steps (TODO: Automate these steps)
-
-0. Update package version in AC_INIT (configure.in)
-1. Tag the current sources in trunk to the specified version
-1. Run autoreconf -i to generate the configure file again
- (on changing any of the automake files)
-2. Run configure with --prefix=<desired prefix> default is /usr/local
-3. This step should generate
- a. Makefile
- b. libcgroup.spec
-4. To build the RPM, carry out the following steps (obsolete, will be revised)
- a. Create a tag with the same version as specified in step 0
- a. Run mktarball
- b. copy tarball and spec file to correct place in the RPMBUILD
- c. Build an rpm of the spec file
-
-
Design
========