Correct copyright year; I had cut and pasted and forgot.
All this was code I just wrote a few minutes ago, so the year is 2020.
This commit is contained in:
parent
a85a3777b3
commit
927bb55547
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
# Copyright © 2018, Bradley M. Kuhn
|
# Copyright © 2020, Bradley M. Kuhn
|
||||||
# License: AGPL-3.0-or-later
|
# License: AGPL-3.0-or-later
|
||||||
# probably want to pipe in: rt ls -i "Status = 'needs-release-approval'" | xargs -I_ rt show -f DependsOn _/links | grep -Eo '[0-9]+,?' | sed -e 's/,$//'
|
# probably want to pipe in: rt ls -i "Status = 'needs-release-approval'" | xargs -I_ rt show -f DependsOn _/links | grep -Eo '[0-9]+,?' | sed -e 's/,$//'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue