From mboxrd@z Thu Jan 1 00:00:00 1970 From: kaz at kylheku.com (Kaz Kylheku) Date: Fri, 28 Oct 2011 13:26:31 -0700 Subject: No .tar.gz downloading, only .zip! Message-ID: <2ad1aeb6aa3fef41b11af2d968f0227b@127.0.0.1> Hi CGIT guys, I set up a repo which is working fine, but only .zip downloading is supported. If my "snapshots=" line does not include "zip", then archives are not offered at all under Downloads, only links to commits. If "snapshots=" includes .tar.gz and .tar.bz2 in addition to "zip", they appear to be ignored. Is this in issue with how it was built? Or is the git version too old on the server? It has no configure script to detect libraries and such. This is on a Debian 5.0.5 box with git 1.5.6.5. I built cgit from the tip of the "stable" branch, fetched less than 24 hours ago. Thanks for any insight.