From 5599d22bd723133624cb840159cb3de8381f07c7 Mon Sep 17 00:00:00 2001 From: Daniel Schwager Date: Thu, 26 Jan 2012 01:03:27 +0100 Subject: [PATCH] Do not use the revision for the cache directory - changing the revision does not force a new download ... --- builder/build-default.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/build-default.cfg b/builder/build-default.cfg index 83f805f..258dea1 100644 --- a/builder/build-default.cfg +++ b/builder/build-default.cfg @@ -29,7 +29,7 @@ OPSI_REPOS_FILE_PATTERN=${PN}_${VERSION}-${RELEASE}.opsi ############################### # Directory downloading/cacheing the artifacts like MSI package or icons from the vendor webside -DIST_CACHE_DIR=$HOME/.opsi-dist-cache/${PN}-${VERSION}-${RELEASE} +DIST_CACHE_DIR=$HOME/.opsi-dist-cache/${PN}-${VERSION} # private dist repository. You can use all variables from release.cfg insde the URL # this optinal URL will be the FIRST url to check for downloading vendor stuff.