[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Git fetch method not working right
From: |
Manolis Ragkousis |
Subject: |
Re: Git fetch method not working right |
Date: |
Tue, 8 Apr 2014 13:17:14 +0000 |
Because I didn't change the sha256 hash after changing the commit
hash, it wasn't downloading the new one, but it was reusing the old
one already present from the previous builds. The moment I changed the
sha256 hash to the correct one, it downloaded the correct one and it
worked. All ok now.