CVS website/ant

Arnaud Vandyck avdyk at haydn.debian.org
Wed Aug 17 20:52:02 UTC 2005


Update of /cvsroot/pkg-java/website/ant
In directory haydn:/org/alioth.debian.org/chroot/home/groups/pkg-java/htdocs/ant

Modified Files:
	SourceDep.sh 
Log Message:
added contrib and experimental sources

--- /cvsroot/pkg-java/website/ant/SourceDep.sh	2005/08/16 19:38:46	1.1
+++ /cvsroot/pkg-java/website/ant/SourceDep.sh	2005/08/17 20:52:02	1.2
@@ -3,7 +3,7 @@
 # Script by Wolfgang Baer, modified by Arnaud Vandyck
 
 function move {
-    bunzip2 Sources.bz2
+    gunzip Sources.gz
     cat Sources >> sources
     rm Sources
 }
@@ -14,10 +14,10 @@
 }
 
 # download and put the source in the souces file
-download ftp.debian.org/debian/dists/unstable/main/source/Sources.bz2
-#download ftp.debian.org/debian/dists/unstable/contrib/source/Sources.bz2
-#download ftp.debian.org/debian/dists/experimental/main/source/Sources.bz2
-#download ftp.debian.org/debian/dists/experimental/contrib/source/Sources.bz2
+download ftp.debian.org/debian/dists/unstable/main/source/Sources.gz
+download ftp.debian.org/debian/dists/unstable/contrib/source/Sources.gz
+download ftp.debian.org/debian/dists/experimental/main/source/Sources.gz
+download ftp.debian.org/debian/dists/experimental/contrib/source/Sources.gz
 
 # process packages depending on ant:
 cat HEADER.inc.html > index.html
@@ -34,7 +34,7 @@
     <span class="footnote">
     <hr />
       <span class="generated">Generated on $(date).</span>
-      <span class="generated">Script last modified: $Date: 2005/08/16 19:38:46 $.</span>
+      <span class="generated">Script last modified: $Date: 2005/08/17 20:52:02 $.</span>
       <span class="source">Source: <a 
 href="./SourceDep.sh">./SourceDep.sh</a></span>
     </span>



More information about the pkg-java-commits mailing list