22 Oct, 2012

1 commit


21 Oct, 2012

3 commits


20 Oct, 2012

2 commits


18 Oct, 2012

3 commits


17 Oct, 2012

5 commits


15 Oct, 2012

2 commits


12 Oct, 2012

4 commits


09 Oct, 2012

1 commit


08 Oct, 2012

2 commits


05 Oct, 2012

2 commits


04 Oct, 2012

3 commits


03 Oct, 2012

1 commit


02 Oct, 2012

5 commits


28 Sep, 2012

1 commit

  • When working inside of a Vagrant box with NFS enabled, the deletion of a
    repository in tmp/ doesn't work every time.
    
    It is related to NFS inability to delete a folder if it's still used by
    a resource (e.g. `rm -rf ./folder` would leave the folder and a .nfs*
        file in it). In this case it's the temporary repository which can't
    be deleted because `ga_repo` is still using it.
    
    De-allocating ga_repo is not possible (thanks Ruby), but deleting the
    folder it points to in the first place fixes the issue.
    
    Reference:
    http://stackoverflow.com/questions/11228079/python-remove-directory-error-file-exists
    Vincent Bonmalais
     

27 Sep, 2012

1 commit


26 Sep, 2012

4 commits