From: Wayne Davison Date: Fri, 30 Jun 2006 14:26:01 +0000 (+0000) Subject: Changed the name of the nightly symlink. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/9578783a719e1eeb1c4765be697730bc243d3de5 Changed the name of the nightly symlink. --- diff --git a/packaging/nightly-rsync b/packaging/nightly-rsync index b18976df..58936a6b 100755 --- a/packaging/nightly-rsync +++ b/packaging/nightly-rsync @@ -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');