[Python-checkins] CVS: distutils mksnap,1.3,1.4

Greg Ward python-dev@python.org
Tue, 11 Apr 2000 21:45:07 -0400 (EDT)


Update of /projects/cvsroot/distutils
In directory thrak:/home/gward/python/distutils

Modified Files:
	mksnap 
Log Message:
Snapshots go to www/download.

Index: mksnap
===================================================================
RCS file: /projects/cvsroot/distutils/mksnap,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** mksnap	1999/10/23 19:07:48	1.3
--- mksnap	2000/04/12 01:45:04	1.4
***************
*** 7,11 ****
  # command!
  #
! # $Id: mksnap,v 1.3 1999/10/23 19:07:48 gward Exp $
  #
  
--- 7,11 ----
  # command!
  #
! # $Id: mksnap,v 1.4 2000/04/12 01:45:04 gward Exp $
  #
  
***************
*** 42,45 ****
  # and move the snapshot into the distutils web directory
  print "moving $snapname\n";
! move ($snapname, "distutils/www")
     || die "couldn't move $snapname to distutils/www: $!\n";
--- 42,45 ----
  # and move the snapshot into the distutils web directory
  print "moving $snapname\n";
! move ($snapname, "distutils/www/download")
     || die "couldn't move $snapname to distutils/www: $!\n";