Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
config: update cronscript targets for security-master
· e99d8282
Ansgar
authored
Apr 11, 2018
There are daily and weekly scripts too.
e99d8282
Merge branch 'master' into deploy
· 620f4fa1
Ansgar
authored
Apr 11, 2018
620f4fa1
Show whitespace changes
Inline
Side-by-side
config/debian-security/vars
View file @
620f4fa1
...
...
@@ -12,7 +12,7 @@ declare -r masterdir=${base}/dak/
export
configdir
=
${
configdir
:-${
masterdir
}
/config/
${
confpart
}
/
}
# And the following types of cronscripts exists
declare
-r
POSSIBLEARGS
=
'+(unchecked-dinstall|hourly|mirror|deploy)'
declare
-r
POSSIBLEARGS
=
'+(unchecked-dinstall|hourly|
daily|weekly|
mirror|deploy)'
# And get all the tons of other variables
source
${
configdir
}
/../common/variables
...
...