NetworkManager/contrib/rh-utils
Thomas Haller 22a98cc79e rh-utils: accept version number as argument for find-backports.sh
find-backports.sh only works because we craft commit messages with
necessary information. In particular the "Fixes" and cherry-picked-from
messages. That means, it relies on our git history to maintained in
a suitable manner so that the script can gather the necessary
information.

Likewise, we have a particular scheme how we do releases, how versions
are numbered, how stable branches and release tags are called, etc.

Exploit that, to allow for simpler calling convention for
find-backports.sh script:

  $ contrib/rh-utils/find-backports.sh 1.14

will automatically complete to

  $ contrib/rh-utils/find-backports.sh 1.14.0 nm-1-14 master
2018-11-22 11:38:09 +01:00
..
bzutil.py contrib/bzutil: fix parsing of related bugs in commit message 2014-10-12 20:33:29 +02:00
find-backports.sh rh-utils: accept version number as argument for find-backports.sh 2018-11-22 11:38:09 +01:00