mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 06:05:29 -04:00
Docker: Exclude some more dirs from rsync.
svn-origin-rev: 18608
This commit is contained in:
parent
88aad381bc
commit
a4ad2a76f0
1 changed files with 15 additions and 11 deletions
|
|
@ -4,22 +4,26 @@
|
|||
set -e
|
||||
|
||||
echo -e "\n========== Copying Changed Files =========="
|
||||
rsync --exclude="*~" \
|
||||
--exclude=".*/" \
|
||||
--exclude="*.pyc" \
|
||||
--exclude=/cp2k/obj/ \
|
||||
--exclude=/cp2k/lib/ \
|
||||
--exclude=/cp2k/exe/ \
|
||||
--ignore-times \
|
||||
--update \
|
||||
--verbose \
|
||||
--recursive \
|
||||
--checksum \
|
||||
rsync --exclude="*~" \
|
||||
--exclude=".*/" \
|
||||
--exclude="*.pyc" \
|
||||
--exclude=/cp2k/obj/ \
|
||||
--exclude=/cp2k/lib/ \
|
||||
--exclude=/cp2k/exe/ \
|
||||
--exclude=/cp2k/regtesting/ \
|
||||
--exclude=/cp2k/tools/toolchain/ \
|
||||
--ignore-times \
|
||||
--update \
|
||||
--verbose \
|
||||
--recursive \
|
||||
--checksum \
|
||||
/opt/cp2k-local/ /opt/cp2k-master/
|
||||
|
||||
rsync --exclude="*~" \
|
||||
--exclude=".*/" \
|
||||
--exclude="*.pyc" \
|
||||
--exclude=/build/ \
|
||||
--exclude=/install/ \
|
||||
--ignore-times \
|
||||
--update \
|
||||
--verbose \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue