mirror of https://github.com/CGAL/cgal
new variable names
This commit is contained in:
parent
21af3a7322
commit
b02ff964da
|
|
@ -81,13 +81,13 @@ rewriteRoot=
|
||||||
# options to speedup
|
# options to speedup
|
||||||
|
|
||||||
# TODO internal-releases only >= 3.7
|
# TODO internal-releases only >= 3.7
|
||||||
internalReleases="--tags tags/internal-releases"
|
internalReleasesTags="--tags tags/internal-releases"
|
||||||
internalReleases=
|
internalReleasesTags=
|
||||||
|
|
||||||
debian="--tags tags/debian"
|
debianTags="--tags tags/debian"
|
||||||
debian=
|
debianTags=
|
||||||
|
|
||||||
CMD="git svn init $fromSvn $rewriteRoot --trunk branches/next --branches branches/features --branches branches/releases --tags tags/releases $internalReleases $debian"
|
CMD="git svn init $fromSvn $rewriteRoot --trunk branches/next --branches branches/features --branches branches/releases --tags tags/releases $internalReleasesTags $debianTags"
|
||||||
echo "Init repository: $CMD"
|
echo "Init repository: $CMD"
|
||||||
$CMD
|
$CMD
|
||||||
echo
|
echo
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue