aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 9bec8e6e25917e4efc2da3304d68bad05d908931 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
This repository is obsolete. It remains for historical purposes.

The contents for this repository originated from:
git.overlays.gentoo.org/proj/pgsql-patches.git

Excluded from this repository is the eselect branch that has been
moved to its own repository now located at:
git.gentoo.org/proj/postgresql/eselect.git

And eclass which has been moved to its own repository now located at:
git.gentoo.org/proj/postgresql/eclass.git

The patches and init scripts are now kept alongside the ebuilds in
the official Gentoo repo (formerly gentoo-x86):
git.gentoo.org/repo/gentoo.git

What follows below is historical.

================================================================================

This repository is split into three primary branches.

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/'.

$ tar cjf postgresql-${SLOT}-patches.tbz2 postgresql-${SLOT}-*patch
$ scp postgresql-${SLOT}-patches.tbz2 dev.gentoo.org:public_html


Init Scripts
-------------------------------------------------------------------------------
The 'initscripts' branch contains the initscripts. These scripts have been
written to condense the number of files that are necessary for maintenance.


Eselect Module
-------------------------------------------------------------------------------
The 'eselect' branch contains the actual script for library and binary
management.