X-Git-Url: http://git.pjr.cc/?p=nodejs-repoproxy.git;a=blobdiff_plain;f=lib%2Frepo-yum.js;fp=lib%2Frepo-yum.js;h=18b383a4e6285f939a45e64931f3c57bc69f6ad2;hp=0000000000000000000000000000000000000000;hb=04f3190a0bcc430af31917456a957ecc80eb160b;hpb=43d51752ca1aafe7212ee3805ba1b33e398c91ce diff --git a/lib/repo-yum.js b/lib/repo-yum.js new file mode 100644 index 0000000..18b383a --- /dev/null +++ b/lib/repo-yum.js @@ -0,0 +1,5 @@ +function maintain(details) { + console.log("doing yum clean for ", details); +} + +exports.maintain = maintain; \ No newline at end of file