07 Aug, 2012

2 commits


05 Aug, 2012

1 commit


03 Aug, 2012

3 commits


02 Aug, 2012

1 commit


31 Jul, 2012

7 commits


23 Jul, 2012

2 commits


22 Jul, 2012

9 commits


21 Jul, 2012

2 commits


20 Jul, 2012

12 commits


19 Jul, 2012

1 commit

  • I am used to run `git clean -dxf` to make sure Noosfero can bootstrap
    itself in development mode with ./script/quick-start. If the solr
    tarball is downloaded to /tmp, every time I reboot I have to download
    everything once again. Contrary to /tmp/, /var/tmp/ is *not* wiped at
    boot time.
    Antonio Terceiro