mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
fix src tarball error text in make-release
Correct the error message if make-release fails to create the source tarball. Change-Id: Iaf908975d56c0ee4c2959854f0ffd9c855f2c708 Reviewed-on: http://gerrit.openafs.org/10228 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
This commit is contained in:
parent
28de757a65
commit
d9db6fbd17
@ -79,7 +79,7 @@ File::Path::rmtree("$tempDir/$name/doc");
|
||||
|
||||
# Create the source tarball (both .gz and .bz2)
|
||||
system("tar -cf $outDir/$name-src.tar -C $tempDir $name") == 0
|
||||
or die "Unable to create documentation tarball : $!";
|
||||
or die "Unable to create source code tarball : $!";
|
||||
push @toCompress, "$outDir/$name-src.tar";
|
||||
|
||||
# Construct the diffs, and zip them
|
||||
|
Loading…
Reference in New Issue
Block a user