[Fai-commit] r5169 - trunk/utils

lange at alioth.debian.org lange at alioth.debian.org
Thu Sep 18 15:27:56 UTC 2008


Author: lange
Date: 2008-09-18 15:27:54 +0000 (Thu, 18 Sep 2008)
New Revision: 5169

Modified:
   trunk/utils/mkdebmirror
Log:
remove obsolete code for fetching boot floppy images


Modified: trunk/utils/mkdebmirror
===================================================================
--- trunk/utils/mkdebmirror	2008-09-17 13:47:56 UTC (rev 5168)
+++ trunk/utils/mkdebmirror	2008-09-18 15:27:54 UTC (rev 5169)
@@ -1,17 +1,11 @@
 #! /bin/sh
 
 # $Id$
-# Thomas Lange, lange at informatik.uni-koeln.de, (c) 2001-2005
+# Thomas Lange, lange at informatik.uni-koeln.de, (c) 2001-2008
 
-# create partitial debian mirror using command debmirror(1) and rsync
+# create partitial debian mirror using command debmirror(1)
 
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-rsync_disks() {
-
-    # get the boot disks
-    rsync --delete -av $2::debian/dists/$1/main/disks-$arch $destdir/debian/dists/$1/main/
-}
-# - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 update_from() {
 
     # update local mirror from a host
@@ -44,6 +38,3 @@
 # even one should not mirror the security site, but I will do it.
 echo "------------------ create mirror for debian-security ------------------"
 debmirror $destdir/debian-security $allopt --host=security.debian.org -r debian-security  --section main,contrib,non-free -d etch/updates
-
-# get installation disk images via rsync
-#rsync_disks etch ftp2.de.debian.org




More information about the Fai-commit mailing list