aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2011-04-03 12:08:18 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2011-04-03 12:08:18 -0400
commit9cd9a356832fdcb61f7ca1cedd9cedfbe9ef0911 (patch)
tree409183bdd1ca4345c7a493a3cfb8274da79465d5
parentLinks all lib* files and symlinks in /usr/lib(64)?/postgresql${SLOT}/lib(64)? (diff)
downloadeselect-9cd9a356832fdcb61f7ca1cedd9cedfbe9ef0911.tar.gz
eselect-9cd9a356832fdcb61f7ca1cedd9cedfbe9ef0911.tar.bz2
eselect-9cd9a356832fdcb61f7ca1cedd9cedfbe9ef0911.zip
Specific to the module.
-rw-r--r--README28
1 files 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.