diff --git a/docs/subsystems/dependencies.md b/docs/subsystems/dependencies.md index e3d0aea801..d0bdd011f4 100644 --- a/docs/subsystems/dependencies.md +++ b/docs/subsystems/dependencies.md @@ -113,12 +113,6 @@ few places: install other dependencies, and (2) because that list is shared between development and production. -We maintain a [PPA (personal package archive)][ppa] with some packages -unique to Zulip (e.g the `tsearch_extras` postgres extension) and -backported versions of other dependencies (e.g. `camo`, to fix a buggy -`init` script). Our goal is to shrink or eliminate this PPA where -possible by getting issues addressed in the upstream distributions. - We also rely on the `pgroonga` PPA for the `pgroonga` postgres extension, used by our [full-text search](full-text-search.html). @@ -358,6 +352,5 @@ usually one needs to think about making changes in 3 places: [virtualenv-clone]: https://github.com/edwardgeorge/virtualenv-clone/ [yarn]: https://yarnpkg.com/ [npm]: https://npmjs.com/ -[ppa]: https://launchpad.net/~tabbott/+archive/ubuntu/zulip [iamcal]: https://github.com/iamcal/emoji-data [pygments]: http://pygments.org/ diff --git a/scripts/lib/setup-apt-repo b/scripts/lib/setup-apt-repo index ef0406e7b2..c09d1407e5 100755 --- a/scripts/lib/setup-apt-repo +++ b/scripts/lib/setup-apt-repo @@ -36,18 +36,7 @@ apt-get -y install "${pre_setup_deps[@]}" SCRIPTS_PATH="$(dirname "$(dirname "$0")")" release=$(lsb_release -sc) -if [ "$release" = "xenial" ] || [ "$release" = "bionic" ]; then - apt-key add "$SCRIPTS_PATH"/setup/pgroonga-ppa.asc - apt-key add "$SCRIPTS_PATH"/setup/zulip-ppa.asc - cat >$SOURCES_FILE <$SOURCES_FILE <$SOURCES_FILE <