Update these to the last version from the pgm docs before I
dropped the templates from the docs in favor of the script. Those
versions of the templates seem newer and better.
Note to make the VERSION+1 bits work we need to ensure the type
of options.release is int. I checked and I'm pretty sure this
doesn't break anything else (plus it will give us a degree of
error checking, argparse will exit if the release arg isn't an
integer now).
Update these to the last version from the pgm docs before I
dropped the templates from the docs in favor of the script. Those
versions of the templates seem newer and better.
Note to make the VERSION+1 bits work we need to ensure the type
of options.release is int. I checked and I'm pretty sure this
doesn't break anything else (plus it will give us a degree of
error checking, argparse will exit if the release arg isn't an
integer now).
Signed-off-by: Adam Williamson awilliam@redhat.com