Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
429f20a0
Commit
429f20a0
authored
Aug 17, 2015
by
Michał Siwek
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #95 from Tivoli/tivs/update-postgres-v9.4.4
Upgrade postgres to v9.4.4 and add pg commands to PATH
parents
9b98abf2
b3e38d62
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
packages/postgres.rb
packages/postgres.rb
+5
-4
No files found.
packages/postgres.rb
View file @
429f20a0
require
'package'
class
Postgres
<
Package
version
'9.
3.2
'
source_url
'https://ftp.postgresql.org/pub/source/v9.
3.2/postgresql-9.3.2
.tar.bz2'
source_sha1
'e
1438f6cc8d387703dd1cca201316603266bd83a
'
version
'9.
4.4
'
source_url
'https://ftp.postgresql.org/pub/source/v9.
4.4/postgresql-9.4.4
.tar.bz2'
source_sha1
'e
295fee0f1bace740b2db1eaa64ac060e277d5a7
'
depends_on
'buildessential'
def
self
.
build
system
"./configure"
system
"make"
...
...
@@ -19,6 +19,7 @@ class Postgres < Package
puts
"------------------"
puts
"Installation success!"
puts
"To get started, you need to initialize a database directory"
puts
"'echo
\"
export PATH=/usr/local/pgsql/bin:$PATH
\"
>> ~/.bashrc'"
puts
"'sudo chown chronos:chronos /usr/local/pgsql/data'"
puts
"'sudo chmod 700 /usr/local/pgsql/data'"
puts
"'initdb -D /usr/local/pgsql/data'"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment