forked from wolfSSL/wolfssl
fixes for vagrant scripts due to name changing:
update name to wolfssl. add question before sync.
This commit is contained in:
@ -1,11 +1,13 @@
|
||||
#!/bin/bash
|
||||
SRC=vagrant
|
||||
DST=wolfssl
|
||||
|
||||
# synchronize without .git and .gitignore to avoid output files
|
||||
rsync --exclude .git --exclude-from .gitignore -rvt /vagrant/ ~/cyassl/
|
||||
rsync --exclude .git --exclude-from .gitignore -rvt /$SRC/ ~/$DST/
|
||||
|
||||
# synchronize everything else needed.
|
||||
rsync -rvt /vagrant/.git ~/cyassl/
|
||||
rsync -rvt /vagrant/IDE ~/cyassl/
|
||||
rsync -rvt /vagrant/mcapi ~/cyassl/
|
||||
rsync -rvt /vagrant/mplabx ~/cyassl/
|
||||
rsync -rvt /vagrant/configure.ac ~/cyassl/
|
||||
rsync -rvt /$SRC/.git ~/$DST/
|
||||
rsync -rvt /$SRC/IDE ~/$DST/
|
||||
rsync -rvt /$SRC/mcapi ~/$DST/
|
||||
rsync -rvt /$SRC/mplabx ~/$DST/
|
||||
rsync -rvt /$SRC/configure.ac ~/$DST/
|
||||
|
Reference in New Issue
Block a user