aboutsummaryrefslogtreecommitdiffstats
path: root/conf.lua
diff options
context:
space:
mode:
authorgarret <garret@airmail.cc>2022-12-01 00:50:07 +0000
committergarret <garret@airmail.cc>2023-02-16 05:34:26 +0000
commit527484dd7018a8f2a3e31878fd8ca28b810e5d8a (patch)
treee4a8e3ce8924239d11f1de482b76d6e95445c3e1 /conf.lua
parent94924c21511407ecfb99603b31c85b1a0a6be31f (diff)
downloaddepctrl-feedmaker-527484dd7018a8f2a3e31878fd8ca28b810e5d8a.tar.gz
depctrl-feedmaker-527484dd7018a8f2a3e31878fd8ca28b810e5d8a.tar.bz2
depctrl-feedmaker-527484dd7018a8f2a3e31878fd8ca28b810e5d8a.zip
very fucked
Diffstat (limited to 'conf.lua')
-rwxr-xr-xconf.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.lua b/conf.lua
index ee08eaa..8c3f2fb 100755
--- a/conf.lua
+++ b/conf.lua
@@ -31,7 +31,7 @@ local conf = {
-- the same as the macros table, but for modules.
fileBaseUrl = "@{fileBaseUrl}/modules/@{namespacePath}",
ignoreCondition = module_ignore,
- -- module ignoreConditions are passed the DependencyControl version record the module defines.
+ -- module ignoreConditions are passed a similar table of details.
},
fileUrl = "@{fileBaseUrl}@{fileName}", -- used as the `url` value in the files section of a macro/module. Where the actual file is.
channel = "master" -- the default (and only) channel defined in the files section. It doesn't really matter what you put here.