From: Paul J R Date: Sun, 30 Jun 2013 22:24:28 +0000 (+1000) Subject: repo changes X-Git-Url: http://git.pjr.cc/?p=nodejs-repoproxy.git;a=commitdiff_plain repo changes --- diff --git a/lib/repo-apt.js b/lib/repo-apt.js index f852086..3c41462 100644 --- a/lib/repo-apt.js +++ b/lib/repo-apt.js @@ -7,7 +7,7 @@ var log = require("./log.js"); /* - * For APT repos, we expire anything with .* /dist/ .* in thename + * For APT repos, we expire anything with .* /dist/ .* in the name Packages*, Release* */ function maintain(name, repoinfo, files) { //log.debug("doing apt clean for ", repoinfo);