From 9cd9a356832fdcb61f7ca1cedd9cedfbe9ef0911 Mon Sep 17 00:00:00 2001 From: "Aaron W. Swenson" Date: Sun, 3 Apr 2011 12:08:18 -0400 Subject: Specific to the module. --- README | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/README b/README index 91a55f0..2966651 100644 --- a/README +++ b/README @@ -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. -- cgit v1.2.3-65-gdbad