[DRE-commits] [SCM] Tracking the Debian/Ruby wheezy transition branch, master, updated. c938543468893c3ffb5af680b19d1485e9aafe50

Antonio Terceiro terceiro at softwarelivre.org
Wed Mar 30 18:22:39 UTC 2011


The following commit has been merged in the master branch:
commit c938543468893c3ffb5af680b19d1485e9aafe50
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Wed Mar 30 11:22:13 2011 -0700

    Also download Lucas' detailed view

diff --git a/Makefile b/Makefile
index acf3933..b39d5bd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,13 @@
-all: wheezy_transition_data.js
+all: wheezy_transition_data.js details.html
 
 wheezy_transition_data.js:
 	wget -q -O $@ http://pkg-ruby-extras.alioth.debian.org/cgi-bin/wheezy-transition-data
 
+details.html:
+	wget -q -O $@ http://udd.debian.org/cgi-bin/ruby-transition.cgi
+
 clean:
-	$(RM) wheezy_transition_data.js
+	$(RM) wheezy_transition_data.js details.html
 
 reload:
 	$(MAKE) clean
diff --git a/index.html b/index.html
index 5519ec1..d6952bb 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,10 @@
       <div id='progress'>&nbsp;</div>
     </div>
     <p>
-    <a href='http://udd.debian.org/cgi-bin/ruby-transition.cgi'>See the details</a>
+    <a href='details.html'>See the details</a>
+    </p>
+    <p>
+    <em>Data from <a href='http://udd.debian.org/'>UDD</a>, updated daily.</em>
     </p>
   </body>
   <script src="wheezy_transition_data.js"></script>

-- 
Tracking the Debian/Ruby wheezy transition



More information about the Pkg-ruby-extras-commits mailing list