X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/80aff93b3227cdf29135ed21d3f114a396a8d0a3..fdd10da6f7995296f6bb5ee3dd7231d6dbc20b5e:/packaging/nightly-rsync 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');