Skip to content

Commit

Permalink
preserve times when rsyncing yum
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jan 8, 2024
1 parent a68120f commit 8976fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theforeman.org/pipelines/lib/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ def rsync_yum(user, ssh_key, collection, target, version) {

sh """
export RSYNC_RSH="ssh -i ${ssh_key}"
/usr/bin/rsync --checksum --perms --recursive --links --verbose --partial --one-file-system --delete-after ${collection}/${version}/ ${target_path}
/usr/bin/rsync --checksum --times --perms --recursive --links --verbose --partial --one-file-system --delete-after ${collection}/${version}/ ${target_path}
"""
}
}

0 comments on commit 8976fb8

Please sign in to comment.