Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
use ${functionname} instead of ${archive}
· d7776f45
Ansgar
authored
Apr 11, 2018
${functionname} is set in vars.
d7776f45
Merge branch 'master' into deploy
· c923f463
Ansgar
authored
Apr 11, 2018
c923f463
Show whitespace changes
Inline
Side-by-side
config/debian/dinstall.variables
View file @
c923f463
...
...
@@ -43,7 +43,7 @@ DINSTALLSTATE="${webdir}/dinstall.status"
# as thats usually testing and unstable, but we need codenames,
# get em out of the db.
extimportdists
=
""
if
[
"
${
archiv
e
}
"
=
ftp-master
]
;
then
if
[
"
${
functionnam
e
}
"
=
ftp-master
.debian.org
]
;
then
for
suite
in
testing unstable
;
do
codename
=
$(
dak admin s show
${
suite
}
|grep
'^Codename'
)
codename
=
${
codename
##*
}
...
...