forked from ungleich-public/cdist
add comment about touching
This commit is contained in:
parent
e7d8fb874d
commit
4ddbf1e411
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ case "$state_should" in
|
||||||
# https://code.ungleich.ch/ungleich-public/cdist/-/issues/861
|
# https://code.ungleich.ch/ungleich-public/cdist/-/issues/861
|
||||||
apt_opts="-o Acquire::AllowReleaseInfoChange::Suite=true -o Acquire::AllowReleaseInfoChange::Version=true"
|
apt_opts="-o Acquire::AllowReleaseInfoChange::Suite=true -o Acquire::AllowReleaseInfoChange::Version=true"
|
||||||
if [ "$(cat "$__object/explorer/index")" = 'update' ]; then
|
if [ "$(cat "$__object/explorer/index")" = 'update' ]; then
|
||||||
|
# make /var/lib/apt/lists newer because apt-get update might not always do this
|
||||||
echo 'if [ -d /var/lib/apt/lists ]; then touch /var/lib/apt/lists; fi'
|
echo 'if [ -d /var/lib/apt/lists ]; then touch /var/lib/apt/lists; fi'
|
||||||
echo "apt-get $apt_opts update || true"
|
echo "apt-get $apt_opts update || true"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue