Re: Existing utility to track compiled files in another sister repository, for rollouts

2012-08-23 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason ava...@gmail.com writes: 5. Copy those to to software-generated.git, removing any that we didn't just create, adding any that are new 6. Commit that, tag it with generated-deployment-MMDD-HHMMSS 9. Do git clean -dxf on software.git remove old generated files

Re: Existing utility to track compiled files in another sister repository, for rollouts

2012-08-23 Thread Ævar Arnfjörð Bjarmason
On Thu, Aug 23, 2012 at 6:28 PM, Ævar Arnfjörð Bjarmason ava...@gmail.com wrote: I'm planning on using Git for a deployment process where the steps are basically: 1. You log into a deployment host, cd into software.git, do git pull 2. A tool runs make for you, creates a