From fb2f816ab774604f3c6917db77ca9675d8ec90a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Thu, 21 Feb 2013 15:27:17 +0100
Subject: [PATCH] Add statement about complete uselessness of this download
 recipe.

---
 slapos/recipe/downloader.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/slapos/recipe/downloader.py b/slapos/recipe/downloader.py
index 6c18969aa..8901161ac 100644
--- a/slapos/recipe/downloader.py
+++ b/slapos/recipe/downloader.py
@@ -36,6 +36,11 @@ from slapos.recipe.librecipe import GenericBaseRecipe
 
 BUFFER_SIZE = 1024
 
+# XXX-Cedric: For god's sake, why do we always reinvent the wheel???
+# DON'T use this and use h.r.download, except if you need the "confirm" feature.
+
+# XXX-Cedric: implement "confirm" feature in h.r.download
+
 def service(args):
     environ = os.environ.copy()
     environ.update(PATH=args['path'])
-- 
2.30.9