Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions rhtas/tuf-repo-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,11 @@ for file in "${files_to_delete[@]}"; do
rm -- "$file"
done

echo "Setting 644 permissions on public repository files ..."
find "${OUTDIR}" -type f -exec chmod 644 {} +

#Test
ls -Rla "${OUTDIR}"

echo "Copying the TUF repository to final location ${TUF_REPO_PATH} ..."
# TODO: fix this based on changes in layout of tuftool output
Expand Down