summaryrefslogtreecommitdiff
path: root/henrietta-cache.scm
AgeCommit message (Collapse)Author
2011-09-14Fix moving files for realPeter Bex
2011-09-14Use move-file from setup-api instead of rename-file, since the latter just ↵Peter Bex
relinks the file which doesn't work across filesystems
2011-06-02Update henrietta-cache so it doesn't get tripped up by Apache's extra newlinesPeter Bex
2011-06-02Update to ensure path is always taken as a dirPeter Bex
2011-05-26Add flat file list type to replace meta-files. This first lists a base URI ↵0.2Peter Bex
and then a list of files, one per line
2011-05-24TypoPeter Bex
2011-05-24Bug in sendfile was fixed. Adjust comment accordingly :)Peter Bex
2011-05-24Add better error reporting to make Felix happy :)Peter Bex
2011-03-29Use zcat instead of gzcat as that's apparently more 'portable'. Yay for GNU ↵0.1Peter Bex
and its 'standards' :(
2011-03-20Don't unneccessarily use an alist for the distribution typesPeter Bex
2011-03-20Add handling for meta-filesPeter Bex
2011-03-20Fix bug in error-handling code when release-info could not be retrievedPeter Bex
2011-03-20improve error handling in case of unknown URI typePeter Bex
2011-03-20improve error handling by logging errors to standard error and status output ↵Peter Bex
to standard output. Fix pax call to strip top-level directory correctly. Fix usage output
2011-03-20Fix usagePeter Bex
2011-03-20Add 'tags' subdir because henrietta expects itPeter Bex
2011-03-20Implement zipfile-extractionPeter Bex
2011-03-20Fix commandline argument handlingPeter Bex
2011-03-20Improve status output and don't download when we already have the filePeter Bex
2011-03-19Initial, currently broken, versionPeter Bex