Fix documentation and invoking pkgdb2branch for multiple packages
This commit is contained in:
parent
4a37364d85
commit
771b5f38bd
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Run `pkgdb2branch` on
|
# Run `pkgdb2branch` on
|
||||||
#
|
#
|
||||||
#To update from testing, adjust as follow:
|
#To update from testing, adjust as follow:
|
||||||
# --extra-vars="package=<pkg>"
|
# --extra-vars="package='pkg1;pkg2;pkg3'"
|
||||||
|
|
||||||
|
|
||||||
- name: run pkgdb2branch for the specified packages
|
- name: run pkgdb2branch for the specified packages
|
||||||
|
@ -12,5 +12,5 @@
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: call pkgdb2branch.py on {{ package }}
|
- name: call pkgdb2branch.py on {{ package }}
|
||||||
command: /usr/local/bin/pkgdb2branch.py {{ package }}
|
command: /usr/local/bin/pkgdb2branch.py {{ package | join(" ") }}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue