generate_source_tarball.sh: Cleanup message issued when checkout already exists
- generate_source_tarball.sh: Cleanup message issued when checkout already exists - Related: RHEL-46639
This commit is contained in:
parent
d1f073d3a3
commit
f4db21f883
@ -206,9 +206,7 @@ echo -e "\tTO_COMPRESS: ${TO_COMPRESS}"
|
|||||||
echo -e "\tBOOT_JDK: ${BOOT_JDK}"
|
echo -e "\tBOOT_JDK: ${BOOT_JDK}"
|
||||||
|
|
||||||
if [ -d "${FILE_NAME_ROOT}" ] ; then
|
if [ -d "${FILE_NAME_ROOT}" ] ; then
|
||||||
echo "exists exists exists exists exists exists exists "
|
echo "Reusing existing ${FILE_NAME_ROOT}"
|
||||||
echo "reusing reusing reusing reusing reusing reusing "
|
|
||||||
echo "${FILE_NAME_ROOT}"
|
|
||||||
STAT_TIME="$(stat --format=%Y "${FILE_NAME_ROOT}")"
|
STAT_TIME="$(stat --format=%Y "${FILE_NAME_ROOT}")"
|
||||||
TAR_TIME="$(date --date=@"${STAT_TIME}" --iso-8601=seconds)"
|
TAR_TIME="$(date --date=@"${STAT_TIME}" --iso-8601=seconds)"
|
||||||
else
|
else
|
||||||
|
@ -2488,6 +2488,7 @@ require "copy_jdk_configs.lua"
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Jul 8 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.12.0.6-0.1.ea
|
* Mon Jul 8 2024 Andrew Hughes <gnu.andrew@redhat.com> - 1:17.0.12.0.6-0.1.ea
|
||||||
- generate_source_tarball.sh: Update examples in header for clarity
|
- generate_source_tarball.sh: Update examples in header for clarity
|
||||||
|
- generate_source_tarball.sh: Cleanup message issued when checkout already exists
|
||||||
|
|
||||||
* Mon Jul 8 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.6-0.1.ea
|
* Mon Jul 8 2024 Thomas Fitzsimmons <fitzsim@redhat.com> - 1:17.0.12.0.6-0.1.ea
|
||||||
- Update to jdk-17.0.12+6 (EA)
|
- Update to jdk-17.0.12+6 (EA)
|
||||||
|
Loading…
Reference in New Issue
Block a user