VIVO-272 Do proper merge and tag of the final release

This commit is contained in:
j2blake 2013-09-02 13:09:40 -04:00
parent f72913a2f1
commit 8ed2523a7d
2 changed files with 21 additions and 16 deletions

View file

@ -23,7 +23,7 @@ require '_common'
#
def export_files(vivo_path, vitro_path, tag, export_dir)
approve_and_execute([
"rm -Rf #{export_dir}/..",
"rm -Rf #{File.expand_path("..", export_dir)}",
"mkdir -pv #{export_dir}",
"cp -R #{vivo_path}/* #{export_dir}",
"mkdir -pv #{export_dir}/vitro-core",