Skip to content

Commit

Permalink
Switch to new Trusty PPA for Voyager install process.
Browse files Browse the repository at this point in the history
(imported from commit 91fdc16f121938d36c389f5b285f0da942558759)
  • Loading branch information
timabbott committed Sep 25, 2015
1 parent 3c3238d commit abb1a13
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
10 changes: 5 additions & 5 deletions puppet/zulip/manifests/voyager.pp
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
include zulip::redis

apt::source {'zulip':
location => 'http://apt.zulip.com/enterprise',
release => 'precise',
repos => 'v1',
key => 'E5FB045CA79AA8FC25FDE9F3B4F81D07A529EF65',
key_source => 'https://zulip.com/dist/keys/enterprise.asc',
location => 'http://ppa.launchpad.net/tabbott/zulip/ubuntu',
release => 'trusty',
repos => 'main',
key => '84C2BE60E50E336456E4749CE84240474E26AE47',
key_source => 'https://zulip.com/dist/keys/zulip.asc',
pin => '995',
include_src => true,
}
Expand Down
7 changes: 4 additions & 3 deletions scripts/lib/install
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
# Assumes we've already been untarred

# First, install any updates from the apt repo that may be needed
wget -O /root/enterprise.asc https://zulip.com/dist/keys/enterprise.asc
apt-key add /root/enterprise.asc
wget -O /root/zulip-ppa.asc https://zulip.com/dist/keys/zulip-ppa.asc
apt-key add /root/zulip-ppa.asc
cat >/etc/apt/sources.list.d/zulip.list <<EOF
deb http://apt.zulip.com/enterprise precise v1
deb http://ppa.launchpad.net/tabbott/zulip/ubuntu trusty main
deb-src http://ppa.launchpad.net/tabbott/zulip/ubuntu trusty main
EOF

apt-get update
Expand Down

0 comments on commit abb1a13

Please sign in to comment.