flexbe_behavior_engine
flexbe_behavior_engine copied to clipboard
create_repo defines separate git repo ... make optional?
I am creating some states that are grouped with other packages in a repo, so I want to add the behaviors to the this same repo.
The create_repo script assumes a separate repo, and does a "git init" to create the .git folder. I deleted this for my setup, but this seems to be a big assumption on the scripts part.
Should we make this optional based on a command line argument?
I don't completely understand. The purpose of create_repo is to create a repo. It sounds like you would prefer to have another script only doing a subset of this. If you tell me what exactly the script should do, I can add one.
The create_repo sets up the specific file structure expected of a behaviors package as well as creates the git repo initialization.
I'm asking for a script to create the file structure and demo, without git initialization.
Also, as related to direct email, it would be nice to use custom package name for the demo so that you could run the script multiple times in a workspace.
Alright, I will prepare such a script.
I was also surprised that a git repo is created since I created the packages inside an existing git repo. +1
Was this ever added? It would be really great to have.