diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2011-04-03 12:08:18 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2011-04-03 12:08:18 -0400 |
commit | 9cd9a356832fdcb61f7ca1cedd9cedfbe9ef0911 (patch) | |
tree | 409183bdd1ca4345c7a493a3cfb8274da79465d5 | |
parent | Links all lib* files and symlinks in /usr/lib(64)?/postgresql${SLOT}/lib(64)? (diff) | |
download | eselect-9cd9a356832fdcb61f7ca1cedd9cedfbe9ef0911.tar.gz eselect-9cd9a356832fdcb61f7ca1cedd9cedfbe9ef0911.tar.bz2 eselect-9cd9a356832fdcb61f7ca1cedd9cedfbe9ef0911.zip |
Specific to the module.
-rw-r--r-- | README | 28 |
1 files changed, 12 insertions, 16 deletions
@@ -1,22 +1,18 @@ -This repository is split into three primary branches. +Eselect Module +-------------------------------------------------------------------------------- +The 'eselect' branch contains the actual script for library and binary +management. -Patches -------------------------------------------------------------------------------- -The 'patches' branch is further split to match the major versions -versions (a.k.a., slots). Pay attention to the tags as the signify the highest -version they work with. -Those files are then manually rolled into a tarball and hosted at -'http://d.g.o/~titanofold/'. +Tags are in the format: eselect-vx.x.x +Version numbers are rather arbitrary, but should follow each being a single +digit, except the major number which can stretch to infinity. -Init Scripts -------------------------------------------------------------------------------- -The 'initscripts' branch contains the initscripts. These scripts have been -written to condense the number of files that are necessary for maintenance. + 1.2.3 -> 1.2.4 -> ... -> 10.2.9 -> 10.3.0 +Releases are manually tarballed as: -Eselect Module -------------------------------------------------------------------------------- -The 'eselect' branch contains the actual script for library and binary -management. + tar cjf eselect-postgresql-x.x.x.tbz2 + +And uploaded to d.g.o:public_html. This location may change. |