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
caf4da8a
"doc/FAQ_DEV" did not exist on "4ec54e7aee3174748fe7b2be75078ea6d07bfea4"
Commit
caf4da8a
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Update FAQ_DEV.
parent
79d5f6f6
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/FAQ_DEV
+12
-16
12 additions, 16 deletions
doc/FAQ_DEV
doc/src/FAQ/FAQ_DEV.html
+4
-4
4 additions, 4 deletions
doc/src/FAQ/FAQ_DEV.html
with
16 additions
and
20 deletions
doc/FAQ_DEV
+
12
−
16
View file @
caf4da8a
...
@@ -453,21 +453,17 @@ typedef struct nameData
...
@@ -453,21 +453,17 @@ 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;
2.) The initscript;
3. 3.) Any other ancilliary scripts and files;
4. 4.) A README.rpm-dist document that tries to adequately document
3.) Any other ancilliary scripts and files;
both the differences between the RPM build and the WHY of the
differences, as well as useful RPM environment operations (like,
4.) A README.rpm-dist document that tries to adequately document both
using syslog, upgrading, getting postmaster to start at OS boot,
the differences between the RPM build and the WHY of the differences,
etc);
as well as useful RPM environment operations (like, using syslog,
5. 5.) The spec file that throws it all together. This is not a
upgrading, getting postmaster to start at OS boot, etc);
trivial undertaking in a package of this size.
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
...
...
This diff is collapsed.
Click to expand it.
doc/src/FAQ/FAQ_DEV.html
+
4
−
4
View file @
caf4da8a
...
@@ -560,17 +560,17 @@
...
@@ -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>
...
...
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