You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch from '-rl' to '--archive' which attempts to preserve as much
metadata from the source files as possible, including timestamps, the
motivation behind OPENJDK-2427.
https://issues.redhat.com/browse/OPENJDK-2427
Signed-off-by: Jonathan Dowland <[email protected]>
Copy file name to clipboardExpand all lines: modules/s2i/core/bash/artifacts/opt/jboss/container/s2i/core/s2i-core
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ function s2i_core_copy_configuration() {
64
64
mkdir -pm 775 "${S2I_TARGET_CONFIGURATION_DIR}"
65
65
fi
66
66
log_info "Copying configuration from $(realpath --relative-to ${S2I_SOURCE_DIR} ${1}/${S2I_SOURCE_CONFIGURATION_DIR}) to ${S2I_TARGET_CONFIGURATION_DIR}..."
0 commit comments