summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorBalbir Singh <balbir@linux.vnet.ibm.com>2008-05-24 15:24:00 +0000
committerBalbir Singh <balbir@linux.vnet.ibm.com>2008-05-24 15:24:00 +0000
commit171ddd8d0a52cfab6e00ea6dc12d93a05965aaef (patch)
tree9521aba8020b983e08d3e1852eed5179a69f80c2 /README
parent9190c1241a381f610d52eb6413f793cfc8435ef2 (diff)
downloadlibcg-171ddd8d0a52cfab6e00ea6dc12d93a05965aaef.tar.gz
libcg-171ddd8d0a52cfab6e00ea6dc12d93a05965aaef.tar.xz
libcg-171ddd8d0a52cfab6e00ea6dc12d93a05965aaef.zip
Moving away from the install-sh model and removed AC_PROG_INSTALL
Signed-off-by: Balbir Singh <balbir@linux.vnet.ibm.com> git-svn-id: https://libcg.svn.sourceforge.net/svnroot/libcg/tags/v0.1b@54 4f4bb910-9a46-0410-90c8-c897d4f1cd53
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..b9cedca
--- /dev/null
+++ b/README
@@ -0,0 +1,15 @@
+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 autoconf to generate the configure file again (on changing configure.in)
+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
+ 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
+