summaryrefslogtreecommitdiff
path: root/henrietta-cache.scm
AgeCommit message (Collapse)Author
2012-02-22properly handle errors thrown when loading the init filemoritz
2012-01-31use chicken-syntax for the init filemoritz
2012-01-31add usage info for -i/-init-file optionmoritz
2012-01-28pass condition message to download-release-error and add ↵moritz
read-release-info-file-error-hook.
2012-01-27remove redundant `and' guard in `and-let*' (thanks Peter)moritz
2012-01-26add -i/--init-file option for giving an init file that is loadedmoritz
before the update process starts. implement hook functionality which can be used from the init file (download-release-success and download-release-error hooks only so far).
2011-09-15Uri-encode strings when replacing URI patternsPeter Bex
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