[SCM] live-studio branch, master, updated. 45e180a6769584cad372399f9383dbb965e8ece8
Chris Lamb
lamby at debian.org
Mon Aug 2 02:07:17 UTC 2010
The following commit has been merged in the master branch:
commit 45e180a6769584cad372399f9383dbb965e8ece8
Author: Chris Lamb <lamby at debian.org>
Date: Sun Aug 1 22:05:50 2010 -0400
Make it clearer that you get an email when the build completes
diff --git a/live_studio/build/views.py b/live_studio/build/views.py
index 7795d87..44a4415 100644
--- a/live_studio/build/views.py
+++ b/live_studio/build/views.py
@@ -10,6 +10,6 @@ def enqueue(request, config_id):
config.builds.create()
messages.add_message(request, messages.INFO,
- "Build enqueued.")
+ "Build enqueued. You will receive an email when the build completes.")
return HttpResponseRedirect(config.get_absolute_url())
--
live-studio
More information about the debian-live-changes
mailing list