Le Sat, Apr 06, 2013 at 12:43:53PM -0500, Eric Evans a écrit : > [ Charles Plessy ] > > Le Wed, Apr 03, 2013 at 08:52:25PM +0200, Daniel Baumann a écrit : > > > any chance to have an upload to experimental any time soon? the newer > > > version is needed in order to use amazon glacier.. > > > > Dear Eric, > > > > if you are busy at the moment, would you mind a non-maintainer upload to > > Experimental ? > > 2.8.0 has been uploaded to experimental; I'll push this to unstable when > it makes sense to vis-a-vis the release of wheezy.
Hello Eric, here is a patch to debian/watch, to follow tags instead of downloads in GitHub. Do you think you can upload the 2.9.2 ? Compared to 2.8.0, I think that it can handle the replication of images across availability zones. Have a nice week-end, -- Charles Plessy Tsurumi, Kanagawa, Japan
>From 7c4b578d7592fd97d176984d665007e6f07afedb Mon Sep 17 00:00:00 2001 From: Charles Plessy <[email protected]> Date: Sat, 11 May 2013 10:33:44 +0900 Subject: [PATCH] Watch the tags on GitHub. --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index e869075..e846df6 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts="uversionmangle=s/(([ab]|rc)[0-9])$/~\1/" \ - https://github.com/boto/boto/downloads /downloads/boto/boto/boto-(.*).tar.gz + https://github.com/boto/boto/tags /boto/boto/archive/(.*).tar.gz -- 1.8.2.rc0

