Skip to content

Commit

Permalink
Merge pull request metal3-io#544 from derekhiggins/nofilelist
Browse files Browse the repository at this point in the history
METAL-1123: Suppress file listing of compiled py files
  • Loading branch information
openshift-merge-bot[bot] authored Aug 15, 2024
2 parents 9fb1f71 + e7806a6 commit 23c6cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ if [[ -f /tmp/main-packages-list.ocp ]]; then

# NOTE(janders) since we set --no-compile at install time, we need to
# compile post-install (see RHEL-29028)
python3 -m compileall --invalidation-mode=timestamp /usr
python3 -m compileall --invalidation-mode=timestamp -q /usr

# ironic system configuration
mkdir -p /var/log/ironic /var/lib/ironic
Expand Down

0 comments on commit 23c6cb5

Please sign in to comment.