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:
Bradley M. Kuhn 2020-07-21 13:55:29 -07:00
parent a85a3777b3
commit 927bb55547

View file

@ -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/,$//'