You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/02/22 21:49:04 UTC

[GitHub] [trafficcontrol] zrhoffman commented on pull request #5553: Removing Tomcat build lock

zrhoffman commented on pull request #5553:
URL: https://github.com/apache/trafficcontrol/pull/5553#issuecomment-783697456


   Notes (mainly for myself) about what this PR does:
   
   ##### Before this PR
   ```shell
   [user@computer dir]$ rpm -qp --qf '%{release}\n' tomcat-9.0.43-1.3526335f.el8.x86_64.rpm
   1.3526335f.el8
   ```
   
   ##### After this PR
   
   ```shell
   [user@computer dir]$ rpm -qp --qf '%{release}\n' tomcat-9.0.43-1.el8.noarch.rpm
   1.el8
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org