flexbe_behavior_engine icon indicating copy to clipboard operation
flexbe_behavior_engine copied to clipboard

create_repo defines separate git repo ... make optional?

Open dcconner opened this issue 9 years ago • 5 comments
trafficstars

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?

dcconner avatar Mar 15 '16 14:03 dcconner

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.

pschillinger avatar Mar 20 '16 19:03 pschillinger

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.

dcconner avatar Mar 21 '16 02:03 dcconner

Alright, I will prepare such a script.

pschillinger avatar Mar 21 '16 20:03 pschillinger

I was also surprised that a git repo is created since I created the packages inside an existing git repo. +1

Achllle avatar Jan 30 '20 00:01 Achllle

Was this ever added? It would be really great to have.

simonbogh avatar Feb 24 '22 12:02 simonbogh