mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-30 19:00:29 +08:00
Update FAQ_DEV.
This commit is contained in:
parent
79d5f6f6ec
commit
caf4da8a20
28
doc/FAQ_DEV
28
doc/FAQ_DEV
@ -453,22 +453,18 @@ typedef struct nameData
|
|||||||
requires me to know how much experience you have with the whole RPM
|
requires me to know how much experience you have with the whole RPM
|
||||||
paradigm. 'How is the RPM built?' is a multifaceted question. The
|
paradigm. 'How is the RPM built?' is a multifaceted question. The
|
||||||
obvious simple answer is that I maintain:
|
obvious simple answer is that I maintain:
|
||||||
|
1. A set of patches to make certain portions of the source tree
|
||||||
1.) A set of patches to make certain portions of the source tree
|
'behave' in the different environment of the RPMset;
|
||||||
'behave' in the different environment of the RPMset;
|
2. 2.) The initscript;
|
||||||
|
3. 3.) Any other ancilliary scripts and files;
|
||||||
2.) The initscript;
|
4. 4.) A README.rpm-dist document that tries to adequately document
|
||||||
|
both the differences between the RPM build and the WHY of the
|
||||||
3.) Any other ancilliary scripts and files;
|
differences, as well as useful RPM environment operations (like,
|
||||||
|
using syslog, upgrading, getting postmaster to start at OS boot,
|
||||||
4.) A README.rpm-dist document that tries to adequately document both
|
etc);
|
||||||
the differences between the RPM build and the WHY of the differences,
|
5. 5.) The spec file that throws it all together. This is not a
|
||||||
as well as useful RPM environment operations (like, using syslog,
|
trivial undertaking in a package of this size.
|
||||||
upgrading, getting postmaster to start at OS boot, etc);
|
|
||||||
|
|
||||||
5.) The spec file that throws it all together. This is not a trivial
|
|
||||||
undertaking in a package of this size.
|
|
||||||
|
|
||||||
I then download and build on as many different canonical distributions
|
I then download and build on as many different canonical distributions
|
||||||
as I can -- currently I am able to build on Red Hat 6.2, 7.0, and 7.1
|
as I can -- currently I am able to build on Red Hat 6.2, 7.0, and 7.1
|
||||||
on my personal hardware. Occasionally I receive opportunity from
|
on my personal hardware. Occasionally I receive opportunity from
|
||||||
|
@ -560,17 +560,17 @@
|
|||||||
<LI>A set of patches to make certain portions of the source tree
|
<LI>A set of patches to make certain portions of the source tree
|
||||||
'behave' in the different environment of the RPMset;</LI>
|
'behave' in the different environment of the RPMset;</LI>
|
||||||
|
|
||||||
<LI>2.) The initscript;</LI>
|
<LI>The initscript;</LI>
|
||||||
|
|
||||||
<LI>3.) Any other ancilliary scripts and files;</LI>
|
<LI>Any other ancilliary scripts and files;</LI>
|
||||||
|
|
||||||
<LI>4.) A README.rpm-dist document that tries to adequately document
|
<LI>A README.rpm-dist document that tries to adequately document
|
||||||
both the differences between the RPM build and the WHY of the
|
both the differences between the RPM build and the WHY of the
|
||||||
differences, as well as useful RPM environment operations (like,
|
differences, as well as useful RPM environment operations (like,
|
||||||
using syslog, upgrading, getting postmaster to start at OS boot,
|
using syslog, upgrading, getting postmaster to start at OS boot,
|
||||||
etc);</LI>
|
etc);</LI>
|
||||||
|
|
||||||
<LI>5.) The spec file that throws it all together. This is not a
|
<LI>The spec file that throws it all together. This is not a
|
||||||
trivial undertaking in a package of this size.</LI>
|
trivial undertaking in a package of this size.</LI>
|
||||||
</OL>
|
</OL>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user