X-Git-Url: http://git.pjr.cc/?p=nodejs-repoproxy.git;a=blobdiff_plain;f=lib%2Frepo-apt.js;fp=lib%2Frepo-apt.js;h=f852086f3eb164ccd4a52ce87dfe4b1f7fea3469;hp=814f2601122afa16e7f91b6328e47c1c0401c9e2;hb=3e02ce60811b9dbd3b166fe38058f0a00ab00a2d;hpb=629536ef67d8626f34dfe2c23f0acd916d8e1b64 diff --git a/lib/repo-apt.js b/lib/repo-apt.js index 814f260..f852086 100644 --- a/lib/repo-apt.js +++ b/lib/repo-apt.js @@ -4,6 +4,11 @@ var url = require("url"); var path = require("path"); var log = require("./log.js"); + + +/* + * For APT repos, we expire anything with .* /dist/ .* in thename + */ function maintain(name, repoinfo, files) { //log.debug("doing apt clean for ", repoinfo);