berkus / muddle

Automatically exported from code.google.com/p/muddle
0 stars 0 forks source link

Need a mechanism to "distribute" the deploy/ directory #255

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
"muddle distribute _binary_release" deliberately doesn't package up the 
"deploy" directory, mainly as it duplicates files in the install directory.

However, sometimes a customer just wants the deploy directory.

Just doing a TGZ or ZIP of the deploy directory isn't really enough, as we want 
to make sure that a stamp file is included, to indicate provenance.

So it would be nice to have a "muddle distribute _deploy_directory 
<deployments>" or somesuch, which just bundles up a version stamp and the 
deploy directory, and possibly a manifest file indicating which deployments are 
included (since some projects can have many, not all of which are always 
required).

Original issue reported on code.google.com by t...@kynesim.co.uk on 16 Aug 2013 at 9:22

GoogleCodeExporter commented 9 years ago
Fixed in dccf777705690f639f1679c72a0964d9d7de917c on master

New command "muddle distribute _deployment"

Original comment by t...@kynesim.co.uk on 2 Sep 2013 at 2:04