mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
remove jessie
Co-Authored-By: Arthur Lutz <arthur.lutz@gmail.com>
This commit is contained in:
parent
a1792611ee
commit
84e7662123
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ if [ -e "$outfile" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
suite="$3"
|
suite="$3"
|
||||||
if [ "$suite" != "buster" ] && [ "$suite" != "stretch" ] && [ "$suite" != "jessie" ]; then
|
if [ "$suite" != "buster" ] && [ "$suite" != "stretch" ]; then
|
||||||
echo "Unrecognized suite $suite, trying anyway." >&2
|
echo "Unrecognized suite $suite, trying anyway." >&2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue