.TH check\-openstack\-debian\-image 1 .SH NAME check\-openstack\-debian\-image \- check if a Debian image is up\-to\-date .SH SYNOPSIS .B build\-openstack\-debian\-image .B \-\-release|\-r [ OPTIONS ] .SH DESCRIPTION .LP The .I check\-openstack\-debian\-image shell script check if the current folder contains a Debian OpenStack image that is up\-to\-date, by comparing the packages.list with what is currently available in the Debian repositories. The current folder is expected to be one generated by the shell utility build\-openstack\-debian\-image, called with the options \-\-generate-package-list. The file debian\-RELEASE\-DATE\-amd64\-packages.list generated this way is the result of the output of: dpkg-query -W --showformat '${source:Package} ${source:Version}\n' .SH "PARAMETERS" .LP .B \-\-release|\-r .I jessie|wheezy|stretch|buster|bullseye|booksworm|sid|unstable .IP Sets the .I release name to be installed. Currently only 5 values a possible: .I wheezy or .I jessie or .I stretch or .I buster or .I bullseye. or .I bookworm or .I trixie or .I sid or .I unstable. At the time of writing, Bookworm and Trixie are only future releases, will not work until they effectively become the new testing. .SH "OPTIONS" .LP .B \-\-deb\-mirror|\-d .I URL .IP .I URL of the Debian repository used to perform the check. Defaults to: .I http://deb.debian.org/debian .LP .B \-\-security\-mirror|\-s .I URL .IP .I URL of the Debian security mirror used to perform the check. Defaults to: .I http://security.debian.org/debian-security .SH AUTHORS check\-openstack\-debian\-image has been written by Thomas Goirand, .