Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
79d5f6f6
Commit
79d5f6f6
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update FAQ_DEV.
parent
c90bcb98
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/FAQ/FAQ_DEV.html
+11
-9
11 additions, 9 deletions
doc/src/FAQ/FAQ_DEV.html
with
11 additions
and
9 deletions
doc/src/FAQ/FAQ_DEV.html
+
11
−
9
View file @
79d5f6f6
...
@@ -556,22 +556,24 @@
...
@@ -556,22 +556,24 @@
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:
</P>
obvious simple answer is that I maintain:
</P>
<P>
1.) A set of patches to make certain portions of the source tree
<OL>
'behave' in the different environment of the RPMset;
</P>
<LI>
A set of patches to make certain portions of the source tree
'behave' in the different environment of the RPMset;
</LI>
<
P
>
2.) The initscript;
</
P
>
<
LI
>
2.) The initscript;
</
LI
>
<
P
>
3.) Any other ancilliary scripts and files;
</
P
>
<
LI
>
3.) Any other ancilliary scripts and files;
</
LI
>
<
P
>
4.) A README.rpm-dist document that tries to adequately document
<
LI
>
4.) 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);
</P>
etc);
</LI>
<P>
5.) The spec file that throws it all together. This is not a
trivial undertaking in a package of this size.
</P>
<LI>
5.) The spec file that throws it all together. This is not a
trivial undertaking in a package of this size.
</LI>
</OL>
<P>
I then download and build on as many different canonical
<P>
I then download and build on as many different canonical
distributions as I can -- currently I am able to build on Red Hat
distributions 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
6.2, 7.0, and 7.1 on my personal hardware. Occasionally I receive
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment