0.7.4rc2-1

This commit is contained in:
Denis Zheleztsov 2016-11-10 17:24:56 +03:00
parent 7cef7737ba
commit 61462c1565
4 changed files with 15 additions and 1 deletions

View File

@ -20,3 +20,7 @@ build surok base docker image
cd build
./build surok_image
```
## Known issues
* python3-memcache is broken in Debian Jessie. Backport fresh version from testing (>= 1.57).

View File

@ -20,3 +20,7 @@ deb-пакет будет лежать в build/out
cd build
./build surok_image
```
## Известные проблемы
* В Debian Jessie поломан пакет python3-memcache. Бэкпортируйте свежую версию из testing (<= 1.57).

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
surok (0.7.4~rc2-1) testing; urgency=medium
* memcache resolving
-- Denis Zheleztsov <difrex.punk@gmail.com> Thu, 10 Nov 2016 17:23:01 +0300
surok (0.7.4~rc2) testing; urgency=medium
* Fallback to files

2
debian/control vendored
View File

@ -8,5 +8,5 @@ Vcs-Git: https://github.com/Difrex/surok
Package: surok
Architecture: all
Depends: python3-jinja2, python3-dnsq, python3-requests, python3-memcache
Depends: python3-jinja2, python3-dnsq, python3-requests, python3-memcache (>= 1.57)
Description: Service discovery for Apache Mesos clusters