Skip to content

Commit

Permalink
Moved Ubuntu packaging scripts and deb repo to special branches
Browse files Browse the repository at this point in the history
In pull requests #307 and #308, I'm adding the packaging scripts and deb repo to special branches.
#307
#308
  • Loading branch information
Ori Shalev committed Feb 15, 2019
1 parent 5f1c1ca commit 3906fb8
Show file tree
Hide file tree
Showing 33 changed files with 8 additions and 498 deletions.
12 changes: 8 additions & 4 deletions README.md
Expand Up @@ -13,16 +13,20 @@ See https://github.com/facebook/mcrouter/wiki to get started.

### New! Ubuntu package available

Currently, we only have Ubuntu Xenial (16.04) amd64 package.
Currently, we support Ubuntu Xenial (16.04) and Bionic (18.04) amd64.
Here is how to install it:

Add the repo key:

$ wget -O - https://facebook.github.io/mcrouter/debian/PUBLIC.KEY | sudo apt-key add
$ wget -O - https://facebook.github.io/mcrouter/debrepo/xenial/PUBLIC.KEY | sudo apt-key add

Add the following line to apt sources file /etc/apt/sources.list
For Xenial: add the following line to apt sources file /etc/apt/sources.list

deb https://facebook.github.io/mcrouter/debian xenial contrib
deb https://facebook.github.io/mcrouter/debrepo/xenial xenial contrib

For Bionic: add the following line to apt sources file /etc/apt/sources.list

deb https://facebook.github.io/mcrouter/debrepo/bionic bionic contrib

Update the local repo cache:

Expand Down
52 changes: 0 additions & 52 deletions debian/PUBLIC.KEY

This file was deleted.

7 changes: 0 additions & 7 deletions debian/conf/distributions

This file was deleted.

Binary file removed debian/db/checksums.db
Binary file not shown.
Binary file removed debian/db/contents.cache.db
Binary file not shown.
Binary file removed debian/db/packages.db
Binary file not shown.
Binary file removed debian/db/references.db
Binary file not shown.
Binary file removed debian/db/release.caches.db
Binary file not shown.
4 changes: 0 additions & 4 deletions debian/db/version

This file was deleted.

39 changes: 0 additions & 39 deletions debian/dists/xenial/InRelease

This file was deleted.

19 changes: 0 additions & 19 deletions debian/dists/xenial/Release

This file was deleted.

17 changes: 0 additions & 17 deletions debian/dists/xenial/Release.gpg

This file was deleted.

22 changes: 0 additions & 22 deletions debian/dists/xenial/contrib/binary-amd64/Packages

This file was deleted.

Binary file removed debian/dists/xenial/contrib/binary-amd64/Packages.gz
Binary file not shown.
5 changes: 0 additions & 5 deletions debian/dists/xenial/contrib/binary-amd64/Release

This file was deleted.

Binary file not shown.
20 changes: 0 additions & 20 deletions packaging/xenial/README

This file was deleted.

28 changes: 0 additions & 28 deletions packaging/xenial/debian/changelog

This file was deleted.

1 change: 0 additions & 1 deletion packaging/xenial/debian/compat

This file was deleted.

19 changes: 0 additions & 19 deletions packaging/xenial/debian/control

This file was deleted.

31 changes: 0 additions & 31 deletions packaging/xenial/debian/copyright

This file was deleted.

2 changes: 0 additions & 2 deletions packaging/xenial/debian/mcrouter-docs.docs

This file was deleted.

12 changes: 0 additions & 12 deletions packaging/xenial/debian/patches/mcrouter_01_add_iberty_lib.diff

This file was deleted.

1 change: 0 additions & 1 deletion packaging/xenial/debian/patches/series

This file was deleted.

42 changes: 0 additions & 42 deletions packaging/xenial/debian/postinst

This file was deleted.

0 comments on commit 3906fb8

Please sign in to comment.