Skip to content
Snippets Groups Projects
Commit 577d7654 authored by Armand Bahi's avatar Armand Bahi
Browse files

Modify symlinks strategy

parent 3c521a9e
No related branches found
No related tags found
No related merge requests found
......@@ -19,16 +19,6 @@ cd ..
echo "---- Pull vitis ----"
git subtree pull --prefix src/vitis --squash -m "pull subtree" "git@gitlab.veremes.net:Development/vitis_apps/sources/vitis.git" master
# fichiers à ignorer
git update-index --assume-unchanged conf/properties.json
git update-index --assume-unchanged conf/package.json
git update-index --assume-unchanged src/vitis/vas/rest/.htaccess
git update-index --assume-unchanged src/vitis/vas/rest/conf/properties.inc
git update-index --assume-unchanged src/vitis/vas/rest/conf/properties_domain.inc
git update-index --assume-unchanged src/vitis/vas/rest/conf/properties_post.inc
git update-index --assume-unchanged src/vitis/vas/rest/conf/properties_server.inc
git update-index --assume-unchanged src/vitis/vas/rest/conf/version.inc
# Modules
if [[ $depsCount > 0 ]]; then
for (( i=1; i <= $depsCount; i++ )); do
......@@ -37,10 +27,6 @@ if [[ $depsCount > 0 ]]; then
# Ajoute le dépôt
git subtree pull --prefix src/${aDeps[$i, name]} --squash -m "pull subtree" "git@gitlab.veremes.net:Development/vitis_apps/sources/${aDeps[$i, name]}.git" master
# fichiers à ignorer
git update-index --assume-unchanged src/${aDeps[$i, name]}/web_service/conf/properties.inc
git update-index --assume-unchanged src/${aDeps[$i, name]}/web_service/conf/properties_server.inc
git update-index --assume-unchanged src/${aDeps[$i, name]}/web_service/conf/version.inc
fi
done
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment