Re: Run build only when requirements/development.txt or similar files have changed

2014-03-31 Thread Benjamin Lau
Hash (shasum) a copy of the file. Store it as a build artifact in the project. When building grab the artifact from the last build compare it to the new value. If the same skip the step otherwise rebuild. Ben On Mon, Mar 31, 2014 at 11:19 AM, Mauricio de Abreu Antunes wrote: > Anyone? Still tryi

Re: Run build only when requirements/development.txt or similar files have changed

2014-03-31 Thread Mauricio de Abreu Antunes
Anyone? Still trying to get it working. On Friday, March 21, 2014 6:36:37 PM UTC-3, Mauricio de Abreu Antunes wrote: > > Hello list > > I have a Django project running builds every day. My build process has a > shell command that compiles and install all my requirements located in > requirements

Re: Run build only when requirements/development.txt or similar files have changed

2014-03-24 Thread Mauricio de Abreu Antunes
I also tried to add "Force polling using Workspace". 2014-03-24 9:52 GMT-03:00 Mauricio de Abreu Antunes < mauricio.abr...@gmail.com>: > What I tried so fat is: > > Read about BuildFlow > Read about Polling Ignore Commits in Certain Paths > > I had no success. > > On Friday, March 21, 2014 6:36:

Re: Run build only when requirements/development.txt or similar files have changed

2014-03-24 Thread Mauricio de Abreu Antunes
What I tried so fat is: Read about BuildFlow Read about Polling Ignore Commits in Certain Paths I had no success. On Friday, March 21, 2014 6:36:37 PM UTC-3, Mauricio de Abreu Antunes wrote: > > Hello list > > I have a Django project running builds every day. My build process has a > shell comm

Run build only when requirements/development.txt or similar files have changed

2014-03-21 Thread Mauricio de Abreu Antunes
Hello list I have a Django project running builds every day. My build process has a shell command that compiles and install all my requirements located in requirements/*.txt. I would like to run the shell command only if these files were changed. It is consuming like 3 minutes and I am using Gi