0.7.4rc2-1
This commit is contained in:
parent
7cef7737ba
commit
61462c1565
@ -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).
|
||||
|
@ -20,3 +20,7 @@ deb-пакет будет лежать в build/out
|
||||
cd build
|
||||
./build surok_image
|
||||
```
|
||||
|
||||
## Известные проблемы
|
||||
|
||||
* В Debian Jessie поломан пакет python3-memcache. Бэкпортируйте свежую версию из testing (<= 1.57).
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -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
2
debian/control
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user