diff make/mirror.py @ 104:7bcba6e2acc3

OLS papers are up to 2009 now.
author Rob Landley <rob@landley.net>
date Fri, 01 Jan 2010 04:54:13 -0600
parents b1069151f74b
children dde34eaf03ed
line wrap: on
line diff
--- a/make/mirror.py	Fri Jan 01 04:51:43 2010 -0600
+++ b/make/mirror.py	Fri Jan 01 04:54:13 2010 -0600
@@ -23,7 +23,8 @@
           ["765e049036ca947af05fb5b4f29b9daf4b363558", "https://ols2006.108.redhat.com/2007/Reprints/OLS2007-Proceedings-V1.pdf", "ols2007v1.pdf"],
           ["60fdaa6a74dec29a0538325b742bee4097247c6d", "https://ols2006.108.redhat.com/2007/Reprints/OLS2007-Proceedings-V2.pdf", "ols2007v2.pdf"],
           ["a31ac3ae1fffcd747ae37a2e667ec3bd695ede47", "http://www.linuxsymposium.org/2008/ols-2008-Proceedings-V1.pdf", "ols2008v1.pdf"],
-          ["5132655a740f98c81ad159c20b5c12887ea3cf8a", "http://www.linuxsymposium.org/2008/ols-2008-Proceedings-V2.pdf", "ols2008v2.pdf"]
+          ["5132655a740f98c81ad159c20b5c12887ea3cf8a", "http://www.linuxsymposium.org/2008/ols-2008-Proceedings-V2.pdf", "ols2008v2.pdf"],
+          ["f48e8682c14355df15567be2c95307485edb1587", "http://www.linuxsymposium.org/2009/ls-2009-proceedings.pdf", "ols2009.pdf"]
          ):
   file=i[1].split('/')[-1]
   if len(i)>2: file=i[2]