Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TBK
aports
Commits
87364ec9
Commit
87364ec9
authored
9 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
testing/postgresql-bdr: fix dependency for init script
parent
57f48923
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/postgresql-bdr/APKBUILD
+4
-4
4 additions, 4 deletions
testing/postgresql-bdr/APKBUILD
testing/postgresql-bdr/pgbdr-restore.initd
+1
-1
1 addition, 1 deletion
testing/postgresql-bdr/pgbdr-restore.initd
with
5 additions
and
5 deletions
testing/postgresql-bdr/APKBUILD
+
4
−
4
View file @
87364ec9
...
...
@@ -2,7 +2,7 @@
pkgname
=
postgresql-bdr
pkgver
=
9.4.1_p1
_ver
=
${
pkgver
/_p/_bdr
}
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"A sophisticated object-relational DBMS with bidirectional replication support (BDR)"
url
=
"https://wiki.postgresql.org/wiki/BDR_Administration"
arch
=
"x86_64"
...
...
@@ -103,19 +103,19 @@ md5sums="b87f65b71b23027ab0ef98d951af4254 postgresql-bdr-9.4.1_bdr1.tar.bz2
8dec4e9dc132304b5d33586acbcdbf90 postgresql-bdr-osxflags.patch
901e76a1b9eedd08893f1aee23637f16 postgresql-bdr.initd
199747784fcba0a92e55283b90993d78 postgresql-bdr.confd
d2a51db4436e550d56bb1e96699faef4
pgbdr-restore.initd
ee617d41ea865bab9247e3c5a39d597d
pgbdr-restore.initd
bf45384752b320b369f1425939763178 pgbdr-restore.confd"
sha256sums
=
"0940c30ae0a2d011f54bb4fb652ed6291d2344a32448f8138f70b27a54708f36 postgresql-bdr-9.4.1_bdr1.tar.bz2
36a65229bf31b20a95ff2e2cac1a6ece0c61afdcd0b544759ad12f34d1b98a39 initdb.patch
d6f0f3eebca1c524c746c54be289e9816b00ad27fbfa834c2caee76c47daf155 postgresql-bdr-osxflags.patch
c173ffd6c3ce4348fdcee8c8511a2e09af3bed350a3cdef6cadc1700e79063b4 postgresql-bdr.initd
70ac7bf24556c16e6324b4efe76fba425bb09a2f7e74afbb5f988333eb8df724 postgresql-bdr.confd
d73701e9a5fff2d7088ee50d7c7fc8a2fa19f651237d8b880c579e0e09515609
pgbdr-restore.initd
68fe8f740e57e1454d8f1d7072b395a02c0637c32b804b25c228390c603e1344
pgbdr-restore.initd
31414d8b57c4cd2116b6014de3f1329875151910753fbd616daec4554866d02f pgbdr-restore.confd"
sha512sums
=
"4365514dc4f6bb9ec86edc966e71e87fe3eacf48a2d2f187bdf21360bbe61952422918d8f616680f0910f4812aa14af090ae69a377b081e4cc70988ca931fc2a postgresql-bdr-9.4.1_bdr1.tar.bz2
6f7fdceb1a5aba3f00894ae88afdf25e5f9c7a0ffc00b11211011a6415ea73639d6a67f516cab66c6487484bab26ded3c93471d6d41ac0d3822926c22274f2ba initdb.patch
1973863bfc208ce20ca2dd82557ebbd4fcddd1219d6a80f2e83550d0110d39f034cb829cca3ee9208f513a24b032267b94559c740ddddb10a4f24c630194eb5e postgresql-bdr-osxflags.patch
861e4f5091cb2b3c80ce0afddb09275ed7e130c717235cdb7a3e58599424f13c11855e158e584b7342df18d47f7a7d71e945b8899337f82a3ea814a11fff39c0 postgresql-bdr.initd
e906e23241bed2624719c1e7e5305695cce1cb520f26f6a4c6bbb994f59db3cc4c63afcfe0e7fb705ad4691dd0a911770012fc16819e4c2686c7029e1e4a4a45 postgresql-bdr.confd
e7f8e08edc54c54c513786f8ea34cb6deac61106cff8004fbe56b9b32b22a4d5acdff256e864ef242b91d7704595fd9ec27ccbcef70da5d5c85f049d92304bf2
pgbdr-restore.initd
f4739a297fa7862a15c4b11dd5043ef7b6b5366a19640446c50857e5a774c1829a997d786461ec58ebc929e3fa1a3a6170cadb5eb90166d529a2b8096ebeeeaf
pgbdr-restore.initd
c14a5684e914abb3b0ee71bbf15eed71a9264deacaa404a6e3af6bfc330d93e7598624d0ed11a94263106cc660f7f54c8ff57e759033cf606a795f69ff6c1c7c pgbdr-restore.confd"
This diff is collapsed.
Click to expand it.
testing/postgresql-bdr/pgbdr-restore.initd
+
1
−
1
View file @
87364ec9
...
...
@@ -3,7 +3,7 @@
extra_commands="${opts} dump restore purge"
depend() {
need postgresql
need postgresql
-bdr
}
restore() {
...
...
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