[interchange-cvs] interchange - jon modified lib/Vend/Interpolate.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Oct 18 11:38:48 EDT 2005


User:      jon
Date:      2005-10-18 15:38:47 GMT
Modified:  lib/Vend Interpolate.pm
Log:
Remove duplicate settings of $opt->{login}, which is already forced earlier
in the function for $opt->{auto}.

Revision  Changes    Path
2.256     +2 -4      interchange/lib/Vend/Interpolate.pm


rev 2.256, prev_rev 2.255
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.255
retrieving revision 2.256
diff -u -u -r2.255 -r2.256
--- Interpolate.pm	15 Oct 2005 01:25:23 -0000	2.255
+++ Interpolate.pm	18 Oct 2005 15:38:47 -0000	2.256
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.255 2005/10/15 01:25:23 jon Exp $
+# $Id: Interpolate.pm,v 2.256 2005/10/18 15:38:47 jon Exp $
 #
 # Copyright (C) 2002-2005 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -28,7 +28,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.255 $, 10);
+$VERSION = substr(q$Revision: 2.256 $, 10);
 
 @EXPORT = qw (
 
@@ -5102,9 +5102,7 @@
 	$Scratch->{mv_no_session_id} = 1;
 
 	if($opt->{auto}) {
-		$opt->{login} =    1 unless defined $opt->{login};
 		$opt->{minutes} = 60 unless defined $opt->{minutes};
-		$opt->{login} = 1;
 		my $dir = "$Vend::Cfg->{ScratchDir}/auto-timed";
 		unless (allowed_file($dir)) {
 			log_file_violation($dir, 'timed_build');








More information about the interchange-cvs mailing list