maxeler / MaxAppTemplate

A cookiecutter template for quickly bootstrapping a Maxeler gallery app from the command line.
8 stars 1 forks source link

Release script? #10

Open mikeiz404 opened 9 years ago

mikeiz404 commented 9 years ago

I like the idea of having separate internal and release directories. It seems like release will need to be a separate git project/submodule to avoid publishing "private" code.

It would be nice to have an "update_release" script which would copy files from internal to release based on what should be public. I am assuming the internal and release directories will be more or less mirror images of each other. Could be something as simple as a per project shell script and would help make releasing consistent and simple.

Does a sample release script sound worth adding to the template? I don't mind making it.

alixedi commented 9 years ago

Great Idea!

The upside of using Python for build automation is that we can put a function in our fabricate script that does exactly this.

python make.py release sounds cool.

alixedi commented 9 years ago

What?

One cannot undo an accidental "close issue" in GitHub! This is broken.

ntrifunovic commented 9 years ago

@alixedi: We could also add automatic upload of the app to the AppGallery to the make script. AppGallery is having HTTP API that can be used for doing this. If we decide to do this I can provide you with the API details.