From fa19123cd2faa82b567c840344ffecae49130e14 Mon Sep 17 00:00:00 2001
From: Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
Date: Mon, 22 Sep 2014 09:45:54 -0300
Subject: [PATCH] 00-update: Add comment

Signed-off-by: Diego Giovane Pasqualin <dpasqualin@c3sl.ufpr.br>
---
 scripts/00-update | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/00-update b/scripts/00-update
index c796158..35c35d9 100755
--- a/scripts/00-update
+++ b/scripts/00-update
@@ -64,6 +64,8 @@ echo "deb http://$LEHOST $LEMIRROR main" \
 echo "deb http://archive.canonical.com/ lucid partner" \
         >> "$CHROOTDIR"/etc/apt/sources.list.d/java-repos.list
 
+# le, le5 and mc share the same public key. The servers windu and le also
+# have the same public.key
 chroot "$CHROOTDIR" wget http://windu.c3sl.ufpr.br/le/public.key -O /dev/stdout \
     > "$TMP"/windu.key
 
-- 
GitLab