[Apt-got-cvs-commits] apt-got/src/com/debianmirror/server MirrorHttpWorkerImpl.java,1.5,1.6 ServerCo
Status: Beta
Brought to you by:
dun3
From: Tobias H. <du...@bt...> - 2004-06-01 19:05:29
|
Update of /var/lib/cvs/apt-got/apt-got/src/com/debianmirror/server In directory btfmx2:/tmp/cvs-serv13469/src/com/debianmirror/server Modified Files: MirrorHttpWorkerImpl.java ServerConfig.java Log Message: Minor upgrades for the Purger. Now DebianMirrorFiles that got obsolete but still are in the FileCache get purged correctly. Index: ServerConfig.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/com/debianmirror/server/ServerConfig.java,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 Index: MirrorHttpWorkerImpl.java =================================================================== RCS file: /var/lib/cvs/apt-got/apt-got/src/com/debianmirror/server/MirrorHttpWorkerImpl.java,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** MirrorHttpWorkerImpl.java 19 May 2004 01:28:57 -0000 1.5 --- MirrorHttpWorkerImpl.java 1 Jun 2004 19:05:16 -0000 1.6 *************** *** 64,69 **** /** ! * <p>Creates a new instance and assignes the <code>MirrorControl</code> ! * to this instance.</p> */ public MirrorHttpWorkerImpl(ServerConfig sc) { --- 64,69 ---- /** ! * Creates a new instance and assignes the <code>MirrorControl</code> ! * to this instance. */ public MirrorHttpWorkerImpl(ServerConfig sc) { |