Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
Zipr Toolchain
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
Service Desk
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
Open Source Software
Zipr Toolchain
Commits
eed34df8
Commit
eed34df8
authored
6 years ago
by
Jason Hiser
Browse files
Options
Downloads
Patches
Plain Diff
better package names for centos
Former-commit-id:
b0365bf0
parent
2ac69328
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
get-peasoup-packages.sh
+5
-1
5 additions, 1 deletion
get-peasoup-packages.sh
with
5 additions
and
1 deletion
get-peasoup-packages.sh
+
5
−
1
View file @
eed34df8
...
...
@@ -35,6 +35,8 @@ BASE_PKGS="
# For clients of IRDB
CLIENT_IRDB_PKGS
=
"
postgresql-client
yum-postgresql-server
yum-postgresql-contrib
pgadmin3
apt-libpqxx-dev
yum-libpqxx-devel
...
...
@@ -45,7 +47,9 @@ CLIENT_IRDB_PKGS="
automake1.9"
# For IRDB server
SERVER_IRDB_PKGS
=
"postgresql"
SERVER_IRDB_PKGS
=
"
postgresql
"
ALL_PKGS
=
"
$BASE_PKGS
$CLIENT_IRDB_PKGS
$SERVER_IRDB_PKGS
"
...
...
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