Skip to content

Commit

Permalink
Merge pull request deis#5089 from mboersma/fix-database-pv-apk
Browse files Browse the repository at this point in the history
fix(database/build.sh): refer to stable pv package location
  • Loading branch information
mboersma authored Aug 26, 2016
2 parents 9b21fcc + bad5d22 commit 2381530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ apk add --update-cache \
python-dev

# pv port.
curl http://dl-3.alpinelinux.org/alpine/edge/testing/x86_64/pv-1.6.0-r0.apk -o /tmp/pv-1.6.0-r0.apk
apk add /tmp/pv-1.6.0-r0.apk
curl https://s3-us-west-2.amazonaws.com/get-deis/pv-1.6.0-r1.apk -o /tmp/pv-1.6.0-r1.apk
apk add /tmp/pv-1.6.0-r1.apk

/etc/init.d/postgresql stop || true

Expand Down

0 comments on commit 2381530

Please sign in to comment.