Changed the name of the nightly symlink.
authorWayne Davison <wayned@samba.org>
Fri, 30 Jun 2006 14:26:01 +0000 (14:26 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 30 Jun 2006 14:26:01 +0000 (14:26 +0000)
packaging/nightly-rsync

index b18976d..58936a6 100755 (executable)
@@ -18,7 +18,7 @@ use Date::Format;
 our $unpacked = $ENV{HOME} . '/release/nightly';
 # Where the local copy of /home/ftp/pub/rsync/nightly should be updated.
 our $nightly = $ENV{HOME} . '/samba-rsync-ftp/nightly';
-our $nightly_symlink = "$nightly/rsync-nightly.tar.gz";
+our $nightly_symlink = "$nightly/rsync-HEAD.tar.gz";
 
 our($cvs_update, $make_tar, $upload, $help_opt);
 &Getopt::Long::Configure('bundling');