tools/scripts/releaser - Pass --branch and --skip-gencode
authorTim Otten <totten@civicrm.org>
Sun, 14 Sep 2014 18:04:42 +0000 (14:04 -0400)
committerTim Otten <totten@civicrm.org>
Sun, 14 Sep 2014 18:04:42 +0000 (14:04 -0400)
tools/scripts/releaser/releaser

index 746a334cd25eaec48c2e30fc7269df4a67e44d8d..17bc700fb2bca8958f6de06b9461034e49236018 100755 (executable)
@@ -57,7 +57,7 @@ function do_mk_project() {
     fi
   done
 
-  $cmd_gitify all "$git_base_url" "$workdir/$version/export" --l10n
+  $cmd_gitify all "$git_base_url" "$workdir/$version/export" --l10n --branch "$start_point" --skip-gencode
 }
 
 #################################################